diff options
author | Fabrizio Castro <fabrizio.castro@bp.renesas.com> | 2019-06-19 17:11:24 +0300 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2019-06-19 17:32:13 +0300 |
commit | f6130381e2a20b0503838477462a3f55f7672434 (patch) | |
tree | 1d6776f7a9ed6f1a473bc0a195d6a94eddbbf9b4 /arch/arm64/boot/dts/renesas | |
parent | 89d6adc63f859b45eb961d86a451e38b679143a5 (diff) | |
download | linux-f6130381e2a20b0503838477462a3f55f7672434.tar.xz |
arm64: dts: renesas: hihope-common: Remove "label" from LEDs
Remove "label" properties from the LEDs device tree nodes, since
we don't have nice labels on the PCB.
Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm64/boot/dts/renesas')
-rw-r--r-- | arch/arm64/boot/dts/renesas/hihope-common.dtsi | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm64/boot/dts/renesas/hihope-common.dtsi b/arch/arm64/boot/dts/renesas/hihope-common.dtsi index 9f05e80cee10..3311a982fff8 100644 --- a/arch/arm64/boot/dts/renesas/hihope-common.dtsi +++ b/arch/arm64/boot/dts/renesas/hihope-common.dtsi @@ -33,22 +33,18 @@ led0 { gpios = <&gpio6 11 GPIO_ACTIVE_HIGH>; - label = "LED0"; }; led1 { gpios = <&gpio6 12 GPIO_ACTIVE_HIGH>; - label = "LED1"; }; led2 { gpios = <&gpio6 13 GPIO_ACTIVE_HIGH>; - label = "LED2"; }; led3 { gpios = <&gpio0 0 GPIO_ACTIVE_HIGH>; - label = "LED3"; }; }; |