diff options
author | Mathias Kresin <dev@kresin.me> | 2017-07-30 11:08:03 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2017-08-03 00:11:25 +0200 |
commit | 419fa7a15f04c03788de956d6c8eb1ade2346be9 (patch) | |
tree | 6669d201eaf3077cb45f5918911f96e3cb8f7913 /target/linux/ramips/dts/AWM002-4M.dtsi | |
parent | b82ac84229eb322df97ca7d29edd780b303915a6 (diff) | |
download | upstream-419fa7a15f04c03788de956d6c8eb1ade2346be9.tar.gz upstream-419fa7a15f04c03788de956d6c8eb1ade2346be9.tar.bz2 upstream-419fa7a15f04c03788de956d6c8eb1ade2346be9.zip |
ramips: cleanup AsiaRF AWM002 eval board support
Cleanup the dtsi files and remove one layer of dtsi. Set the size of
the firmware partition to a value matching the flash size from the
board (variant) name.
Remove the usb led trigger. There is neither a default config for the
usb led trigger nor a LED for usb activity indication.
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/ramips/dts/AWM002-4M.dtsi')
-rw-r--r-- | target/linux/ramips/dts/AWM002-4M.dtsi | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/target/linux/ramips/dts/AWM002-4M.dtsi b/target/linux/ramips/dts/AWM002-4M.dtsi deleted file mode 100644 index 3ea20e6a95..0000000000 --- a/target/linux/ramips/dts/AWM002-4M.dtsi +++ /dev/null @@ -1,10 +0,0 @@ -#include "AWM002.dtsi" - -/ { - compatible = "AWM002", "ralink,rt5350-soc"; - model = "AsiaRF AWM002"; -}; - -&m25p80 { - compatible = "jedec,spi-nor"; -}; |