ARM: shmobile: armadillo800eva reference dts: Add matching LED labels
And make the node name numbering match the label numbering. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Cc: devicetree@vger.kernel.org Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
Родитель
7171511eae
Коммит
0ba06992e8
|
@ -104,17 +104,21 @@
|
||||||
|
|
||||||
leds {
|
leds {
|
||||||
compatible = "gpio-leds";
|
compatible = "gpio-leds";
|
||||||
led1 {
|
|
||||||
gpios = <&pfc 102 GPIO_ACTIVE_HIGH>;
|
|
||||||
};
|
|
||||||
led2 {
|
|
||||||
gpios = <&pfc 111 GPIO_ACTIVE_HIGH>;
|
|
||||||
};
|
|
||||||
led3 {
|
led3 {
|
||||||
gpios = <&pfc 110 GPIO_ACTIVE_HIGH>;
|
gpios = <&pfc 102 GPIO_ACTIVE_HIGH>;
|
||||||
|
label = "LED3";
|
||||||
};
|
};
|
||||||
led4 {
|
led4 {
|
||||||
|
gpios = <&pfc 111 GPIO_ACTIVE_HIGH>;
|
||||||
|
label = "LED4";
|
||||||
|
};
|
||||||
|
led5 {
|
||||||
|
gpios = <&pfc 110 GPIO_ACTIVE_HIGH>;
|
||||||
|
label = "LED5";
|
||||||
|
};
|
||||||
|
led6 {
|
||||||
gpios = <&pfc 177 GPIO_ACTIVE_HIGH>;
|
gpios = <&pfc 177 GPIO_ACTIVE_HIGH>;
|
||||||
|
label = "LED6";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче