From: Valentin Longchamp Date: Thu, 15 Dec 2016 13:22:26 +0000 (+0100) Subject: powerpc/corenet: explicitly disable the SDHC controller on kmcoge4 X-Git-Tag: C0P2-H0.0--20200415~6877 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=f88f299a94e02d6beee034d5421016a974783ee2;p=linux.git powerpc/corenet: explicitly disable the SDHC controller on kmcoge4 [ Upstream commit a674c7d470bb47e82f4eb1fa944eadeac2f6bbaf ] It is not implemented on the kmcoge4 hardware and if not disabled it leads to error messages with the corenet32_smp_defconfig. Signed-off-by: Valentin Longchamp Signed-off-by: Scott Wood Signed-off-by: Sasha Levin Signed-off-by: Greg Kroah-Hartman --- diff --git a/arch/powerpc/boot/dts/fsl/kmcoge4.dts b/arch/powerpc/boot/dts/fsl/kmcoge4.dts index ae70a24094b0..e103c0f3f650 100644 --- a/arch/powerpc/boot/dts/fsl/kmcoge4.dts +++ b/arch/powerpc/boot/dts/fsl/kmcoge4.dts @@ -83,6 +83,10 @@ }; }; + sdhc@114000 { + status = "disabled"; + }; + i2c@119000 { status = "disabled"; };