From: Krzysztof Kozlowski Date: Tue, 21 Feb 2023 16:16:53 +0000 (+0100) Subject: ARM: dts: exynos: fix MCT compatible in Universal C210 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=0e84f3493a37d50f2f629dbea670135b8a8ee391;p=linux.git 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 Reviewed-by: Alim Akhtar Link: https://lore.kernel.org/r/20230221161653.56574-1-krzysztof.kozlowski@linaro.org Signed-off-by: Krzysztof Kozlowski --- diff --git a/arch/arm/boot/dts/exynos4210-universal_c210.dts b/arch/arm/boot/dts/exynos4210-universal_c210.dts index 62bf335d5bedc..140abfb38e1db 100644 --- a/arch/arm/boot/dts/exynos4210-universal_c210.dts +++ b/arch/arm/boot/dts/exynos4210-universal_c210.dts @@ -516,7 +516,7 @@ }; &mct { - compatible = "none"; + status = "disabled"; }; &mdma1 {