From: Valentin Longchamp <valentin.longchamp@keymile.com>
Date: Thu, 15 Dec 2016 13:22:26 +0000 (+0100)
Subject: powerpc/corenet: explicitly disable the SDHC controller on kmcoge4
X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=a674c7d470bb47e82f4eb1fa944eadeac2f6bbaf;p=linux.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 <valentin.longchamp@keymile.com>
Signed-off-by: Scott Wood <oss@buserror.net>
---

diff --git a/arch/powerpc/boot/dts/fsl/kmcoge4.dts b/arch/powerpc/boot/dts/fsl/kmcoge4.dts
index ae70a24094b02..e103c0f3f650c 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";
 		};