Skip to content

Commit 0e84f34

Browse files
committed
ARM: dts: exynos: fix MCT compatible in Universal C210
When desired, nodes should be disabled instead of changing their compatible to a fake one: exynos4210-universal_c210.dtb: /soc/timer@10050000: failed to match any schema with compatible: ['none'] Tested-by: Marek Szyprowski <m.szyprowski@samsung.com> Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com> Link: https://lore.kernel.org/r/20230221161653.56574-1-krzysztof.kozlowski@linaro.org Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
1 parent 6dc01bc commit 0e84f34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm/boot/dts/exynos4210-universal_c210.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@
516516
};
517517

518518
&mct {
519-
compatible = "none";
519+
status = "disabled";
520520
};
521521

522522
&mdma1 {

0 commit comments

Comments
 (0)