Skip to content

Commit fa48a79

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 95b2e25 commit fa48a79

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
@@ -116,9 +116,30 @@
116116
};
117117
};
118118

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

124145
/ {

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

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

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

105126
/ {

0 commit comments

Comments
 (0)