diff options
author | Mathias Kresin <dev@kresin.me> | 2017-04-01 10:46:44 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2017-04-25 19:29:59 +0200 |
commit | 3cfc909c54c07d5a24d9a1a7496142b82d580878 (patch) | |
tree | cf174b5ef65ab1a8e2551b5a2038538b39b24f57 /target/linux/ramips/dts | |
parent | 619d68bfc90e548e3398b26a2a0ca3fccd7d3f38 (diff) | |
download | upstream-3cfc909c54c07d5a24d9a1a7496142b82d580878.tar.gz upstream-3cfc909c54c07d5a24d9a1a7496142b82d580878.tar.bz2 upstream-3cfc909c54c07d5a24d9a1a7496142b82d580878.zip |
ramips: rename Digineo AC1200 Pro to ZBT-WG3526 32MB
The Digineo AC1200 Pro is the 32MB flash variant of the ZBT-WG3526 with
unpopulated/exposed sdhci slot. Rename to board to the OEM/ODM name and
add the sdhci kernel module to use it for multiple clones.
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/ramips/dts')
-rw-r--r-- | target/linux/ramips/dts/ZBT-WG3526-16M.dts | 4 | ||||
-rw-r--r-- | target/linux/ramips/dts/ZBT-WG3526-32M.dts (renamed from target/linux/ramips/dts/AC1200pro.dts) | 6 | ||||
-rw-r--r-- | target/linux/ramips/dts/ZBT-WG3526.dtsi | 3 |
3 files changed, 3 insertions, 10 deletions
diff --git a/target/linux/ramips/dts/ZBT-WG3526-16M.dts b/target/linux/ramips/dts/ZBT-WG3526-16M.dts index fb64450207..1e2f152502 100644 --- a/target/linux/ramips/dts/ZBT-WG3526-16M.dts +++ b/target/linux/ramips/dts/ZBT-WG3526-16M.dts @@ -9,7 +9,3 @@ &firmware { reg = <0x50000 0xfb0000>; }; - -&status_led { - label = "zbt-wg3526:green:status"; -}; diff --git a/target/linux/ramips/dts/AC1200pro.dts b/target/linux/ramips/dts/ZBT-WG3526-32M.dts index fbec818440..99a4b45824 100644 --- a/target/linux/ramips/dts/AC1200pro.dts +++ b/target/linux/ramips/dts/ZBT-WG3526-32M.dts @@ -3,13 +3,9 @@ #include "ZBT-WG3526.dtsi" / { - model = "Digineo AC1200 Pro"; + model = "ZBT-WG3526 (32M)"; }; &firmware { reg = <0x50000 0x1fb0000>; }; - -&status_led { - label = "ac1200pro:green:status"; -}; diff --git a/target/linux/ramips/dts/ZBT-WG3526.dtsi b/target/linux/ramips/dts/ZBT-WG3526.dtsi index 582e420839..5e195fb812 100644 --- a/target/linux/ramips/dts/ZBT-WG3526.dtsi +++ b/target/linux/ramips/dts/ZBT-WG3526.dtsi @@ -35,7 +35,8 @@ gpio-leds { compatible = "gpio-leds"; - status_led: status { + status { + label = "zbt-wg3526:green:status"; gpios = <&gpio0 24 1>; }; }; |