Skip to content

Commit 03e9bcf

Browse files
jannaumarcan
authored andcommitted
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 0e78735 commit 03e9bcf

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
@@ -1015,6 +1015,17 @@
10151015
};
10161016
};
10171017

1018+
dptxphy: phy@23c500000 {
1019+
compatible = "apple,t8112-dptx-phy", "apple,dptx-phy";
1020+
reg = <0x2 0x3c500000 0x0 0x4000>,
1021+
<0x2 0x3c540000 0x0 0xc000>;
1022+
reg-names = "core", "dptx";
1023+
power-domain = <&ps_dptx_ext_phy>;
1024+
#phy-cells = <0>;
1025+
#reset-cells = <0>;
1026+
status = "disabled"; /* only used on j473 */
1027+
};
1028+
10181029
nub_spmi: spmi@23d0d9300 {
10191030
compatible = "apple,t8112-spmi", "apple,spmi";
10201031
reg = <0x2 0x3d714000 0x0 0x100>;

0 commit comments

Comments
 (0)