Merge pull request #413 from BU-Automation/topic/sw/revert_2GiB_fix
Revert "arm64: dts: ti: k3-am62: Limit PFC400 memory to 2 GiB"
This commit is contained in:
@@ -39,8 +39,9 @@
|
||||
memory@80000000 {
|
||||
device_type = "memory";
|
||||
|
||||
/* 2 GiB RAM - Workaround: reduced from 4 GiB due to incompatibilities */
|
||||
reg = <0x00000000 0x80000000 0x00000000 0x80000000>;
|
||||
/* 4 GiB RAM */
|
||||
reg = <0x00000000 0x80000000 0x00000000 0x80000000>,
|
||||
<0x00000008 0x80000000 0x00000000 0x80000000>;
|
||||
};
|
||||
|
||||
vcc_1v8_sys: regulator-4 {
|
||||
|
||||
Reference in New Issue
Block a user