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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@
 */

/ {
	bus@4000000 {
	bus@40000000 {
		motherboard {
			arm,hbi = <0x190>;
			arm,vexpress,site = <0>;
+1 −1
Original line number Diff line number Diff line
@@ -295,7 +295,7 @@
		};
	};

	smb: bus@4000000 {
	smb: bus@40000000 {
		compatible = "simple-bus";

		#address-cells = <2>;