mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
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
Block a user