OSDN Git Service

powerpc/corenet: explicitly disable the SDHC controller on kmcoge4
authorValentin Longchamp <valentin.longchamp@keymile.com>
Thu, 15 Dec 2016 13:22:26 +0000 (14:22 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 15 Nov 2017 16:13:09 +0000 (17:13 +0100)
[ 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>
arch/powerpc/boot/dts/fsl/kmcoge4.dts

index 6858ec9..1a953d9 100644 (file)
                        };
                };
 
+               sdhc@114000 {
+                       status = "disabled";
+               };
+
                i2c@119000 {
                        status = "disabled";
                };