Skip to content
Snippets Groups Projects
Commit 0f424212 authored by minute's avatar minute
Browse files

Merge branch 'bluerise-sd2-cd' into 'main'

dts: provide card detect GPIOs connected to uSDHC2

See merge request !24
parents 84bec717 ad641cfa
No related branches found
No related tags found
1 merge request!24dts: provide card detect GPIOs connected to uSDHC2
......@@ -820,6 +820,7 @@
pinctrl-1 = <&pinctrl_usdhc2_100mhz>;
pinctrl-2 = <&pinctrl_usdhc2_200mhz>;
vmmc-supply = <&reg_vref_3v3>;
cd-gpios = <&gpio2 12 GPIO_ACTIVE_LOW>;
status = "okay";
};
......
......@@ -788,6 +788,7 @@
pinctrl-1 = <&pinctrl_usdhc2_100mhz>;
pinctrl-2 = <&pinctrl_usdhc2_200mhz>;
vmmc-supply = <&reg_vref_3v3>;
cd-gpios = <&gpio2 12 GPIO_ACTIVE_LOW>;
status = "okay";
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment