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-Url: https://git.stricted.de/?a=commitdiff_plain;h=a674c7d470bb47e82f4eb1fa944eadeac2f6bbaf;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git powerpc/corenet: explicitly disable the SDHC controller on kmcoge4 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 --- 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"; };