[PATCH 1/3] powerpc/corenet: explicitly disable the SDHC controller on kmcoge4
Valentin Longchamp
valentin.longchamp at keymile.com
Fri Dec 16 00:22:26 AEDT 2016
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 at keymile.com>
---
arch/powerpc/boot/dts/fsl/kmcoge4.dts | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/powerpc/boot/dts/fsl/kmcoge4.dts b/arch/powerpc/boot/dts/fsl/kmcoge4.dts
index ae70a24..e103c0f 100644
--- a/arch/powerpc/boot/dts/fsl/kmcoge4.dts
+++ b/arch/powerpc/boot/dts/fsl/kmcoge4.dts
@@ -83,6 +83,10 @@
};
};
+ sdhc at 114000 {
+ status = "disabled";
+ };
+
i2c at 119000 {
status = "disabled";
};
--
1.8.3.1
More information about the Linuxppc-dev
mailing list