arm: dts: vexpress-v2p-ca9: Fix the SMB unit-address
authorRob Herring <robh@kernel.org>
Thu, 19 Aug 2021 18:42:38 +0000 (13:42 -0500)
committerSudeep Holla <sudeep.holla@arm.com>
Tue, 14 Sep 2021 10:33:13 +0000 (11:33 +0100)
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>
arch/arm/boot/dts/vexpress-v2m.dtsi
arch/arm/boot/dts/vexpress-v2p-ca9.dts

index fb8ca98..0819d11 100644 (file)
@@ -19,7 +19,7 @@
  */
 
 / {
-       bus@4000000 {
+       bus@40000000 {
                motherboard {
                        arm,hbi = <0x190>;
                        arm,vexpress,site = <0>;
index 4c58479..1317f0f 100644 (file)
                };
        };
 
-       smb: bus@4000000 {
+       smb: bus@40000000 {
                compatible = "simple-bus";
 
                #address-cells = <2>;