mirror of
https://github.com/torvalds/linux.git
synced 2026-05-29 17:43:52 +02:00
ARM: dts: s5pv210: Adjust memory reg entries to match spec
The reg property of memory nodes should have pairs of offset, size; not all memory banks lumped in as one. Signed-off-by: Jonathan Bakker <xc-racer2@live.ca> Link: https://lore.kernel.org/r/CY4PR04MB05677849A13F41BF603906DFCB1C9@CY4PR04MB0567.namprd04.prod.outlook.com Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
This commit is contained in:
parent
3f5e3d3a8b
commit
9576ec1226
|
|
@ -29,8 +29,7 @@ chosen {
|
|||
|
||||
memory@30000000 {
|
||||
device_type = "memory";
|
||||
reg = <0x30000000 0x05000000
|
||||
0x40000000 0x18000000>;
|
||||
reg = <0x30000000 0x05000000>, <0x40000000 0x18000000>;
|
||||
};
|
||||
|
||||
pmic_ap_clk: clock-0 {
|
||||
|
|
|
|||
|
|
@ -24,9 +24,9 @@ aliases: aliases {
|
|||
|
||||
memory@30000000 {
|
||||
device_type = "memory";
|
||||
reg = <0x30000000 0x05000000
|
||||
0x40000000 0x10000000
|
||||
0x50000000 0x08000000>;
|
||||
reg = <0x30000000 0x05000000>,
|
||||
<0x40000000 0x10000000>,
|
||||
<0x50000000 0x08000000>;
|
||||
};
|
||||
|
||||
reserved-memory {
|
||||
|
|
|
|||
|
|
@ -30,9 +30,9 @@ chosen {
|
|||
|
||||
memory@30000000 {
|
||||
device_type = "memory";
|
||||
reg = <0x30000000 0x05000000
|
||||
0x40000000 0x10000000
|
||||
0x50000000 0x08000000>;
|
||||
reg = <0x30000000 0x05000000>,
|
||||
<0x40000000 0x10000000>,
|
||||
<0x50000000 0x08000000>;
|
||||
};
|
||||
|
||||
pmic_ap_clk: clock-0 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user