浏览代码

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>
Valentin Longchamp 8 年之前
父节点
当前提交
a674c7d470
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      arch/powerpc/boot/dts/fsl/kmcoge4.dts

+ 4 - 0
arch/powerpc/boot/dts/fsl/kmcoge4.dts

@@ -83,6 +83,10 @@
 			};
 		};
 
+		sdhc@114000 {
+			status = "disabled";
+		};
+
 		i2c@119000 {
 			status = "disabled";
 		};