Skip to content

Commit

Permalink
Merge tag 'fixes-non-3.12-2' of git://git.infradead.org/linux-mvebu i…
Browse files Browse the repository at this point in the history
…nto next/fixes-non-critical

From Jason Cooper, mvebu fixes-non-critical for v3.12 (round 2):

 - fix the memory node (2 by 2) in skeleton64.dtsi

* tag 'fixes-non-3.12-2' of git://git.infradead.org/linux-mvebu:
  ARM: dts: Fix memory node in skeleton64.dtsi
  • Loading branch information
Olof Johansson authored and Kevin Hilman committed Aug 19, 2013
2 parents 4319f78 + 35faad2 commit a3e008d
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 a3e008d

Please sign in to comment.