Skip to content

Commit 1f90cc3

Browse files
committed
drm/asahi: hw.t602x: Fixes for t6022
Signed-off-by: Asahi Lina <[email protected]>
1 parent 0e25668 commit 1f90cc3

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

drivers/gpu/drm/asahi/hw/t602x.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,9 @@ pub(crate) const HWCONFIG_T6022: super::HwConfig = HwConfig {
137137
0, 2, 2, 1, 1, 90, 75, 1, 1, 1, 2, 90, 75, 1, 1, 1, 2, 90, 75, 1, 1, 1, 1, 90, 75, 1, 1,
138138
]),
139139
has_csafr: true,
140-
fast_sensor_mask: [0x40005000c000d00, 0x40005000c000d00],
141-
fast_sensor_mask_alt: [0x140015001d001d00, 0x140015001d001d00],
140+
fast_sensor_mask: [0x40005000c000d00, 0xd000c0005000400],
141+
// Apple typo? Should probably be 0x140015001c001d00
142+
fast_sensor_mask_alt: [0x140015001d001d00, 0x1d001c0015001400],
142143
fast_die0_sensor_present: 0, // Unused
143144
io_mappings: &iomaps(0x6022, 16),
144145
sram_base: Some(0x404d60000),

0 commit comments

Comments
 (0)