diff options
author | Krzysztof Kozlowski <[email protected]> | 2023-02-21 17:16:53 +0100 |
---|---|---|
committer | Krzysztof Kozlowski <[email protected]> | 2023-03-12 18:04:16 +0100 |
commit | 0e84f3493a37d50f2f629dbea670135b8a8ee391 (patch) | |
tree | c6086b56ae68b7d5d7a34f252a0577b516791f56 | |
parent | 6dc01bc640b1278f225ed73b891645202be72b55 (diff) |
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 <[email protected]>
Reviewed-by: Alim Akhtar <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Krzysztof Kozlowski <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/exynos4210-universal_c210.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/exynos4210-universal_c210.dts b/arch/arm/boot/dts/exynos4210-universal_c210.dts index 62bf335d5bed..140abfb38e1d 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 { |