diff options
author | 2024-05-09 12:48:25 +0200 | |
---|---|---|
committer | 2024-06-12 13:31:29 +0200 | |
commit | f3ed3b126a3653c7dc21bcf9a22ed2d7a62f83a2 (patch) | |
tree | 59317d4e98f2d3d454121fcbdc06cac85b35b17e | |
parent | ARM: dts: vt8500: align panel timings node name with dtschema (diff) | |
download | wireguard-linux-f3ed3b126a3653c7dc21bcf9a22ed2d7a62f83a2.tar.xz wireguard-linux-f3ed3b126a3653c7dc21bcf9a22ed2d7a62f83a2.zip |
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/20240509104825.216696-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
-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>; |