diff options
author | Valentin Longchamp <valentin.longchamp@keymile.com> | 2016-12-15 14:22:26 +0100 |
---|---|---|
committer | Scott Wood <oss@buserror.net> | 2017-01-25 02:38:43 -0600 |
commit | a674c7d470bb47e82f4eb1fa944eadeac2f6bbaf (patch) | |
tree | 4778f0304470b2ac71bf9100af6f4b2cf3ec15e8 /arch | |
parent | 1c06552a703c6a4256976a1615d262b5a0d754e5 (diff) | |
download | linux-rt-a674c7d470bb47e82f4eb1fa944eadeac2f6bbaf.tar.gz |
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/powerpc/boot/dts/fsl/kmcoge4.dts | 4 |
1 files changed, 4 insertions, 0 deletions
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"; }; |