Fix DDR region for Odroid-C4
The Odroid-C4 is supposed to have 4GB of DDR memory. According to the SoC manual (S905X3 Revision 02) the DDR region goes from 0x0 to 0xF57FFFFF in Table 7-1. Signed-off-by: Ivan Velickovic <i.velickovic@unsw.edu.au>
This commit is contained in:
parent
903cf7c2a5
commit
3740c2902c
1 changed files with 1 additions and 1 deletions
|
|
@ -2945,7 +2945,7 @@
|
|||
|
||||
memory@0 {
|
||||
device_type = "memory";
|
||||
reg = <0x00 0x00 0x00 0x40000000>;
|
||||
reg = <0x00 0x00 0x00 0xf5800000>;
|
||||
};
|
||||
|
||||
emmc-pwrseq {
|
||||
|
|
|
|||
Loading…
Reference in a new issue