ARM: dts: imx: add ti,deskew = <0> for ti,tfp410

Add required proprety ti,deskew for ti,tfp410, which have not defined
default value in yaml. 0 is default value according to
drivers/gpu/drm/bridge/ti-tfp410.c.

Fix below check_dtbs warning:
    dvi-encoder (ti,tfp410): 'ti,deskew' is a required property

Signed-off-by: Frank Li <Frank.Li@nxp.com>
This commit is contained in:
Frank Li 2026-05-11 17:04:57 -04:00
parent 01f13c165d
commit a767ab8ae6
3 changed files with 3 additions and 0 deletions

View File

@ -126,6 +126,7 @@ dvi_connector_in: endpoint {
dvi-encoder {
compatible = "ti,tfp410";
ti,deskew = <0>;
ports {
#address-cells = <1>;

View File

@ -60,6 +60,7 @@ dvi_connector_in: endpoint {
dvi-converter {
compatible = "ti,tfp410";
ti,deskew = <0>;
ports {
#address-cells = <1>;

View File

@ -61,6 +61,7 @@ aliases {
encoder {
compatible = "ti,tfp410";
ti,deskew = <0>;
ports {
#address-cells = <1>;