Skip to content

Commit f9c8b60

Browse files
committed
fixup! soc: apple: Add support for the AOP co-processor.
Signed-off-by: Janne Grunau <[email protected]>
1 parent 15689a6 commit f9c8b60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/soc/apple/aop.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -867,7 +867,7 @@ struct AopDriver(Arc<dyn AOP>);
867867
struct AopHwConfig {
868868
ec0p: u64,
869869
alig: u64,
870-
aopt: u64
870+
aopt: u64,
871871
}
872872

873873
const HW_CFG_T8103: AopHwConfig = AopHwConfig {

0 commit comments

Comments
 (0)