Replace kernel module with changes for HS303v3 (#574)

pull/575/head
Igor Zalatov 2022-11-20 22:19:06 +03:00 committed by GitHub
parent a30bc5fac0
commit 4791cbe614
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
Patched by @dimerrr at 2022.11.20
@@ -230,7 +230,7 @@
sys_write_reg( 0x200f0000, 0x00000001 ); // 0: GPIO0_4 1: SENSOR_CLK
sys_write_reg( 0x200f0004, 0x00000000 ); // 0: SENSOR_RSTN 1: GPIO0_5
sys_write_reg( 0x200f0008, 0x00000001 ); // 0: GPIO0_6 1<><31>FLASH_TRIG 2: SFC_EMMC_BOOT_MODE 3<><33>SPI1_CSN1 4:VI_VS
- sys_write_reg( 0x200f000c, 0x00000001 ); // 0<><30>GPIO0_7 1<><31>SHUTTER_TRIG 2<><32>SFC_DEVICE_MODE 4: VI_HS
+ sys_write_reg( 0x200f000c, 0x00000000 ); // 0<><30>GPIO0_7 1<><31>SHUTTER_TRIG 2<><32>SFC_DEVICE_MODE 4: VI_HS
}