Skip to content

Commit

Permalink
ARM: dts: mmp2-olpc-xo-1-75: Fix memory node name
Browse files Browse the repository at this point in the history
It contains a reg property. Add its base to the node name.

Signed-off-by: Lubomir Rintel <[email protected]>
Link: https://lore.kernel.org/r/[email protected]'
Signed-off-by: Arnd Bergmann <[email protected]>
  • Loading branch information
lkundrak authored and arndb committed Feb 2, 2021
1 parent fa43244 commit 7ca1ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/mmp2-olpc-xo-1-75.dts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
};
};

memory {
memory@0 {
linux,usable-memory = <0x0 0x1f800000>;
available = <0xcf000 0x1ef31000 0x1000 0xbf000>;
reg = <0x0 0x20000000>;
Expand Down

0 comments on commit 7ca1ea0

Please sign in to comment.