summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2021-12-06 10:18:24 -0600
committerJohn Klug <john.klug@multitech.com>2021-12-06 10:18:24 -0600
commit15b1f62c132a63a35960486582ae36f7c752e593 (patch)
tree51a91fbda6b9dffc8c2d45e8b005e254dd267ff4
parent84f70ae884b69066ae39ec4ebd3888d4fe5bf759 (diff)
downloadmeta-multitech-atmel-15b1f62c132a63a35960486582ae36f7c752e593.tar.gz
meta-multitech-atmel-15b1f62c132a63a35960486582ae36f7c752e593.tar.bz2
meta-multitech-atmel-15b1f62c132a63a35960486582ae36f7c752e593.zip
cd-gpio is on pioA 1 (or gpio0 pin 1)
-rw-r--r--recipes-kernel/linux/linux-at91-4.9.87/mtcdt/mtcdt.dts7
1 files changed, 6 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-at91-4.9.87/mtcdt/mtcdt.dts b/recipes-kernel/linux/linux-at91-4.9.87/mtcdt/mtcdt.dts
index 9cbf5fa..ba57758 100644
--- a/recipes-kernel/linux/linux-at91-4.9.87/mtcdt/mtcdt.dts
+++ b/recipes-kernel/linux/linux-at91-4.9.87/mtcdt/mtcdt.dts
@@ -71,7 +71,6 @@
atmel,pins =
<AT91_PIOA 1 AT91_PERIPH_GPIO AT91_PINCTRL_PULL_UP_DEGLITCH>; /* PA1 gpio SD card pin pull up and deglitch */
};
- /* /delete-property/ cd-gpios; */
};
/delete-node/ mmc@f000c000;
@@ -438,3 +437,9 @@
phandle,linux = <GPIO5_PCA9557_PH>;
// gpio-base = <136>;
};
+&mmc0 {
+ slot@0 {
+ cd-gpios = <&pioA 1 GPIO_ACTIVE_HIGH>;
+ };
+};
+