diff options
author | Krzysztof Kozlowski <[email protected]> | 2024-05-09 12:48:25 +0200 |
---|---|---|
committer | Krzysztof Kozlowski <[email protected]> | 2024-06-12 13:31:29 +0200 |
commit | f3ed3b126a3653c7dc21bcf9a22ed2d7a62f83a2 (patch) | |
tree | 59317d4e98f2d3d454121fcbdc06cac85b35b17e | |
parent | 9edd534fc6553d83ac9f208a64d581f5d20214d7 (diff) |
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.
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Krzysztof Kozlowski <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/cirrus/ep7211-edb7211.dts | 2 |
1 files changed, 1 insertions, 1 deletions
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-timings { native-mode = <&timing0>; - timing0: 320x240 { + timing0: timing-320x240 { hactive = <320>; hback-porch = <0>; hfront-porch = <0>; |