Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 35faad2a authored by Stepan Moskovchenko's avatar Stepan Moskovchenko Committed by Jason Cooper
Browse files

ARM: dts: Fix memory node in skeleton64.dtsi



Update the reg property of the memory node in
skeleton64.dtsi to reflect the fact that the root node uses
address-cells=2 and size-cells=2.

Signed-off-by: default avatarStepan Moskovchenko <stepanm@codeaurora.org>
Acked-by: default avatarGregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: default avatarJason Cooper <jason@lakedaemon.net>
parent 2746a7c2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9,5 +9,5 @@
	#size-cells = <2>;
	chosen { };
	aliases { };
	memory { device_type = "memory"; reg = <0 0>; };
	memory { device_type = "memory"; reg = <0 0 0 0>; };
};