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 | |
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')
-rw-r--r-- | target/linux/brcm63xx/dts/hg655b.dts | 16 | ||||
-rw-r--r-- | target/linux/brcm63xx/dts/vr-3025u.dts | 16 | ||||
-rw-r--r-- | target/linux/brcm63xx/dts/vr-3025un.dts | 16 | ||||
-rw-r--r-- | target/linux/brcm63xx/dts/vr-3026e.dts | 16 |
4 files changed, 0 insertions, 64 deletions
diff --git a/target/linux/brcm63xx/dts/hg655b.dts b/target/linux/brcm63xx/dts/hg655b.dts index 7f4a7cab56..58ef715a93 100644 --- a/target/linux/brcm63xx/dts/hg655b.dts +++ b/target/linux/brcm63xx/dts/hg655b.dts @@ -47,22 +47,6 @@ label = "HW65x:green:internet"; gpios = <&gpio0 5 1>; }; - lan1_green { - label = "HW65x:green:lan1"; - gpios = <&gpio0 6 1>; - }; - lan2_green { - label = "HW65x:green:lan2"; - gpios = <&gpio0 7 1>; - }; - lan3_green { - label = "HW65x:green:lan3"; - gpios = <&gpio0 8 1>; - }; - lan4_green { - label = "HW65x:green:lan4"; - gpios = <&gpio0 9 1>; - }; usb_green { label = "HW65x:green:usb"; gpios = <&gpio0 14 1>; diff --git a/target/linux/brcm63xx/dts/vr-3025u.dts b/target/linux/brcm63xx/dts/vr-3025u.dts index 7b37fadcd3..63b1427704 100644 --- a/target/linux/brcm63xx/dts/vr-3025u.dts +++ b/target/linux/brcm63xx/dts/vr-3025u.dts @@ -37,22 +37,6 @@ label = "VR-3025u:green:inet"; gpios = <&gpio0 5 0>; }; - lan1_green { - label = "VR-3025u:green:lan1"; - gpios = <&gpio0 6 1>; - }; - lan2_green { - label = "VR-3025u:green:lan2"; - gpios = <&gpio0 7 1>; - }; - lan3_green { - label = "VR-3025u:green:lan3"; - gpios = <&gpio0 8 1>; - }; - lan4_green { - label = "VR-3025u:green:lan4"; - gpios = <&gpio0 9 1>; - }; power_green { label = "VR-3025u:green:power"; gpios = <&gpio0 22 0>; diff --git a/target/linux/brcm63xx/dts/vr-3025un.dts b/target/linux/brcm63xx/dts/vr-3025un.dts index 9c7e0dc2fe..864eb8216e 100644 --- a/target/linux/brcm63xx/dts/vr-3025un.dts +++ b/target/linux/brcm63xx/dts/vr-3025un.dts @@ -37,22 +37,6 @@ label = "VR-3025un:green:inet"; gpios = <&gpio0 5 0>; }; - lan1_green { - label = "VR-3025un:green:lan1"; - gpios = <&gpio0 6 1>; - }; - lan2_green { - label = "VR-3025un:green:lan2"; - gpios = <&gpio0 7 1>; - }; - lan3_green { - label = "VR-3025un:green:lan3"; - gpios = <&gpio0 8 1>; - }; - iptv_green { - label = "VR-3025un:green:iptv"; - gpios = <&gpio0 9 1>; - }; power_green { label = "VR-3025un:green:power"; gpios = <&gpio0 22 0>; 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>; |