diff options
Diffstat (limited to 'target/linux/bcm63xx/dts/bcm6358-d-link-dsl-274xb-c2.dts')
-rw-r--r-- | target/linux/bcm63xx/dts/bcm6358-d-link-dsl-274xb-c2.dts | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/target/linux/bcm63xx/dts/bcm6358-d-link-dsl-274xb-c2.dts b/target/linux/bcm63xx/dts/bcm6358-d-link-dsl-274xb-c2.dts index bd40319f4f..37aa30cac2 100644 --- a/target/linux/bcm63xx/dts/bcm6358-d-link-dsl-274xb-c2.dts +++ b/target/linux/bcm63xx/dts/bcm6358-d-link-dsl-274xb-c2.dts @@ -38,24 +38,24 @@ compatible = "gpio-leds"; inet_green { - label = "dsl-274xb:green:internet"; + label = "green:internet"; gpios = <&pinctrl 2 0>; }; power_red { - label = "dsl-274xb:red:power"; + label = "red:power"; gpios = <&pinctrl 4 1>; }; led_power_green: power_green { - label = "dsl-274xb:green:power"; + label = "green:power"; gpios = <&pinctrl 5 1>; default-state = "on"; }; dsl_green { - label = "dsl-274xb:green:adsl"; + label = "green:adsl"; gpios = <&pinctrl 9 1>; }; inet_red { - label = "dsl-274xb:red:internet"; + label = "red:internet"; gpios = <&pinctrl 10 0>; }; }; |