mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
rk3128 box:mmc: fix dts cd-gpio setting
This commit is contained in:
@@ -217,3 +217,7 @@
|
||||
vmmc-supply = <&rk818_ldo9_reg>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&sdmmc {
|
||||
cd-gpios = <&gpio1 GPIO_C1 GPIO_ACTIVE_HIGH>;/*CD GPIO*/
|
||||
};
|
||||
|
||||
@@ -233,3 +233,7 @@
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
|
||||
&sdmmc {
|
||||
cd-gpios = <&gpio1 GPIO_C1 GPIO_ACTIVE_HIGH>;/*CD GPIO*/
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user