ARM: dts: logicpd-som-lv: Resync with Kernel 5.1.9
authorAdam Ford <aford173@gmail.com>
Wed, 12 Jun 2019 01:40:42 +0000 (20:40 -0500)
committerTom Rini <trini@konsulko.com>
Sat, 13 Jul 2019 15:11:30 +0000 (11:11 -0400)
The MMC card-detect pin was incorrectly defined which was fixed.
This patch resync's the dts and removes the u-boot specific fix.

Signed-off-by: Adam Ford <aford173@gmail.com>
arch/arm/dts/logicpd-som-lv-35xx-devkit-u-boot.dtsi
arch/arm/dts/logicpd-som-lv-baseboard.dtsi

index b3da8b1a732fbb25a601428af260963cc1718ed5..956199a2b42b516adb0b9ebf1e51d341fea162c2 100644 (file)
        clock-frequency = <400000>;
 };
 
-&mmc1 {
-       cd-gpios = <&gpio4 14 GPIO_ACTIVE_LOW>;         /* gpio_110 */
-};
-
 &mmc2 {
       status = "disabled";
 };
index 3524766515bf5525e2a738212fe17a998291963d..4990ed90dcea44020002b7de85c951d8396acfc5 100644 (file)
        interrupts-extended = <&intc 83 &omap3_pmx_core 0x11a>;
        pinctrl-names = "default";
        pinctrl-0 = <&mmc1_pins>;
-       wp-gpios = <&gpio4 30 GPIO_ACTIVE_HIGH>;        /* gpio_126 */
-       cd-gpios = <&gpio4 14 GPIO_ACTIVE_LOW>;         /* gpio_110 */
+       wp-gpios = <&gpio4 30 GPIO_ACTIVE_HIGH>;                /* gpio_126 */
+       cd-gpios = <&gpio4 14 IRQ_TYPE_LEVEL_LOW>;              /* gpio_110 */
        vmmc-supply = <&vmmc1>;
        bus-width = <4>;
        cap-power-off-card;