[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20251120143419.223238-1-vigneshr@ti.com>
Date: Thu, 20 Nov 2025 20:04:19 +0530
From: Vignesh Raghavendra <vigneshr@...com>
To: Nishanth Menon <nm@...com>, Vignesh Raghavendra <vigneshr@...com>, "Tero
Kristo" <kristo@...nel.org>, Rob Herring <robh@...nel.org>, "Krzysztof
Kozlowski" <krzk+dt@...nel.org>, Conor Dooley <conor+dt@...nel.org>
CC: <linux-arm-kernel@...ts.infradead.org>, <devicetree@...r.kernel.org>,
<linux-kernel@...r.kernel.org>
Subject: [PATCH] arm64: dts: ti: k3-am62l: Fix unit address of cbass_wakeup
Fix the following warning with W=1:
arch/arm64/boot/dts/ti/k3-am62l.dtsi:101.30-112.5: Warning (simple_bus_reg): /bus@...00/bus@...00000: simple-bus unit address format error, expected "a80000"
While at that, also remove extra space b/w label and node name.
Fixes: 5f016758b0ab ("arm64: dts: ti: k3-am62l: add initial infrastructure")
Signed-off-by: Vignesh Raghavendra <vigneshr@...com>
---
arch/arm64/boot/dts/ti/k3-am62l.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/ti/k3-am62l.dtsi b/arch/arm64/boot/dts/ti/k3-am62l.dtsi
index 25a5f15a8960..23acdbb301fe 100644
--- a/arch/arm64/boot/dts/ti/k3-am62l.dtsi
+++ b/arch/arm64/boot/dts/ti/k3-am62l.dtsi
@@ -98,7 +98,7 @@ cbass_main: bus@...00 {
#address-cells = <2>;
#size-cells = <2>;
- cbass_wakeup: bus@...00000 {
+ cbass_wakeup: bus@...000 {
compatible = "simple-bus";
ranges = <0x00 0x00a80000 0x00 0x00a80000 0x00 0x00034000>, /* GTC */
<0x00 0x00b00000 0x00 0x00b00000 0x00 0x00001400>, /* VTM */
--
2.49.0
Powered by blists - more mailing lists