On Wed, Jan 6, 2021 at 11:05 PM Andre Przywara <andre.przywara@xxxxxxx> wrote: > > The SD card on the SoPine SoM module is somewhat concealed, so was > originally defined as "non-removable". > However there is a working card-detect pin, and in certain SoM base > boards it might be actually accessible at runtime. > Also the Pine64-LTS shares the SoPine base .dtsi, so inherited the > non-removable flag, even though the SD card slot is perfectly accessible > and usable there. (It turns out that just *my* board has a broken card > detect switch, so I originally thought CD wouldn't work on the LTS.) > > Drop the "non-removable" flag to describe the SD card slot properly. > > Signed-off-by: Andre Przywara <andre.przywara@xxxxxxx> Please add a fixes tag. This helps with finding the original commit that introduced the issue and backporting. ChenYu