linux-samsung-soc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: exynos: fix MCT compatible in Universal C210
@ 2023-02-21 16:16 ` Krzysztof Kozlowski
  2023-02-21 17:21   ` Alim Akhtar
                     ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2023-02-21 16:16 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Alim Akhtar, devicetree,
	linux-arm-kernel, linux-samsung-soc, linux-kernel
  Cc: Krzysztof Kozlowski

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(-)

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 {
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* RE: [PATCH] ARM: dts: exynos: fix MCT compatible in Universal C210
  2023-02-21 16:16 ` [PATCH] ARM: dts: exynos: fix MCT compatible in Universal C210 Krzysztof Kozlowski
@ 2023-02-21 17:21   ` Alim Akhtar
  2023-02-21 22:43   ` Marek Szyprowski
  2023-03-12 17:05   ` Krzysztof Kozlowski
  2 siblings, 0 replies; 4+ messages in thread
From: Alim Akhtar @ 2023-02-21 17:21 UTC (permalink / raw)
  To: 'Krzysztof Kozlowski', 'Rob Herring',
	'Krzysztof Kozlowski',
	devicetree, linux-arm-kernel, linux-samsung-soc, linux-kernel



> -----Original Message-----
> From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> Sent: Tuesday, February 21, 2023 9:47 PM
> To: Rob Herring <robh+dt@kernel.org>; Krzysztof Kozlowski
> <krzysztof.kozlowski+dt@linaro.org>; Alim Akhtar
> <alim.akhtar@samsung.com>; devicetree@vger.kernel.org; linux-arm-
> kernel@lists.infradead.org; linux-samsung-soc@vger.kernel.org; linux-
> kernel@vger.kernel.org
> Cc: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> Subject: [PATCH] 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']
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
Thanks!
Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com>

>  arch/arm/boot/dts/exynos4210-universal_c210.dts | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> 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 {
> --
> 2.34.1



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] ARM: dts: exynos: fix MCT compatible in Universal C210
  2023-02-21 16:16 ` [PATCH] ARM: dts: exynos: fix MCT compatible in Universal C210 Krzysztof Kozlowski
  2023-02-21 17:21   ` Alim Akhtar
@ 2023-02-21 22:43   ` Marek Szyprowski
  2023-03-12 17:05   ` Krzysztof Kozlowski
  2 siblings, 0 replies; 4+ messages in thread
From: Marek Szyprowski @ 2023-02-21 22:43 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Rob Herring, Krzysztof Kozlowski,
	Alim Akhtar, devicetree, linux-arm-kernel, linux-samsung-soc,
	linux-kernel

On 21.02.2023 17:16, 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']
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Tested-by: Marek Szyprowski <m.szyprowski@samsung.com>
> ---
>   arch/arm/boot/dts/exynos4210-universal_c210.dts | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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 {

Best regards
-- 
Marek Szyprowski, PhD
Samsung R&D Institute Poland


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] ARM: dts: exynos: fix MCT compatible in Universal C210
  2023-02-21 16:16 ` [PATCH] ARM: dts: exynos: fix MCT compatible in Universal C210 Krzysztof Kozlowski
  2023-02-21 17:21   ` Alim Akhtar
  2023-02-21 22:43   ` Marek Szyprowski
@ 2023-03-12 17:05   ` Krzysztof Kozlowski
  2 siblings, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2023-03-12 17:05 UTC (permalink / raw)
  To: Rob Herring, Alim Akhtar, Krzysztof Kozlowski, linux-kernel,
	Krzysztof Kozlowski, linux-samsung-soc, devicetree,
	linux-arm-kernel

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,
-- 
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-03-12 17:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CGME20230221161701epcas5p4dfda6ac2d5b098b6259bc647120bc22d@epcas5p4.samsung.com>
2023-02-21 16:16 ` [PATCH] ARM: dts: exynos: fix MCT compatible in Universal C210 Krzysztof Kozlowski
2023-02-21 17:21   ` Alim Akhtar
2023-02-21 22:43   ` Marek Szyprowski
2023-03-12 17:05   ` Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).