[PATCH] arm64: dts: ti: k3-am62l: Fix unit address of cbass_wakeup

Vignesh Raghavendra posted 1 patch 1 week, 4 days ago
arch/arm64/boot/dts/ti/k3-am62l.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] arm64: dts: ti: k3-am62l: Fix unit address of cbass_wakeup
Posted by Vignesh Raghavendra 1 week, 4 days ago
Fix the following warning with W=1:
arch/arm64/boot/dts/ti/k3-am62l.dtsi:101.30-112.5: Warning (simple_bus_reg): /bus@f0000/bus@43000000: 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@ti.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@f0000 {
 		#address-cells = <2>;
 		#size-cells = <2>;
 
-		cbass_wakeup:  bus@43000000 {
+		cbass_wakeup: bus@a80000 {
 			compatible = "simple-bus";
 			ranges = <0x00 0x00a80000 0x00 0x00a80000 0x00 0x00034000>, /* GTC */
 				 <0x00 0x00b00000 0x00 0x00b00000 0x00 0x00001400>, /* VTM */
-- 
2.49.0
Re: [PATCH] arm64: dts: ti: k3-am62l: Fix unit address of cbass_wakeup
Posted by Vignesh Raghavendra 1 week, 3 days ago
Hi Vignesh Raghavendra,

On Thu, 20 Nov 2025 20:04:19 +0530, Vignesh Raghavendra wrote:
> Fix the following warning with W=1:
> arch/arm64/boot/dts/ti/k3-am62l.dtsi:101.30-112.5: Warning (simple_bus_reg): /bus@f0000/bus@43000000: simple-bus unit address format error, expected "a80000"
> 
> While at that, also remove extra space b/w label and node name.
> 
> 

I have applied the following to branch ti-k3-dts-next on [1].
Thank you!

[1/1] arm64: dts: ti: k3-am62l: Fix unit address of cbass_wakeup
      commit: 56baa9190988f35d53b1479a87c1bf44f6c979c6

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent up the chain during
the next merge window (or sooner if it is a relevant bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

[1] https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git
--
Vignesh