mirror of https://gitee.com/openkylin/linux.git
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
This commit is contained in:
commit
a3e008d1b5
|
@ -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>; };
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue