diff options
Diffstat (limited to 'target/linux/ramips/dts/PSG1218.dts')
-rw-r--r-- | target/linux/ramips/dts/PSG1218.dts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/ramips/dts/PSG1218.dts b/target/linux/ramips/dts/PSG1218.dts index e477ee5038..6fdb67869a 100644 --- a/target/linux/ramips/dts/PSG1218.dts +++ b/target/linux/ramips/dts/PSG1218.dts @@ -11,17 +11,17 @@ blue { label = "psg1218:blue:status"; - gpios = <&gpio0 10 0>; + gpios = <&gpio0 10 1>; }; yellow { label = "psg1218:yellow:status"; - gpios = <&gpio0 11 0>; + gpios = <&gpio0 11 1>; }; red { label = "psg1218:red:status"; - gpios = <&gpio0 8 1>; + gpios = <&gpio0 8 0>; }; }; |