Skip to content

Commit 9cc92b4

Browse files
committed
arm64: dts: apple: t8103-j45x: Enable AOP
Probing is blocked by the "apple,no-beamforming" property until userspace is ready. Signed-off-by: Janne Grunau <j@jannau.net>
1 parent 74d787f commit 9cc92b4

2 files changed

Lines changed: 42 additions & 0 deletions

File tree

arch/arm64/boot/dts/apple/t8103-j456.dts

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,30 @@
115115
};
116116
};
117117

118+
&aop_mbox {
119+
status = "okay";
120+
};
121+
122+
&aop_dart {
123+
status = "okay";
124+
};
125+
126+
&aop_admac {
127+
status = "okay";
128+
};
129+
130+
&aop {
131+
status = "okay";
132+
};
133+
134+
&sep {
135+
status = "okay";
136+
};
137+
118138
&aop_audio {
119139
apple,chassis-name = "J456";
120140
apple,machine-kind = "iMac";
141+
apple,no-beamforming;
121142
};
122143

123144
/ {

arch/arm64/boot/dts/apple/t8103-j457.dts

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,30 @@
9696
};
9797
};
9898

99+
&aop_mbox {
100+
status = "okay";
101+
};
102+
103+
&aop_dart {
104+
status = "okay";
105+
};
106+
107+
&aop_admac {
108+
status = "okay";
109+
};
110+
111+
&aop {
112+
status = "okay";
113+
};
114+
115+
&sep {
116+
status = "okay";
117+
};
118+
99119
&aop_audio {
100120
apple,chassis-name = "J457";
101121
apple,machine-kind = "iMac";
122+
apple,no-beamforming;
102123
};
103124

104125
/ {

0 commit comments

Comments
 (0)