[PATCH] ARM: dts: cirrus: align panel timings node name with dtschema

Krzysztof Kozlowski posted 1 patch 1 year, 7 months ago
arch/arm/boot/dts/cirrus/ep7211-edb7211.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] ARM: dts: cirrus: align panel timings node name with dtschema
Posted by Krzysztof Kozlowski 1 year, 7 months ago
DT schema expects panel timings node to follow certain pattern.
Linux drivers do not care about node name, so this should not have
effect on Linux.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 arch/arm/boot/dts/cirrus/ep7211-edb7211.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/cirrus/ep7211-edb7211.dts b/arch/arm/boot/dts/cirrus/ep7211-edb7211.dts
index 7fb532f227af..808cd5778e27 100644
--- a/arch/arm/boot/dts/cirrus/ep7211-edb7211.dts
+++ b/arch/arm/boot/dts/cirrus/ep7211-edb7211.dts
@@ -30,7 +30,7 @@ display: display {
 
 		display-timings {
 			native-mode = <&timing0>;
-			timing0: 320x240 {
+			timing0: timing-320x240 {
 				hactive = <320>;
 				hback-porch = <0>;
 				hfront-porch = <0>;
-- 
2.43.0
Re: [PATCH] ARM: dts: cirrus: align panel timings node name with dtschema
Posted by Krzysztof Kozlowski 1 year, 6 months ago
On Thu, 09 May 2024 12:48:25 +0200, Krzysztof Kozlowski wrote:
> DT schema expects panel timings node to follow certain pattern.
> Linux drivers do not care about node name, so this should not have
> effect on Linux.
> 
> 

Applied, thanks!

[1/1] ARM: dts: cirrus: align panel timings node name with dtschema
      https://git.kernel.org/krzk/linux-dt/c/f3ed3b126a3653c7dc21bcf9a22ed2d7a62f83a2

Best regards,
-- 
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>