Skip to content

Commit fbf9ae8

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 d1b7930 commit fbf9ae8

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
@@ -1058,6 +1058,17 @@
10581058
};
10591059
};
10601060

1061+
dptxphy: phy@23c500000 {
1062+
compatible = "apple,t8112-dptx-phy", "apple,dptx-phy";
1063+
reg = <0x2 0x3c500000 0x0 0x4000>,
1064+
<0x2 0x3c540000 0x0 0xc000>;
1065+
reg-names = "core", "dptx";
1066+
power-domains = <&ps_dptx_ext_phy>;
1067+
#phy-cells = <0>;
1068+
#reset-cells = <0>;
1069+
status = "disabled"; /* only used on j473 */
1070+
};
1071+
10611072
pinctrl_nub: pinctrl@23d1f0000 {
10621073
compatible = "apple,t8112-pinctrl", "apple,pinctrl";
10631074
reg = <0x2 0x3d1f0000 0x0 0x4000>;

0 commit comments

Comments
 (0)