ARM: shmobile: ape6evm dts: Fix polarity of LEDs
While the LEDs on r8a73a4/ape6evm are tied to VSUPPLY, they're driven by an N-channel MOSFET. Hence the GPIO signal should be active high. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
Родитель
fd25cdd15b
Коммит
ca50ee8f6f
|
@ -95,27 +95,27 @@
|
||||||
leds {
|
leds {
|
||||||
compatible = "gpio-leds";
|
compatible = "gpio-leds";
|
||||||
led1 {
|
led1 {
|
||||||
gpios = <&pfc 28 GPIO_ACTIVE_LOW>;
|
gpios = <&pfc 28 GPIO_ACTIVE_HIGH>;
|
||||||
label = "GNSS_EN";
|
label = "GNSS_EN";
|
||||||
};
|
};
|
||||||
led2 {
|
led2 {
|
||||||
gpios = <&pfc 126 GPIO_ACTIVE_LOW>;
|
gpios = <&pfc 126 GPIO_ACTIVE_HIGH>;
|
||||||
label = "NFC_NRST";
|
label = "NFC_NRST";
|
||||||
};
|
};
|
||||||
led3 {
|
led3 {
|
||||||
gpios = <&pfc 132 GPIO_ACTIVE_LOW>;
|
gpios = <&pfc 132 GPIO_ACTIVE_HIGH>;
|
||||||
label = "GNSS_NRST";
|
label = "GNSS_NRST";
|
||||||
};
|
};
|
||||||
led4 {
|
led4 {
|
||||||
gpios = <&pfc 232 GPIO_ACTIVE_LOW>;
|
gpios = <&pfc 232 GPIO_ACTIVE_HIGH>;
|
||||||
label = "BT_WAKEUP";
|
label = "BT_WAKEUP";
|
||||||
};
|
};
|
||||||
led5 {
|
led5 {
|
||||||
gpios = <&pfc 250 GPIO_ACTIVE_LOW>;
|
gpios = <&pfc 250 GPIO_ACTIVE_HIGH>;
|
||||||
label = "STROBE";
|
label = "STROBE";
|
||||||
};
|
};
|
||||||
led6 {
|
led6 {
|
||||||
gpios = <&pfc 288 GPIO_ACTIVE_LOW>;
|
gpios = <&pfc 288 GPIO_ACTIVE_HIGH>;
|
||||||
label = "BBRESETOUT";
|
label = "BBRESETOUT";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Загрузка…
Ссылка в новой задаче