u-boot/drivers/video/tidss
Devarsh Thakkar ca6d60df2f video: tidss: Use DT property names for parsing nodes
Use device-tree node property names for parsing nodes instead of
indexing as indexing could be different between different SoCs based on
number of DSS entities available on that particular SoC.

Also correct the video layer naming in driver to match to actual one
being used in upstream DSS device-tree node [1].

This also fixes AM62x splash screen usage using the latest upstream DSS
device-tree nodes where hard-coded indexing which driver was using
before this patch was not matching the correct properties in the DT
node.

[1]: Upstream AM62x DSS node:
https://github.com/torvalds/linux/blob/v6.8-rc1/arch/arm64/boot/dts/ti/k3-am62-main.dtsi#L774

Fixes: 5f9f816bb8 ("drivers: video: tidss: TIDSS video driver support for AM62x")
Signed-off-by: Devarsh Thakkar <devarsht@ti.com>
Reviewed-by: Nikhil M Jain <n-jain1@ti.com>
2024-01-29 14:50:15 -05:00
..
Kconfig drivers: video: tidss: Kconfig: Configs to enable TIDSS at SPL 2023-04-24 21:37:45 +02:00
Makefile drivers: video: tidss: Makefile: Add condition to compile TIDSS at SPL 2023-04-24 21:37:45 +02:00
tidss_drv.c video: tidss: Use DT property names for parsing nodes 2024-01-29 14:50:15 -05:00
tidss_drv.h drivers: video: tidss: TIDSS video driver support for AM62x 2023-02-04 18:16:30 +01:00
tidss_regs.h drivers: video: tidss: TIDSS video driver support for AM62x 2023-02-04 18:16:30 +01:00