lkml.org 
[lkml]   [2019]   [Feb]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH AUTOSEL 4.20 21/81] ARM: dts: am335x-shc.dts: fix wrong cd pin level
    Date
    From: Heiko Schocher <hs@denx.de>

    [ Upstream commit 063c20e12f8bbbc10cabc2413606b140085beb62 ]

    cd pin on mmc1 is GPIO_ACTIVE_LOW not GPIO_ACTIVE_HIGH

    Fixes: e63201f19438 ("mmc: omap_hsmmc: Delete platform data GPIO CD and WP")
    Signed-off-by: Heiko Schocher <hs@denx.de>
    Signed-off-by: Tony Lindgren <tony@atomide.com>
    Signed-off-by: Sasha Levin <sashal@kernel.org>
    ---
    arch/arm/boot/dts/am335x-shc.dts | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/arch/arm/boot/dts/am335x-shc.dts b/arch/arm/boot/dts/am335x-shc.dts
    index 1d925ed2b102c..8fbbad11a80c9 100644
    --- a/arch/arm/boot/dts/am335x-shc.dts
    +++ b/arch/arm/boot/dts/am335x-shc.dts
    @@ -215,7 +215,7 @@
    pinctrl-names = "default";
    pinctrl-0 = <&mmc1_pins>;
    bus-width = <0x4>;
    - cd-gpios = <&gpio0 6 GPIO_ACTIVE_HIGH>;
    + cd-gpios = <&gpio0 6 GPIO_ACTIVE_LOW>;
    cd-inverted;
    max-frequency = <26000000>;
    vmmc-supply = <&vmmcsd_fixed>;
    --
    2.19.1
    \
     
     \ /
      Last update: 2019-02-28 16:09    [W:4.324 / U:0.080 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site