Skip to content

Commit fb2b81e

Browse files
committed
drm/asahi: Enable probing for t6022
Signed-off-by: Asahi Lina <[email protected]>
1 parent 00d75dc commit fb2b81e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/gpu/drm/asahi/driver.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ kernel::define_of_id_table! {ASAHI_ID_TABLE, &'static hw::HwConfig, [
8585
(of::DeviceId::Compatible(b"apple,agx-t6002"), Some(&hw::t600x::HWCONFIG_T6002)),
8686
(of::DeviceId::Compatible(b"apple,agx-t6020"), Some(&hw::t602x::HWCONFIG_T6020)),
8787
(of::DeviceId::Compatible(b"apple,agx-t6021"), Some(&hw::t602x::HWCONFIG_T6021)),
88+
(of::DeviceId::Compatible(b"apple,agx-t6022"), Some(&hw::t602x::HWCONFIG_T6022)),
8889
]}
8990

9091
/// Platform Driver implementation for `AsahiDriver`.

0 commit comments

Comments
 (0)