diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2021-03-08 17:47:10 +0100 |
---|---|---|
committer | Álvaro Fernández Rojas <noltari@gmail.com> | 2021-03-08 17:48:45 +0100 |
commit | 76d5677c7587d274041ef68e65328655573d122f (patch) | |
tree | 5eb21e02d303f6dfca38eeb7d157f4b19251d02c /target/linux/bmips/dts/bcm6358-huawei-hg556a-b.dts | |
parent | a1289047235e7e88d5b217a5233359f073291c15 (diff) | |
download | upstream-76d5677c7587d274041ef68e65328655573d122f.tar.gz upstream-76d5677c7587d274041ef68e65328655573d122f.tar.bz2 upstream-76d5677c7587d274041ef68e65328655573d122f.zip |
bmips: automatically detect RAM size
Introduce new patch for automatically detecting RAM size.
Some boards have a different amount of RAM depending on the HW revision.
Therefore, automatically detecting the RAM size instead of hard-coding it will
reduce the number of device definitions.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'target/linux/bmips/dts/bcm6358-huawei-hg556a-b.dts')
-rw-r--r-- | target/linux/bmips/dts/bcm6358-huawei-hg556a-b.dts | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/target/linux/bmips/dts/bcm6358-huawei-hg556a-b.dts b/target/linux/bmips/dts/bcm6358-huawei-hg556a-b.dts index f62c79fccb..ba776caf78 100644 --- a/target/linux/bmips/dts/bcm6358-huawei-hg556a-b.dts +++ b/target/linux/bmips/dts/bcm6358-huawei-hg556a-b.dts @@ -17,11 +17,6 @@ led-usb = &hspa_red; }; - memory@0 { - device_type = "memory"; - reg = <0x00000000 0x04000000>; - }; - keys { compatible = "gpio-keys-polled"; poll-interval = <20>; |