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:
Jonathan Bakker 2022-03-27 11:08:52 -07:00 committed by Krzysztof Kozlowski
parent 3f5e3d3a8b
commit 9576ec1226
3 changed files with 7 additions and 8 deletions

View File

@ -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 {

View File

@ -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 {

View File

@ -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 {