From patchwork Thu Dec 12 15:52:33 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kevin Chen X-Patchwork-Id: 13905452 Received: from TWMBX01.aspeed.com (mail.aspeedtech.com [211.20.114.72]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 71CB5222D52 for ; Thu, 12 Dec 2024 15:53:00 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=211.20.114.72 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1734018782; cv=none; b=tOSLyb0zEQueNNBTAPEpry3KJBhELMnZOAyZk3KlXpQ1ZkPaRXac8rO4WakbcN6BMnjiuUj2LLp4TrqtzugBpej93In1AKBcRDu9aun0C+Ys5CLewHR7PQR6Zimsjcv9c3XgZH9ZOex4Tj8DxmkvaeUqXJyMmwsSuwJdn8X+mek= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1734018782; c=relaxed/simple; bh=wjBJSdLomNChUivjQNlxq8BZURHOE8lEvmgIfbAU4ac=; h=From:To:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=l0B6TFj682iepQQcB0L16urLINiXbdl+rv7UMJ125pZ7mNU4bHGP+GyTyE/LPb+GcAwhPtMyz1L5UToQc054EouNjTtlV6HRsIV6IdfXdexG6ajsCO1+qE/1I5mrrWn7fa0gvh6FLlTnea81TijPCGt7m5pIHh6A3tU4WDfULJ8= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=aspeedtech.com; spf=pass smtp.mailfrom=aspeedtech.com; arc=none smtp.client-ip=211.20.114.72 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=aspeedtech.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=aspeedtech.com Received: from TWMBX01.aspeed.com (192.168.0.62) by TWMBX01.aspeed.com (192.168.0.62) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1258.12; Thu, 12 Dec 2024 23:52:41 +0800 Received: from localhost.localdomain (192.168.10.10) by TWMBX01.aspeed.com (192.168.0.62) with Microsoft SMTP Server id 15.2.1258.12 via Frontend Transport; Thu, 12 Dec 2024 23:52:41 +0800 From: Kevin Chen To: , , , , , , , , , , , , , , , , , , , , , Subject: [PATCH v3 2/6] dt-bindings: interrupt-controller: Fix the size-cells in ast2700-intc Date: Thu, 12 Dec 2024 23:52:33 +0800 Message-ID: <20241212155237.848336-5-kevin_chen@aspeedtech.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20241212155237.848336-1-kevin_chen@aspeedtech.com> References: <20241212155237.848336-1-kevin_chen@aspeedtech.com> Precedence: bulk X-Mailing-List: soc@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 It is no need to let size-cells to 2 for the ASPEED AST27XX INTC. Modify the ast2700-intc example usage. Signed-off-by: Kevin Chen --- .../bindings/interrupt-controller/aspeed,ast2700-intc.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/interrupt-controller/aspeed,ast2700-intc.yaml b/Documentation/devicetree/bindings/interrupt-controller/aspeed,ast2700-intc.yaml index 55636d06a674..69503aa638fb 100644 --- a/Documentation/devicetree/bindings/interrupt-controller/aspeed,ast2700-intc.yaml +++ b/Documentation/devicetree/bindings/interrupt-controller/aspeed,ast2700-intc.yaml @@ -69,11 +69,11 @@ examples: bus { #address-cells = <2>; - #size-cells = <2>; + #size-cells = <1>; interrupt-controller@12101b00 { compatible = "aspeed,ast2700-intc-ic"; - reg = <0 0x12101b00 0 0x10>; + reg = <0 0x12101b00 0x10>; #interrupt-cells = <2>; interrupt-controller; interrupts = ,