diff options
Diffstat (limited to 'target/linux/ramips/dts')
-rw-r--r-- | target/linux/ramips/dts/PSG1218A.dts (renamed from target/linux/ramips/dts/PSG1218K2C.dts) | 10 | ||||
-rw-r--r-- | target/linux/ramips/dts/PSG1218B.dts (renamed from target/linux/ramips/dts/PSG1218.dts) | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/target/linux/ramips/dts/PSG1218K2C.dts b/target/linux/ramips/dts/PSG1218A.dts index d8105b9a22..e85ef70cbd 100644 --- a/target/linux/ramips/dts/PSG1218K2C.dts +++ b/target/linux/ramips/dts/PSG1218A.dts @@ -3,23 +3,23 @@ #include "PSG1218.dtsi" / { - compatible = "PSG1218K2C", "ralink,mt7620a-soc"; - model = "Phicomm PSG1218K2C"; + compatible = "PSG1218A", "ralink,mt7620a-soc"; + model = "Phicomm PSG1218 rev.A"; gpio-leds { compatible = "gpio-leds"; blue { - label = "psg1218k2c:blue:status"; + label = "psg1218a:blue:status"; gpios = <&gpio0 10 1>; }; yellow { - label = "psg1218k2c:yellow:status"; + label = "psg1218a:yellow:status"; gpios = <&gpio0 11 1>; }; red { - label = "psg1218k2c:red:status"; + label = "psg1218a:red:status"; gpios = <&gpio0 8 0>; }; }; diff --git a/target/linux/ramips/dts/PSG1218.dts b/target/linux/ramips/dts/PSG1218B.dts index 0492d65502..38ceb95856 100644 --- a/target/linux/ramips/dts/PSG1218.dts +++ b/target/linux/ramips/dts/PSG1218B.dts @@ -3,23 +3,23 @@ #include "PSG1218.dtsi" / { - compatible = "PSG1218", "ralink,mt7620a-soc"; - model = "Phicomm PSG1218"; + compatible = "PSG1218B", "ralink,mt7620a-soc"; + model = "Phicomm PSG1218 rev.B"; gpio-leds { compatible = "gpio-leds"; blue { - label = "psg1218:blue:status"; + label = "psg1218b:blue:status"; gpios = <&gpio0 10 1>; }; yellow { - label = "psg1218:yellow:status"; + label = "psg1218b:yellow:status"; gpios = <&gpio0 11 1>; }; red { - label = "psg1218:red:status"; + label = "psg1218b:red:status"; gpios = <&gpio0 8 0>; }; }; |