diff options
author | John Crispin <john@openwrt.org> | 2015-08-17 06:01:06 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-08-17 06:01:06 +0000 |
commit | 2fe5cf2bd691b94a54651f95ea541194d6a4367c (patch) | |
tree | 0dccea4584b2e3dcd85ac1ad06de1d22d2e01dd5 /target/linux/ramips/dts | |
parent | e4b6dcee5e7c67a11a417c04790ac22bb287aa58 (diff) | |
download | upstream-2fe5cf2bd691b94a54651f95ea541194d6a4367c.tar.gz upstream-2fe5cf2bd691b94a54651f95ea541194d6a4367c.tar.bz2 upstream-2fe5cf2bd691b94a54651f95ea541194d6a4367c.zip |
ramips: fix 7Links PX-4885 dts{, i}, board, image and profile names
The following patch changes 7Links PX-4885 dts{,i} filenames, board, image and profile names from "PX4885" to "PX-4885" (for consistency).
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
SVN-Revision: 46629
Diffstat (limited to 'target/linux/ramips/dts')
-rw-r--r-- | target/linux/ramips/dts/PX-4885-4M.dts (renamed from target/linux/ramips/dts/PX4885-4M.dts) | 2 | ||||
-rw-r--r-- | target/linux/ramips/dts/PX-4885-8M.dts (renamed from target/linux/ramips/dts/PX4885-8M.dts) | 2 | ||||
-rw-r--r-- | target/linux/ramips/dts/PX-4885.dtsi (renamed from target/linux/ramips/dts/PX4885.dtsi) | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/target/linux/ramips/dts/PX4885-4M.dts b/target/linux/ramips/dts/PX-4885-4M.dts index 33f167dcd5..1f79a3cb36 100644 --- a/target/linux/ramips/dts/PX4885-4M.dts +++ b/target/linux/ramips/dts/PX-4885-4M.dts @@ -1,6 +1,6 @@ /dts-v1/; -/include/ "PX4885.dtsi" +/include/ "PX-4885.dtsi" / { palmbus@10000000 { diff --git a/target/linux/ramips/dts/PX4885-8M.dts b/target/linux/ramips/dts/PX-4885-8M.dts index b8015ab8f0..4c94a1113c 100644 --- a/target/linux/ramips/dts/PX4885-8M.dts +++ b/target/linux/ramips/dts/PX-4885-8M.dts @@ -1,6 +1,6 @@ /dts-v1/; -/include/ "PX4885.dtsi" +/include/ "PX-4885.dtsi" / { palmbus@10000000 { diff --git a/target/linux/ramips/dts/PX4885.dtsi b/target/linux/ramips/dts/PX-4885.dtsi index 50f4b9edd6..350c1a659e 100644 --- a/target/linux/ramips/dts/PX4885.dtsi +++ b/target/linux/ramips/dts/PX-4885.dtsi @@ -1,7 +1,7 @@ /include/ "rt5350.dtsi" / { - compatible = "PX4885", "ralink,rt5350-soc"; + compatible = "PX-4885", "ralink,rt5350-soc"; model = "7Links PX-4885"; pinctrl { @@ -42,12 +42,12 @@ compatible = "gpio-leds"; orange { - label = "7links:orange:wifi"; + label = "px-4885:orange:wifi"; gpios = <&gpio0 18 1>; }; blue { - label = "7links:blue:storage"; + label = "px-4885:blue:storage"; gpios = <&gpio0 19 1>; }; }; |