Skip to content

Commit aaf43a8

Browse files
committed
arm64: dts: apple: t8112: Add dptx-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 d072419 commit aaf43a8

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

arch/arm64/boot/dts/apple/t8112.dtsi

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1052,6 +1052,17 @@
10521052
};
10531053
};
10541054

1055+
dptxphy: phy@23c500000 {
1056+
compatible = "apple,t8112-dptx-phy", "apple,dptx-phy";
1057+
reg = <0x2 0x3c500000 0x0 0x4000>,
1058+
<0x2 0x3c540000 0x0 0xc000>;
1059+
reg-names = "core", "dptx";
1060+
power-domains = <&ps_dptx_ext_phy>;
1061+
#phy-cells = <0>;
1062+
#reset-cells = <0>;
1063+
status = "disabled"; /* only used on j473 */
1064+
};
1065+
10551066
pinctrl_nub: pinctrl@23d1f0000 {
10561067
compatible = "apple,t8112-pinctrl", "apple,pinctrl";
10571068
reg = <0x2 0x3d1f0000 0x0 0x4000>;

0 commit comments

Comments
 (0)