Browse Source

Merge tag 'fixes-non-3.12-2' of git://git.infradead.org/linux-mvebu into 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
Olof Johansson 12 years ago
parent
commit
a3e008d1b5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/arm/boot/dts/skeleton64.dtsi

+ 1 - 1
arch/arm/boot/dts/skeleton64.dtsi

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