Commit 2e9edc07 authored by Rob Herring's avatar Rob Herring Committed by Sudeep Holla

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: default avatarLinus Walleij <linus.walleij@linaro.org>
Signed-off-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarSudeep Holla <sudeep.holla@arm.com>
parent 55c71dc6
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
*/ */
/ { / {
bus@4000000 { bus@40000000 {
motherboard { motherboard {
arm,hbi = <0x190>; arm,hbi = <0x190>;
arm,vexpress,site = <0>; arm,vexpress,site = <0>;
......
...@@ -295,7 +295,7 @@ power-vd10-s3 { ...@@ -295,7 +295,7 @@ power-vd10-s3 {
}; };
}; };
smb: bus@4000000 { smb: bus@40000000 {
compatible = "simple-bus"; compatible = "simple-bus";
#address-cells = <2>; #address-cells = <2>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment