Hi Andre, ChenYu, On Mon, Apr 12, 2021 at 05:45:58PM +0100, Andre Przywara wrote: > > > diff --git a/arch/arm64/boot/dts/allwinner/sun50i-a64-pine64-lts.dts b/arch/arm64/boot/dts/allwinner/sun50i-a64-pine64-lts.dts > > > index e79ce49e7e6a..843338e19694 100644 > > > --- a/arch/arm64/boot/dts/allwinner/sun50i-a64-pine64-lts.dts > > > +++ b/arch/arm64/boot/dts/allwinner/sun50i-a64-pine64-lts.dts > > > @@ -21,5 +21,5 @@ > > > }; > > > > > > &mmc0 { > > > - cd-gpios = <&pio 5 6 GPIO_ACTIVE_LOW>; /* PF6 push-push switch */ > > > + non-removable; /* card detect is broken on some boards */ > > > > So a revert is good, but has anyone tried using the "broken-cd" instead? > Ha, that's a good idea, I totally forgot about this property! > > That way, at least on Linux, the mmc core resorts to polling for a card. > > At least this way the card is still removable. > Yes indeed, I tested it on my "stuck at 1" Pine64-LTS, and it works like > a charm! > Daniel, Michael, can you test this on your boards? So removing the > cd-gpios property, and adding "broken-cd;" instead? Yes, it works fine. What flummoxed me at first was that obviously I also have to disable the ACTIVE_LOW definition in sun50i-a64-sopine.dtsi after having added and disabled an ACTIVE_HIGH definition in sun50i-a64-pine64-lts.dts. BTW: My boards have a marking "PINE64-R18-V1_1" and below it "2017-08-03" on their upper side. On the back it says on one sticker "Model:PineA64 2GB LTS" and on another "2O1-PINE64R18-00" and "PINE64-R18-V1.1 2G". Is CD being stuck at 1 a bug of revision 1.0 perhaps? Is there a way to detect this difference in software and add some sort of quirk handler for it? -- Thanks, Michael