Skip to content

Commit 12d6a9b

Browse files
jannaumarcan
authored andcommitted
arm64: dts: apple: t602x: Add lpdptx-phy node
On M2 desktop devices more parts of the HDMI output pipeline are under the OS' control. One of this parts is the primary DPTX phy which drives the the HDMI port through an integrated MCDP29XX DP to HDMI converter. Signed-off-by: Janne Grunau <j@jannau.net>
1 parent 03e9bcf commit 12d6a9b

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

arch/arm64/boot/dts/apple/t602x-dieX.dtsi

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,17 @@
253253
#interrupt-cells = <2>;
254254
};
255255

256+
DIE_NODE(lpdptxphy): phy@39c000000 {
257+
compatible = "apple,t6020-dptx-phy", "apple,dptx-phy";
258+
reg = <0x3 0x9c000000 0x0 0x4000>,
259+
<0x3 0x9c040000 0x0 0xc000>;
260+
reg-names = "core", "dptx";
261+
power-domain = <&DIE_NODE(ps_dptx_phy_ps)>;
262+
#phy-cells = <0>;
263+
#reset-cells = <0>;
264+
status = "disabled"; /* only exposed on desktop devices */
265+
};
266+
256267
DIE_NODE(pmgr_gfx): power-management@404e80000 {
257268
compatible = "apple,t6020-pmgr", "apple,pmgr", "syscon", "simple-mfd";
258269
#address-cells = <1>;

0 commit comments

Comments
 (0)