Skip to content

Commit 83fe38f

Browse files
Valentin Longchampgregkh
authored andcommitted
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>
1 parent 158bc64 commit 83fe38f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

arch/powerpc/boot/dts/fsl/kmcoge4.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,10 @@
8383
};
8484
};
8585

86+
sdhc@114000 {
87+
status = "disabled";
88+
};
89+
8690
i2c@119000 {
8791
status = "disabled";
8892
};

0 commit comments

Comments
 (0)