summaryrefslogtreecommitdiff
path: root/recipes-kernel/linux
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2021-12-06 10:18:24 -0600
committerSerhii Voloshynov <serhii.voloshynov@globallogic.com>2022-01-11 16:31:40 +0200
commit9b31c9e2c04e23cd94e4a3274409a82fa3f8adb0 (patch)
tree94f5656e9e0e24e19ee3cc930423c60e05343895 /recipes-kernel/linux
parent0140a37aa7d5c01e8eb9e04889d8612445af0a3b (diff)
downloadmeta-multitech-atmel-9b31c9e2c04e23cd94e4a3274409a82fa3f8adb0.tar.gz
meta-multitech-atmel-9b31c9e2c04e23cd94e4a3274409a82fa3f8adb0.tar.bz2
meta-multitech-atmel-9b31c9e2c04e23cd94e4a3274409a82fa3f8adb0.zip
cd-gpio is on pioA 1 (or gpio0 pin 1)
Diffstat (limited to 'recipes-kernel/linux')
-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>;
+ };
+};
+