ARM: dts: imx28: rename gpios-reset to reset-gpios of hx8357

Rename gpios-reset to reset-gpios of hx8357 node to fix below CHECK_DTBS
warnings:
  arch/arm/boot/dts/nxp/mxs/imx28-cfa10055.dtb: hx8357@0 (himax,hx8357b): Unevaluated properties are not allowed ('gpios-reset' was unexpected)

Signed-off-by: Frank Li <Frank.Li@nxp.com>
This commit is contained in:
Frank Li 2026-02-12 11:19:47 -05:00
parent 13d1513062
commit 97e27efc5b
3 changed files with 3 additions and 3 deletions

View File

@ -107,7 +107,7 @@ hx8357: hx8357@0 {
spi-max-frequency = <100000>;
spi-cpol;
spi-cpha;
gpios-reset = <&gpio3 30 0>;
reset-gpios = <&gpio3 30 0>;
im-gpios = <&gpio5 4 0 &gpio5 5 0 &gpio5 6 0>;
};
};

View File

@ -33,7 +33,7 @@ hx8357: hx8357@0 {
spi-max-frequency = <100000>;
spi-cpol;
spi-cpha;
gpios-reset = <&gpio3 30 0>;
reset-gpios = <&gpio3 30 0>;
};
};

View File

@ -32,7 +32,7 @@ hx8369: hx8369@0 {
spi-max-frequency = <100000>;
spi-cpol;
spi-cpha;
gpios-reset = <&gpio3 30 0>;
reset-gpios = <&gpio3 30 0>;
};
};
};