diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2019-10-07 18:25:28 +0200 |
---|---|---|
committer | Chuanhong Guo <gch981213@gmail.com> | 2019-10-11 22:31:24 +0800 |
commit | 2155e94d4b8e586e5a110e8d8eb58555720ae474 (patch) | |
tree | 40001d0ae78b5de2f917a2fd686c62f80df64611 /target | |
parent | 49c563a829b4c895c0faee4c53b29392d0ac090e (diff) | |
download | upstream-2155e94d4b8e586e5a110e8d8eb58555720ae474.tar.gz upstream-2155e94d4b8e586e5a110e8d8eb58555720ae474.tar.bz2 upstream-2155e94d4b8e586e5a110e8d8eb58555720ae474.zip |
ramips: remove memory node for ZBT-WE1326
Memory auto-detection for mt7621 has just been added to 19.07
stable branch.
This removes the memory node for the ZBT-WE1326, which will support
revision 5 that has 256MiB RAM (Nanya NT5CC128M16IP-DI) instead of
512MiB (up to revision 4).
ref: #1930
This is taken from master commit a2c19f1d2f65 ("ramips: dts: drop
memory nodes"), where _all_ memory nodes were removed.
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ramips/dts/ZBT-WE1326.dts | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/target/linux/ramips/dts/ZBT-WE1326.dts b/target/linux/ramips/dts/ZBT-WE1326.dts index 0bb8b91be9..2f6f94f3ff 100644 --- a/target/linux/ramips/dts/ZBT-WE1326.dts +++ b/target/linux/ramips/dts/ZBT-WE1326.dts @@ -13,11 +13,6 @@ bootargs = "console=ttyS0,115200"; }; - memory@0 { - device_type = "memory"; - reg = <0x0 0x1c000000>, <0x20000000 0x4000000>; - }; - keys { compatible = "gpio-keys-polled"; poll-interval = <20>; |