arm: dts: vexpress-v2p-ca9: Fix the SMB unit-address
[ Upstream commit 2e9edc07df ]
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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
f59da9f7ef
commit
5489c1bed5
@@ -19,7 +19,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
bus@4000000 {
|
bus@40000000 {
|
||||||
motherboard {
|
motherboard {
|
||||||
model = "V2M-P1";
|
model = "V2M-P1";
|
||||||
arm,hbi = <0x190>;
|
arm,hbi = <0x190>;
|
||||||
|
|||||||
@@ -295,7 +295,7 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
smb: bus@4000000 {
|
smb: bus@40000000 {
|
||||||
compatible = "simple-bus";
|
compatible = "simple-bus";
|
||||||
|
|
||||||
#address-cells = <2>;
|
#address-cells = <2>;
|
||||||
|
|||||||
Reference in New Issue
Block a user