]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
arm64: dts: ls208xa: disable SD UHS-I modes by default on RDB
authoryinbo.zhu <yinbo.zhu@nxp.com>
Wed, 31 May 2017 09:03:59 +0000 (17:03 +0800)
committerShawn Guo <shawnguo@kernel.org>
Mon, 5 Jun 2017 15:07:43 +0000 (23:07 +0800)
Currently SD UHS-I modes were enabled by default on LS208xARDB boards,
but the new LS2088ARDB RevF board didn't support them any more since SDHC
circuit had been reworked. This patch is to disable SD UHS-I modes by default
in case of any issue on LS2088ARDB RevF

Signed-off-by: yinbo.zhu <yinbo.zhu@nxp.com>
Acked-by: Yangbo Lu <yangbo.lu@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/fsl-ls208xa-rdb.dtsi

index 29af54be2665017059701e942fa601b4a3d72b09..9a1d0d2ab1c3fdefbb8dec4e3732f3c3d6030c3c 100644 (file)
  */
 
 &esdhc {
-       sd-uhs-sdr104;
-       sd-uhs-sdr50;
-       sd-uhs-sdr25;
-       sd-uhs-sdr12;
        status = "okay";
 };