Skip to content

Instantly share code, notes, and snippets.

@devarsht
Created March 6, 2025 11:56
Show Gist options
  • Select an option

  • Save devarsht/24fa8dd2986861efa431352d19ebbb41 to your computer and use it in GitHub Desktop.

Select an option

Save devarsht/24fa8dd2986861efa431352d19ebbb41 to your computer and use it in GitHub Desktop.
am62l_v3_rangediff
1: aadbd5f3ca78 ! 1: 485a17019354 dt-bindings: display: ti,am65x-dss: Add support for AM62L DSS
@@ Commit message
[1]: Section 11.7 (Display Subsystem and Peripherals)
Link : https://www.ti.com/lit/pdf/sprujb4
+ Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org>
+ Reviewed-by: Jayesh Choudhary <j-choudhary@ti.com>
+ Reviewed-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Signed-off-by: Devarsh Thakkar <devarsht@ti.com>
## Documentation/devicetree/bindings/display/ti/ti,am65x-dss.yaml ##
@@ Documentation/devicetree/bindings/display/ti/ti,am65x-dss.yaml: maintainers:
internally routed to 2 OLDI TXes. The second video port supports DPI
format. The first plane is full video plane with all features and the
second is a "lite plane" without scaling support.
-+ The AM62A7 display subsystem has a single output port supporting DPI format
-+ although similar to AM625 and AM65x Socs, it has two video planes where first
-+ is full video plane with all features and second is a video "lite" plane which
-+ does not support scaling.
-+ The AM62L display subsystem also has a single output port which supports DPI
++ The AM62L display subsystem has a single output port which supports DPI
+ format but it only supports single video "lite plane" which does not support
+ scaling. The output port is routed to SoC boundary via DPI interface and same
+ DPI signals are also routed internally to DSI Tx controller present within the
@@ Documentation/devicetree/bindings/display/ti/ti,am65x-dss.yaml: maintainers:
compatible:
enum:
- ti,am625-dss
- - ti,am62a7,dss
-+ - ti,am62l,dss
+ - ti,am62a7-dss
++ - ti,am62l-dss
- ti,am65x-dss
reg:
2: d0abd980087e < -: ------------ drm/tidss: Add support for AM62L display subsystem
-: ------------ > 2: ce42e04b8c4e drm/tidss: Update infra to support DSS7 cut-down versions
-: ------------ > 3: 2bb6b43688db drm/tidss: Add support for AM62L display subsystem
(END)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment