Nerge Lean's source

This commit is contained in:
CN_SZTL 2019-11-28 12:49:43 +08:00
commit 145affc7f4
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

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";
};