Skip to content

Commit b90d1af

Browse files
committed
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 fbf9ae8 commit b90d1af

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
@@ -258,6 +258,17 @@
258258
#interrupt-cells = <2>;
259259
};
260260

261+
DIE_NODE(lpdptxphy): phy@39c000000 {
262+
compatible = "apple,t6020-dptx-phy", "apple,dptx-phy";
263+
reg = <0x3 0x9c000000 0x0 0x4000>,
264+
<0x3 0x9c040000 0x0 0xc000>;
265+
reg-names = "core", "dptx";
266+
power-domains = <&DIE_NODE(ps_dptx_phy_ps)>;
267+
#phy-cells = <0>;
268+
#reset-cells = <0>;
269+
status = "disabled"; /* only exposed on desktop devices */
270+
};
271+
261272
DIE_NODE(pmgr_gfx): power-management@404e80000 {
262273
compatible = "apple,t6020-pmgr", "apple,t8103-pmgr", "syscon", "simple-mfd";
263274
#address-cells = <1>;

0 commit comments

Comments
 (0)