]> git.ipfire.org Git - thirdparty/linux.git/commit
ARM: dts: imx: correct choice of panel native mode
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Thu, 9 May 2024 10:48:35 +0000 (12:48 +0200)
committerShawn Guo <shawnguo@kernel.org>
Sat, 15 Jun 2024 07:44:16 +0000 (15:44 +0800)
commit069e81ea96bdff4e771df4a644fbcf4913261e9b
treedecad204189de145db4ebcafe85a9c211a0fe354
parent245838888dbf3ebaff762e3424a18e35b681afc2
ARM: dts: imx: correct choice of panel native mode

Bindings and Linux driver expect native-mode to be a phandle to one of
the timings node, not a boolean property.  Correct the DTS to fix
dtbs_check warnings like:

  imx53-m53evk.dtb: display-timings: timing-800x480p60: 'native-mode' does not match any of the regexes: 'pinctrl-[0-9]+'

This should not have actual effect for Linux kernel (no real bug
affecting choice of native-mode), because the first timing node is
chosen in absence of proper native-mode property.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/nxp/imx/imx51-apf51dev.dts
arch/arm/boot/dts/nxp/imx/imx51-ts4800.dts
arch/arm/boot/dts/nxp/imx/imx53-m53evk.dts
arch/arm/boot/dts/nxp/imx/imx6dl-aristainetos2_4.dts
arch/arm/boot/dts/nxp/imx/imx6dl-aristainetos_4.dts
arch/arm/boot/dts/nxp/imx/imx6dl-aristainetos_7.dts