ipq40xx: change GPIO32 LED

This commit is contained in:
LEAN-ESX 2019-11-27 18:57:49 -08:00
parent 020ab98f63
commit f6b7b20b11

View File

@ -6,6 +6,7 @@
#include <dt-bindings/soc/qcom,tcsr.h>
/ {
aliases {
led-boot = &led_sys;
led-failsafe = &led_sys;
@ -182,6 +183,7 @@
perst-gpio = <&tlmm 4 GPIO_ACTIVE_LOW>;
wake-gpio = <&tlmm 40 GPIO_ACTIVE_HIGH>;
/* Free slot for use */
bridge@0,0 {
reg = <0x00000000 0 0 0 0>;
#address-cells = <3>;
@ -197,6 +199,7 @@
&sdhci {
pinctrl-0 = <&sd_0_pins>;
pinctrl-names = "default";
cd-gpios = <&tlmm 22 GPIO_ACTIVE_LOW>;
vqmmc-supply = <&vqmmc>;
status = "okay";
};