mirror of https://github.com/OpenIPC/firmware.git
Add JXF23 to init script for Hi3516CV200
parent
bb442e8e22
commit
4219cd2d43
|
@ -89,7 +89,7 @@ insert_isp() {
|
||||||
|
|
||||||
insert_sns() {
|
insert_sns() {
|
||||||
case $SENSOR in
|
case $SENSOR in
|
||||||
9m034 | jxf22 | ov2718 | ov9732 | ov9750 | ov9752 | jxh62 | sc1235 | sc2235)
|
9m034 | jxf22 | jxf23 | ov2718 | ov9732 | ov9750 | ov9752 | jxh62 | sc1235 | sc2235)
|
||||||
devmem 0x200f0040 32 0x2 # I2C0_SCL
|
devmem 0x200f0040 32 0x2 # I2C0_SCL
|
||||||
devmem 0x200f0044 32 0x2 # I2C0_SDA
|
devmem 0x200f0044 32 0x2 # I2C0_SDA
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue