Re: [linux-sunxi] [PATCH 3/7] arm64: dts: allwinner: Drop non-removable from SoPine/LTS SD card
From: Chen-Yu Tsai <hidden>
Date: 2021-01-06 15:58:28
Also in:
linux-arm-kernel
From: Chen-Yu Tsai <hidden>
Date: 2021-01-06 15:58:28
Also in:
linux-arm-kernel
On Wed, Jan 6, 2021 at 11:05 PM Andre Przywara [off-list ref] 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@arm.com>
Please add a fixes tag. This helps with finding the original commit that introduced the issue and backporting. ChenYu