From 8312738806df669ad61bf9225474623acbebe444 Mon Sep 17 00:00:00 2001 From: Xuefu Lin Date: Fri, 21 Oct 2016 17:06:39 +0800 Subject: ramips: fix PSG1218 LEDs Signed-off-by: Xuefu Lin --- target/linux/ramips/dts/PSG1218.dts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'target/linux/ramips/dts') 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>; }; }; -- cgit v1.2.3