Skip to content

Commit 69f8209

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 e326cda commit 69f8209

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
@@ -115,6 +115,11 @@
115115
apple,dptx-phy = <3>;
116116
};
117117

118+
/* remove once m1n1 enables sio nodes after setup */
119+
&sio {
120+
status = "okay";
121+
};
122+
118123
&dpaudio1 {
119124
status = "okay";
120125
};

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@
6565
apple,connector-type = "HDMI-A";
6666
};
6767

68+
/* remove once m1n1 enables sio nodes after setup */
69+
&sio {
70+
status = "okay";
71+
};
72+
6873
/* USB Type C */
6974
&i2c0 {
7075
hpm0: usb-pd@38 {

0 commit comments

Comments
 (0)