Message ID | 20230221161653.56574-1-krzysztof.kozlowski@linaro.org |
---|---|
State | New |
Headers | show |
Series | ARM: dts: exynos: fix MCT compatible in Universal C210 | expand |
On Tue, 21 Feb 2023 17:16:53 +0100, Krzysztof Kozlowski wrote: > 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'] > > Applied, thanks! [1/1] ARM: dts: exynos: fix MCT compatible in Universal C210 https://git.kernel.org/krzk/linux/c/0e84f3493a37d50f2f629dbea670135b8a8ee391 Best regards,
diff --git a/arch/arm/boot/dts/exynos4210-universal_c210.dts b/arch/arm/boot/dts/exynos4210-universal_c210.dts index 20840bd0d062..1acaa6dced99 100644 --- a/arch/arm/boot/dts/exynos4210-universal_c210.dts +++ b/arch/arm/boot/dts/exynos4210-universal_c210.dts @@ -513,7 +513,7 @@ &i2c_8 { }; &mct { - compatible = "none"; + status = "disabled"; }; &mdma1 {
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'] Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> --- arch/arm/boot/dts/exynos4210-universal_c210.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)