Skip to content

Commit c264bf8

Browse files
committed
arm64: apple: t60x0/t60x1: Enable sio explicitly
To be removed after m1n1 does this after proper setup. Signed-off-by: Janne Grunau <j@jannau.net>
1 parent 5fa3577 commit c264bf8

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

arch/arm64/boot/dts/apple/t600x-j314-j316.dtsi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,11 @@
109109
apple,dptx-phy = <3>;
110110
};
111111

112+
/* remove once m1n1 enables sio nodes after setup */
113+
&sio {
114+
status = "okay";
115+
};
116+
112117
&dpaudio1 {
113118
status = "okay";
114119
};

arch/arm64/boot/dts/apple/t600x-j375.dtsi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@
5959
apple,connector-type = "HDMI-A";
6060
};
6161

62+
/* remove once m1n1 enables sio nodes after setup */
63+
&sio {
64+
status = "okay";
65+
};
66+
6267
/* USB Type C */
6368
&i2c0 {
6469
hpm0: usb-pd@38 {

0 commit comments

Comments
 (0)