2024-05-09 10:54:08

by Krzysztof Kozlowski

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

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 <[email protected]>
---
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



2024-06-12 11:36:04

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH] ARM: dts: cirrus: align panel timings node name with dtschema


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 <[email protected]>