diff mbox series

arm64: dts: renesas: hihope-common: Remove "label" from LEDs

Message ID 1560953484-12777-1-git-send-email-fabrizio.castro@bp.renesas.com (mailing list archive)
State Accepted
Commit f6130381e2a20b0503838477462a3f55f7672434
Delegated to: Simon Horman
Headers show
Series arm64: dts: renesas: hihope-common: Remove "label" from LEDs | expand

Commit Message

Fabrizio Castro June 19, 2019, 2:11 p.m. UTC
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>
---
 arch/arm64/boot/dts/renesas/hihope-common.dtsi | 4 ----
 1 file changed, 4 deletions(-)

Comments

Simon Horman June 19, 2019, 2:32 p.m. UTC | #1
On Wed, Jun 19, 2019 at 03:11:24PM +0100, Fabrizio Castro wrote:
> 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>

Thanks,

I have applied this for inclusion in v5.3.
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/renesas/hihope-common.dtsi b/arch/arm64/boot/dts/renesas/hihope-common.dtsi
index 625c3aa..cee8bb1 100644
--- a/arch/arm64/boot/dts/renesas/hihope-common.dtsi
+++ b/arch/arm64/boot/dts/renesas/hihope-common.dtsi
@@ -22,22 +22,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";
 		};
 	};