Skip to content

Commit 587c284

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 74e79fc commit 587c284

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

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

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)