Skip to content

Commit

Permalink
ARM: dts: Fix memory node in skeleton64.dtsi
Browse files Browse the repository at this point in the history
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: Stepan Moskovchenko <stepanm@codeaurora.org>
Acked-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
  • Loading branch information
Stepan Moskovchenko authored and Jason Cooper committed Aug 7, 2013
1 parent 2746a7c commit 35faad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/skeleton64.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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>; };
};

0 comments on commit 35faad2

Please sign in to comment.