diff options
author | Angus Ainslie (Purism) <angus@akkea.ca> | 2020-02-27 14:17:31 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-03-11 15:59:14 +0800 |
commit | 9dae8563bfdbab16308933ed04ca5e1fa7443501 (patch) | |
tree | 74f91489830f69da49cb9f1679c9c8a82b69348f /arch/arm64/boot/dts/freescale/imx8mq-librem5-devkit.dts | |
parent | a2e47ba221921713f1e8dd251086468cefb92d5d (diff) | |
download | lwn-9dae8563bfdbab16308933ed04ca5e1fa7443501.tar.gz lwn-9dae8563bfdbab16308933ed04ca5e1fa7443501.zip |
arm64: dts: librem5-devkit: allow the redpine card to be removed
By adding broken-cd to the usdhc2 stanza the Redpine card can be
detected when the HKS is turned off and on.
Signed-off-by: Angus Ainslie (Purism) <angus@akkea.ca>
Signed-off-by: Martin Kepplinger <martin.kepplinger@puri.sm>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/imx8mq-librem5-devkit.dts')
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx8mq-librem5-devkit.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mq-librem5-devkit.dts b/arch/arm64/boot/dts/freescale/imx8mq-librem5-devkit.dts index 6ba65a807b25..12a91d2d36db 100644 --- a/arch/arm64/boot/dts/freescale/imx8mq-librem5-devkit.dts +++ b/arch/arm64/boot/dts/freescale/imx8mq-librem5-devkit.dts @@ -947,7 +947,7 @@ bus-width = <4>; vmmc-supply = <®_usdhc2_vmmc>; power-supply = <&wifi_pwr_en>; - non-removable; + broken-cd; disable-wp; cap-sdio-irq; keep-power-in-suspend; |