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-29 08:35:07 -0600
commit5d23f884ee7063db5bc23a23794789868617d0a8 (patch)
tree51a91fbda6b9dffc8c2d45e8b005e254dd267ff4
parentdd0b10fe75c94f6a6769198ac907800b20604ac2 (diff)
downloadmeta-multitech-atmel-5d23f884ee7063db5bc23a23794789868617d0a8.tar.gz
meta-multitech-atmel-5d23f884ee7063db5bc23a23794789868617d0a8.tar.bz2
meta-multitech-atmel-5d23f884ee7063db5bc23a23794789868617d0a8.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>;
+ };
+};
+