Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a674c7d4 authored by Valentin Longchamp's avatar Valentin Longchamp Committed by Scott Wood
Browse files

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: default avatarValentin Longchamp <valentin.longchamp@keymile.com>
Signed-off-by: default avatarScott Wood <oss@buserror.net>
parent 1c06552a
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -83,6 +83,10 @@
			};
		};

		sdhc@114000 {
			status = "disabled";
		};

		i2c@119000 {
			status = "disabled";
		};