mirror of
https://github.com/torvalds/linux.git
synced 2026-05-24 07:03:03 +02:00
The AM62L DSS [1] support incorrectly used the same register and
clock constraints as AM65x, but AM62L has a single video port
Fix this by adding conditional constraints that properly define the
register regions and clocks for AM62L DSS (single video port) versus
other AM65x variants (dual video port).
[1]: Section 12.7 (Display Subsystem and Peripherals)
Link : https://www.ti.com/lit/pdf/sprujb4
Fixes:
|
||
|---|---|---|
| .. | ||
| ti,am65x-dss.yaml | ||
| ti,am625-oldi.yaml | ||
| ti,dra7-dss.txt | ||
| ti,j721e-dss.yaml | ||
| ti,k2g-dss.yaml | ||
| ti,omap-dss.txt | ||
| ti,omap2-dss.txt | ||
| ti,omap3-dss.txt | ||
| ti,omap4-dss.txt | ||
| ti,omap5-dss.txt | ||
| ti,tpd12s015.txt | ||