diff options
| author | Trevor Woerner <[email protected]> | 2021-03-22 11:31:29 -0400 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2021-04-08 23:59:50 +0200 |
| commit | 52bbcc340a5fbdaa46e26253c67d84b7af8f654e (patch) | |
| tree | d074f66c6556ecb53577446b4606f0a7286e222d /arch | |
| parent | 123526e4a491aa823b7edeadb97060e909f20452 (diff) | |
mx23_olinuxino: convert MMC to driver model
Convert the Olimex Olinuxino board's support for MMC to driver model following
Fabio Estevam's excellent example from:
commit: 23013aa9619881290dbeb6217f1fab863869050e:
mx23evk: Convert to driver model
Signed-off-by: Trevor Woerner <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/dts/imx23-olinuxino-u-boot.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/dts/imx23-olinuxino-u-boot.dtsi b/arch/arm/dts/imx23-olinuxino-u-boot.dtsi new file mode 100644 index 00000000000..dee8433696f --- /dev/null +++ b/arch/arm/dts/imx23-olinuxino-u-boot.dtsi @@ -0,0 +1,5 @@ +// SPDX-License-Identifier: GPL-2.0+ + +&ssp0 { + non-removable; +}; |
