On Mon, 02 Jun 2025 11:28:13 -0400, Frank Li wrote: > Convert himax,hx8357d.txt to yaml format. > > Additional changes: > - add spi parent node in examples. > - ref to spi-peripheral-props.yaml. > - change himax,hx8357a to himax,hx8357 to align driver and existed dts. > - add himax,hx8369a and fallback to himax,hx8369. > - allow spi-cpha and spi-cpol to align existed dts. > - add im-gpios for interface selections. > - add reset-gpios. > > Signed-off-by: Frank Li <frank...@nxp.com> > --- > change in v2 > - update MAINTANERS files > - replace gpios-reset with reset-gpios, kernel have quirk for it. > --- > .../bindings/display/himax,hx8357.yaml | 78 +++++++++++++++++++ > .../bindings/display/himax,hx8357d.txt | 26 ------- > MAINTAINERS | 2 +- > 3 files changed, 79 insertions(+), 27 deletions(-) > create mode 100644 > Documentation/devicetree/bindings/display/himax,hx8357.yaml > delete mode 100644 > Documentation/devicetree/bindings/display/himax,hx8357d.txt >
Applied, thanks!