On Mon, 28 Aug 2023 13:19:35 -0500, Chris Morgan wrote: > From: Chris Morgan <macromorgan@xxxxxxxxxxx> > > The Saef SF-TC154B is a 1.54 inch 240x240 square panel with a MIPI DBI > compatible interface. The panel is used on the Anbernic RG-Nano > handheld gaming device. > > The initialization of the panel requires a firmware binary which can > be made with the mipi-dbi-cmd[1] tool. The command sequence needed > can be found in both source[2] and binary form[3]. > > [1]: https://github.com/notro/panel-mipi-dbi > [2]: https://github.com/macromorgan/panel-mipi-dbi-firmware/raw/main/saef%2Csftc154b.txt > [3]: https://github.com/macromorgan/panel-mipi-dbi-firmware/raw/main/saef%2Csftc154b.bin > > Signed-off-by: Chris Morgan <macromorgan@xxxxxxxxxxx> > Acked-by: Conor Dooley <conor.dooley@xxxxxxxxxxxxx> > Acked-by: Noralf Trønnes <noralf@xxxxxxxxxxx> > --- > .../devicetree/bindings/display/panel/panel-mipi-dbi-spi.yaml | 1 + > 1 file changed, 1 insertion(+) > Applied, thanks!