diff options
author | John Klug <john.klug@multitech.com> | 2021-12-06 10:18:24 -0600 |
---|---|---|
committer | Serhii Voloshynov <serhii.voloshynov@globallogic.com> | 2022-01-11 16:31:40 +0200 |
commit | 9b31c9e2c04e23cd94e4a3274409a82fa3f8adb0 (patch) | |
tree | 94f5656e9e0e24e19ee3cc930423c60e05343895 /recipes-kernel | |
parent | 0140a37aa7d5c01e8eb9e04889d8612445af0a3b (diff) | |
download | meta-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')
-rw-r--r-- | recipes-kernel/linux/linux-at91-4.9.87/mtcdt/mtcdt.dts | 7 |
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>; + }; +}; + |