Skip to content

Commit

Permalink
arm64: dts: ti: k3-am62: Add support for AM625 OLDI IO Control
Browse files Browse the repository at this point in the history
Add TI DSS OLDI-IO control registers for AM625 DSS. This is a region of
12 32bit registers found in the TI AM625 CTRL_MMR0 register space[0].
They are used to control the characteristics of the OLDI DATA/CLK IO as
needed by the DSS display controller node.

[0]: https://www.ti.com/lit/pdf/spruiv7

Signed-off-by: Aradhya Bhatia <a-bhatia1@ti.com>
  • Loading branch information
Aradhya Bhatia committed May 11, 2024
1 parent 4faaba5 commit 7d7184f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/arm64/boot/dts/ti/k3-am62-main.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@
assigned-clock-parents = <&k3_clks 157 18>;
#clock-cells = <0>;
};

dss_oldi_io_ctrl: oldi-io-controller@8600 {
compatible = "ti,am625-dss-oldi-io-ctrl", "syscon";
reg = <0x8600 0x200>;
};
};

dmss: bus@48000000 {
Expand Down

0 comments on commit 7d7184f

Please sign in to comment.