Commit 0e84f349 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski

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: default avatarMarek Szyprowski <m.szyprowski@samsung.com>
Reviewed-by: default avatarAlim Akhtar <alim.akhtar@samsung.com>
Link: https://lore.kernel.org/r/20230221161653.56574-1-krzysztof.kozlowski@linaro.orgSigned-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
parent 6dc01bc6
......@@ -516,7 +516,7 @@ &i2c_8 {
};
&mct {
compatible = "none";
status = "disabled";
};
&mdma1 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment