diff options
author | Jonas Gorski <jonas.gorski@gmail.com> | 2017-02-01 12:58:22 +0100 |
---|---|---|
committer | Jonas Gorski <jonas.gorski@gmail.com> | 2017-02-09 14:30:44 +0100 |
commit | 31d5c5bc90512cc9f06a9a916f9922782483acc3 (patch) | |
tree | 363a1dd84f92370ec54fa486c7b523b3f32775ab /target/linux/brcm63xx/dts/vr-3026e.dts | |
parent | c7f31b280faccd20079aef34f3c0811dfa2e33b1 (diff) | |
download | upstream-31d5c5bc90512cc9f06a9a916f9922782483acc3.tar.gz upstream-31d5c5bc90512cc9f06a9a916f9922782483acc3.tar.bz2 upstream-31d5c5bc90512cc9f06a9a916f9922782483acc3.zip |
brcm63xx: setup internal switch leds for bcm6368
Setup the GPIO_MODE register bits for used internal switch port leds.
Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
Diffstat (limited to 'target/linux/brcm63xx/dts/vr-3026e.dts')
-rw-r--r-- | target/linux/brcm63xx/dts/vr-3026e.dts | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/target/linux/brcm63xx/dts/vr-3026e.dts b/target/linux/brcm63xx/dts/vr-3026e.dts index 5ecfdfd44e..eecbf56d12 100644 --- a/target/linux/brcm63xx/dts/vr-3026e.dts +++ b/target/linux/brcm63xx/dts/vr-3026e.dts @@ -37,22 +37,6 @@ label = "VR-3026e:green:inet"; gpios = <&gpio0 5 0>; }; - lan1_green { - label = "VR-3026e:green:lan1"; - gpios = <&gpio0 6 1>; - }; - lan2_green { - label = "VR-3026e:green:lan2"; - gpios = <&gpio0 7 1>; - }; - lan3_green { - label = "VR-3026e:green:lan3"; - gpios = <&gpio0 8 1>; - }; - lan4_green { - label = "VR-3026e:green:lan4"; - gpios = <&gpio0 9 1>; - }; power_green { label = "VR-3026e:green:power"; gpios = <&gpio0 22 0>; |