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

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
......@@ -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>; };
};
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