[PATCH] ARM: dts: imx6qdl-tx6: Remove 'turn-on-delay-ms'
Rob Herring (Arm)
robh at kernel.org
Fri Oct 4 17:45:50 PDT 2024
On Fri, 04 Oct 2024 09:12:35 -0300, Fabio Estevam wrote:
> From: Fabio Estevam <festevam at denx.de>
>
> The 'turn-on-delay-ms' property is not documented nor used anywhere else.
>
> Remove this invalid property to fix the following dt-schema warning:
>
> Unevaluated properties are not allowed ('turn-on-delay-ms' was unexpected)
>
> Signed-off-by: Fabio Estevam <festevam at denx.de>
> ---
> arch/arm/boot/dts/nxp/imx/imx6dl-tx6dl-comtft.dts | 1 -
> arch/arm/boot/dts/nxp/imx/imx6q-tx6q-1010-comtft.dts | 1 -
> arch/arm/boot/dts/nxp/imx/imx6q-tx6q-1020-comtft.dts | 1 -
> arch/arm/boot/dts/nxp/imx/imx6qdl-tx6-lcd.dtsi | 1 -
> arch/arm/boot/dts/nxp/imx/imx6qdl-tx6-mb7.dtsi | 2 --
> 5 files changed, 6 deletions(-)
>
My bot found new DTB warnings on the .dts files added or changed in this
series.
Some warnings may be from an existing SoC .dtsi. Or perhaps the warnings
are fixed by another series. Ultimately, it is up to the platform
maintainer whether these warnings are acceptable or not. No need to reply
unless the platform maintainer has comments.
If you already ran DT checks and didn't see these error(s), then
make sure dt-schema is up to date:
pip3 install dtschema --upgrade
New warnings running 'make CHECK_DTBS=y nxp/imx/imx6dl-tx6dl-comtft.dtb nxp/imx/imx6q-tx6q-1010-comtft.dtb nxp/imx/imx6q-tx6q-1020-comtft.dtb' for 20241004121235.1916273-1-festevam at gmail.com:
arch/arm/boot/dts/nxp/imx/imx6q-tx6q-1010-comtft.dtb: clock at 0: 'reg' does not match any of the regexes: 'pinctrl-[0-9]+'
from schema $id: http://devicetree.org/schemas/clock/fixed-clock.yaml#
More information about the linux-arm-kernel
mailing list