Skip to content

Commit 90d1cca

Browse files
committed
drm/asahi: hw/t8112: Make last IOMapping read-only
This matches 13.5 firmware and t60xx. Signed-off-by: Asahi Lina <[email protected]>
1 parent 2101fb7 commit 90d1cca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ pub(crate) const HWCONFIG: super::HwConfig = HwConfig {
100100
Some(IOMapping::new(0x204e00000, 0x10000, 0x10000, true)), // CRE registers
101101
Some(IOMapping::new(0x27d050000, 0x4000, 0x4000, true)), // Streaming codec registers
102102
Some(IOMapping::new(0x23b3d0000, 0x1000, 0x1000, true)), //
103-
Some(IOMapping::new(0x23b3c0000, 0x1000, 0x1000, true)), //
103+
Some(IOMapping::new(0x23b3c0000, 0x1000, 0x1000, false)), //
104104
],
105105
sram_base: None,
106106
sram_size: None,

0 commit comments

Comments
 (0)