1
0
Fork 0

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
wifi-calibration
Olof Johansson 2013-08-15 23:08:24 -07:00 committed by Kevin Hilman
commit a3e008d1b5
1 changed files with 1 additions and 1 deletions

View File

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