Skip to content

Commit 6c3ca0f

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 205d2f7 commit 6c3ca0f

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
@@ -108,6 +108,11 @@
108108
apple,dptx-phy = <3>;
109109
};
110110

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

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

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

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

0 commit comments

Comments
 (0)