ARM: dts: exynos: fix MCT compatible in Universal C210
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Tue, 21 Feb 2023 16:16:53 +0000 (17:16 +0100)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Sun, 12 Mar 2023 17:04:16 +0000 (18:04 +0100)
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>
arch/arm/boot/dts/exynos4210-universal_c210.dts

index 62bf335..140abfb 100644 (file)
 };
 
 &mct {
-       compatible = "none";
+       status = "disabled";
 };
 
 &mdma1 {