Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

arm: dts: vexpress-v2p-ca9: Fix the SMB unit-address

Based on 'ranges', the 'bus@4000000' node unit-address is off by 1 '0'.

Link: https://lore.kernel.org/r/20210819184239.1192395-5-robh@kernel.org
Cc: Andre Przywara <andre.przywara@arm.com>
Cc: Sudeep Holla <sudeep.holla@arm.com>
Cc: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Rob Herring <robh@kernel.org>
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>

authored by

Rob Herring and committed by
Sudeep Holla
2e9edc07 55c71dc6

+2 -2
+1 -1
arch/arm/boot/dts/vexpress-v2m.dtsi
··· 19 19 */ 20 20 21 21 / { 22 - bus@4000000 { 22 + bus@40000000 { 23 23 motherboard { 24 24 arm,hbi = <0x190>; 25 25 arm,vexpress,site = <0>;
+1 -1
arch/arm/boot/dts/vexpress-v2p-ca9.dts
··· 295 295 }; 296 296 }; 297 297 298 - smb: bus@4000000 { 298 + smb: bus@40000000 { 299 299 compatible = "simple-bus"; 300 300 301 301 #address-cells = <2>;