diff options
author | Valentin Longchamp <valentin.longchamp@keymile.com> | 2016-12-15 14:22:26 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-11-15 15:53:13 +0100 |
commit | f88f299a94e02d6beee034d5421016a974783ee2 (patch) | |
tree | 589680f5ff0009908a6ed76b47d42a7cb8a108ed /arch/powerpc/boot/dts | |
parent | a4193ceee266e3fe5c0046fcbd1966d78bd0dc84 (diff) | |
download | linux-rt-f88f299a94e02d6beee034d5421016a974783ee2.tar.gz |
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 <valentin.longchamp@keymile.com>
Signed-off-by: Scott Wood <oss@buserror.net>
Signed-off-by: Sasha Levin <alexander.levin@verizon.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch/powerpc/boot/dts')
-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"; }; |