We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c56661 commit 993d661Copy full SHA for 993d661
arch/arm/boot/dts/imx6qdl-udoo.dtsi
@@ -5,6 +5,8 @@
5
* Author: Fabio Estevam <[email protected]>
6
*/
7
8
+#include <dt-bindings/gpio/gpio.h>
9
+
10
/ {
11
aliases {
12
backlight = &backlight;
@@ -226,6 +228,7 @@
226
228
MX6QDL_PAD_SD3_DAT1__SD3_DATA1 0x17059
227
229
MX6QDL_PAD_SD3_DAT2__SD3_DATA2 0x17059
230
MX6QDL_PAD_SD3_DAT3__SD3_DATA3 0x17059
231
+ MX6QDL_PAD_SD3_DAT5__GPIO7_IO00 0x1b0b0
232
>;
233
};
234
@@ -304,7 +307,7 @@
304
307
&usdhc3 {
305
308
pinctrl-names = "default";
306
309
pinctrl-0 = <&pinctrl_usdhc3>;
- non-removable;
310
+ cd-gpios = <&gpio7 0 GPIO_ACTIVE_LOW>;
311
status = "okay";
312
313
0 commit comments