From 8cacb84041e92e4e4d14057e708b6f232d106a50 Mon Sep 17 00:00:00 2001 From: Russell Senior Date: Tue, 10 Mar 2020 18:06:03 -0700 Subject: ath79: rename ubnt_bullet-m to ubnt_bullet-m-ar7241 Since there exists another variant of the Bullet M with AR7240 SoC under the same name, this patch introduces the SoC into the device name to be able to distinguish these variants. Signed-off-by: Russell Senior [add commit message, adjust model in DTS, fix 02_network and SUPPORTED_DEVICES] Signed-off-by: Adrian Schmutzler --- target/linux/ath79/dts/ar7241_ubnt_bullet-m-ar7241.dts | 15 +++++++++++++++ target/linux/ath79/dts/ar7241_ubnt_bullet-m.dts | 15 --------------- 2 files changed, 15 insertions(+), 15 deletions(-) create mode 100644 target/linux/ath79/dts/ar7241_ubnt_bullet-m-ar7241.dts delete mode 100644 target/linux/ath79/dts/ar7241_ubnt_bullet-m.dts (limited to 'target/linux/ath79/dts') diff --git a/target/linux/ath79/dts/ar7241_ubnt_bullet-m-ar7241.dts b/target/linux/ath79/dts/ar7241_ubnt_bullet-m-ar7241.dts new file mode 100644 index 0000000000..0e2183c27d --- /dev/null +++ b/target/linux/ath79/dts/ar7241_ubnt_bullet-m-ar7241.dts @@ -0,0 +1,15 @@ +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT +/dts-v1/; + +#include "ar7241.dtsi" +#include "ar724x_ubnt_xm.dtsi" +#include "ar724x_ubnt_xm_outdoor.dtsi" + +/ { + compatible = "ubnt,bullet-m-ar7241", "ubnt,xm", "qca,ar7241"; + model = "Ubiquiti Bullet M XM (AR7241)"; +}; + +ð1 { + compatible = "syscon", "simple-mfd"; +}; diff --git a/target/linux/ath79/dts/ar7241_ubnt_bullet-m.dts b/target/linux/ath79/dts/ar7241_ubnt_bullet-m.dts deleted file mode 100644 index a43ed2afdc..0000000000 --- a/target/linux/ath79/dts/ar7241_ubnt_bullet-m.dts +++ /dev/null @@ -1,15 +0,0 @@ -// SPDX-License-Identifier: GPL-2.0-or-later OR MIT -/dts-v1/; - -#include "ar7241.dtsi" -#include "ar724x_ubnt_xm.dtsi" -#include "ar724x_ubnt_xm_outdoor.dtsi" - -/ { - compatible = "ubnt,bullet-m", "ubnt,xm", "qca,ar7241"; - model = "Ubiquiti Bullet M"; -}; - -ð1 { - compatible = "syscon", "simple-mfd"; -}; -- cgit v1.2.3