Commit f6130381 authored by Fabrizio Castro's avatar Fabrizio Castro Committed by Simon Horman

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: default avatarFabrizio Castro <fabrizio.castro@bp.renesas.com>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 89d6adc6
......@@ -33,22 +33,18 @@ leds {
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";
};
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment