diff options
| author | Mathias Kresin <dev@kresin.me> | 2018-05-08 07:22:38 +0200 |
|---|---|---|
| committer | Mathias Kresin <dev@kresin.me> | 2018-05-17 07:40:19 +0200 |
| commit | 0ff5785c5d5e57d99acb8da06d2c08903448b663 (patch) | |
| tree | 4541e482fb5751cbedcaf1e94fd9dae380432cdc /target/linux/ath79/dts | |
| parent | 8f7e28a7835521e8e0e6f9ff44005c3374e39bf0 (diff) | |
| download | mtk-20170518-0ff5785c5d5e57d99acb8da06d2c08903448b663.zip mtk-20170518-0ff5785c5d5e57d99acb8da06d2c08903448b663.tar.gz mtk-20170518-0ff5785c5d5e57d99acb8da06d2c08903448b663.tar.bz2 | |
ath79: fix dts files
Add the SoC compatible to the individual dts files. Rename the dts files
to match the common pattern.
Remove dts files wich aren't used and no image in ar71xx exists.
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/ath79/dts')
| -rw-r--r-- | target/linux/ath79/dts/ar7241_ubnt-xm.dts | 13 | ||||
| -rw-r--r-- | target/linux/ath79/dts/ar7241_ubnt_bullet-m.dts (renamed from target/linux/ath79/dts/ar7241_ubnt-bullet-m.dts) | 4 | ||||
| -rw-r--r-- | target/linux/ath79/dts/ar7241_ubnt_nano-m.dts (renamed from target/linux/ath79/dts/ar7241_ubnt-nano-m.dts) | 4 | ||||
| -rw-r--r-- | target/linux/ath79/dts/ar7241_ubnt_rocket-m.dts (renamed from target/linux/ath79/dts/ar7241_ubnt-rocket-m.dts) | 4 | ||||
| -rw-r--r-- | target/linux/ath79/dts/ar7241_ubnt_unifi.dts (renamed from target/linux/ath79/dts/ar7241_ubnt-unifi.dts) | 0 | ||||
| -rw-r--r-- | target/linux/ath79/dts/ar7241_ubnt_xm.dtsi (renamed from target/linux/ath79/dts/ar7241_ubnt-xm.dtsi) | 0 | ||||
| -rw-r--r-- | target/linux/ath79/dts/ar9330_glinet_ar150.dts (renamed from target/linux/ath79/dts/ar9330_gl_ar150.dts) | 2 | ||||
| -rw-r--r-- | target/linux/ath79/dts/ar9331_dpt_module.dts | 2 | ||||
| -rw-r--r-- | target/linux/ath79/dts/ar9331_dragino_ms14.dts | 2 | ||||
| -rw-r--r-- | target/linux/ath79/dts/ar9331_embeddedwireless_dorin.dts (renamed from target/linux/ath79/dts/ar9331_ew_dorin.dts) | 2 | ||||
| -rw-r--r-- | target/linux/ath79/dts/ar9331_omega.dts | 2 | ||||
| -rw-r--r-- | target/linux/ath79/dts/ar9331_tl_mr3020.dts | 2 | ||||
| -rw-r--r-- | target/linux/ath79/dts/qca9558_openmesh_om5p-ac-v2.dts (renamed from target/linux/ath79/dts/qca9558_om5p_ac.dts) | 0 |
13 files changed, 12 insertions, 25 deletions
diff --git a/target/linux/ath79/dts/ar7241_ubnt-xm.dts b/target/linux/ath79/dts/ar7241_ubnt-xm.dts deleted file mode 100644 index efb01f7..0000000 --- a/target/linux/ath79/dts/ar7241_ubnt-xm.dts +++ /dev/null @@ -1,13 +0,0 @@ -// SPDX-License-Identifier: GPL-2.0-or-later OR MIT -/dts-v1/; - -#include "ar7241_ubnt-xm.dtsi" - -/ { - compatible = "ubnt,xm", "qca,ar7241"; - model = "Ubiquiti Networks XM (rev 1.0) board"; -}; - -ð1 { - compatible = "syscon"; -}; diff --git a/target/linux/ath79/dts/ar7241_ubnt-bullet-m.dts b/target/linux/ath79/dts/ar7241_ubnt_bullet-m.dts index 067c612..0de97ea 100644 --- a/target/linux/ath79/dts/ar7241_ubnt-bullet-m.dts +++ b/target/linux/ath79/dts/ar7241_ubnt_bullet-m.dts @@ -1,10 +1,10 @@ // SPDX-License-Identifier: GPL-2.0-or-later OR MIT /dts-v1/; -#include "ar7241_ubnt-xm.dtsi" +#include "ar7241_ubnt_xm.dtsi" / { - compatible = "ubnt,xm", "qca,ar7241"; + compatible = "ubnt,bullet-m", "qca,ar7241"; model = "Ubiquiti Bullet M"; }; diff --git a/target/linux/ath79/dts/ar7241_ubnt-nano-m.dts b/target/linux/ath79/dts/ar7241_ubnt_nano-m.dts index 8fbd7a6..417e503 100644 --- a/target/linux/ath79/dts/ar7241_ubnt-nano-m.dts +++ b/target/linux/ath79/dts/ar7241_ubnt_nano-m.dts @@ -1,9 +1,9 @@ // SPDX-License-Identifier: GPL-2.0-or-later OR MIT /dts-v1/; -#include "ar7241_ubnt-xm.dtsi" +#include "ar7241_ubnt_xm.dtsi" / { - compatible = "ubnt,nm", "qca,ar7241"; + compatible = "ubnt,nano-m", "qca,ar7241"; model = "Ubiquiti Nanostation M"; }; diff --git a/target/linux/ath79/dts/ar7241_ubnt-rocket-m.dts b/target/linux/ath79/dts/ar7241_ubnt_rocket-m.dts index e1ef6d7..36fa275 100644 --- a/target/linux/ath79/dts/ar7241_ubnt-rocket-m.dts +++ b/target/linux/ath79/dts/ar7241_ubnt_rocket-m.dts @@ -1,10 +1,10 @@ // SPDX-License-Identifier: GPL-2.0-or-later OR MIT /dts-v1/; -#include "ar7241_ubnt-xm.dtsi" +#include "ar7241_ubnt_xm.dtsi" / { - compatible = "ubnt,rm", "qca,ar7241"; + compatible = "ubnt,rocket-m", "qca,ar7241"; model = "Ubiquiti Rocket M"; }; diff --git a/target/linux/ath79/dts/ar7241_ubnt-unifi.dts b/target/linux/ath79/dts/ar7241_ubnt_unifi.dts index 1cb45e6..1cb45e6 100644 --- a/target/linux/ath79/dts/ar7241_ubnt-unifi.dts +++ b/target/linux/ath79/dts/ar7241_ubnt_unifi.dts diff --git a/target/linux/ath79/dts/ar7241_ubnt-xm.dtsi b/target/linux/ath79/dts/ar7241_ubnt_xm.dtsi index bea9adc..bea9adc 100644 --- a/target/linux/ath79/dts/ar7241_ubnt-xm.dtsi +++ b/target/linux/ath79/dts/ar7241_ubnt_xm.dtsi diff --git a/target/linux/ath79/dts/ar9330_gl_ar150.dts b/target/linux/ath79/dts/ar9330_glinet_ar150.dts index 97beab1..16d8613 100644 --- a/target/linux/ath79/dts/ar9330_gl_ar150.dts +++ b/target/linux/ath79/dts/ar9330_glinet_ar150.dts @@ -8,7 +8,7 @@ / { model = "GL.iNet GL-AR150"; - compatible = "glinet,ar150"; + compatible = "glinet,ar150", "qca,ar9330"; aliases { serial0 = &uart; diff --git a/target/linux/ath79/dts/ar9331_dpt_module.dts b/target/linux/ath79/dts/ar9331_dpt_module.dts index bcd8636..dc4df6b 100644 --- a/target/linux/ath79/dts/ar9331_dpt_module.dts +++ b/target/linux/ath79/dts/ar9331_dpt_module.dts @@ -8,7 +8,7 @@ / { model = "DPTechnics DPT-Module"; - compatible = "dptechnics,dpt-module"; + compatible = "dptechnics,dpt-module", "qca,ar9331"; aliases { serial0 = &uart; diff --git a/target/linux/ath79/dts/ar9331_dragino_ms14.dts b/target/linux/ath79/dts/ar9331_dragino_ms14.dts index e7c446a..9fb674e 100644 --- a/target/linux/ath79/dts/ar9331_dragino_ms14.dts +++ b/target/linux/ath79/dts/ar9331_dragino_ms14.dts @@ -8,7 +8,7 @@ / { model = "Dragino MS14 (Dragino 2)"; - compatible = "dragino,ms14"; + compatible = "dragino,ms14", "qca,ar9331"; aliases { serial0 = &uart; diff --git a/target/linux/ath79/dts/ar9331_ew_dorin.dts b/target/linux/ath79/dts/ar9331_embeddedwireless_dorin.dts index fd18593..4b204b7 100644 --- a/target/linux/ath79/dts/ar9331_ew_dorin.dts +++ b/target/linux/ath79/dts/ar9331_embeddedwireless_dorin.dts @@ -8,7 +8,7 @@ / { model = "Embedded Wireless Dorin"; - compatible = "embeddedwireless,dorin"; + compatible = "embeddedwireless,dorin", "qca,ar9331"; aliases { serial0 = &uart; diff --git a/target/linux/ath79/dts/ar9331_omega.dts b/target/linux/ath79/dts/ar9331_omega.dts index 1225b24..3255142 100644 --- a/target/linux/ath79/dts/ar9331_omega.dts +++ b/target/linux/ath79/dts/ar9331_omega.dts @@ -8,7 +8,7 @@ / { model = "Onion Omega"; - compatible = "onion,omega"; + compatible = "onion,omega", "qca,ar9331"; aliases { serial0 = &uart; diff --git a/target/linux/ath79/dts/ar9331_tl_mr3020.dts b/target/linux/ath79/dts/ar9331_tl_mr3020.dts index 7439768..34ee805 100644 --- a/target/linux/ath79/dts/ar9331_tl_mr3020.dts +++ b/target/linux/ath79/dts/ar9331_tl_mr3020.dts @@ -8,7 +8,7 @@ / { model = "TP-Link TL-MR3020"; - compatible = "tplink,tl-mr3020"; + compatible = "tplink,tl-mr3020", "qca,ar9331"; aliases { serial0 = &uart; diff --git a/target/linux/ath79/dts/qca9558_om5p_ac.dts b/target/linux/ath79/dts/qca9558_openmesh_om5p-ac-v2.dts index 974b1c6..974b1c6 100644 --- a/target/linux/ath79/dts/qca9558_om5p_ac.dts +++ b/target/linux/ath79/dts/qca9558_openmesh_om5p-ac-v2.dts |
