Skip to content

Commit

Permalink
overlay-files: add sony imx327 sensor config
Browse files Browse the repository at this point in the history
  • Loading branch information
gtxaspec committed Nov 11, 2023
1 parent 9bbe5cc commit a182dda
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions general/package/ingenic-osdrv-t31/files/sensor/imx327.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
sensor:
name: imx327
address: 0x1a
width: 1920
height: 1080
bus: i2c
1 change: 1 addition & 0 deletions general/package/ingenic-osdrv-t31/ingenic-osdrv-t31.mk
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ define INGENIC_OSDRV_T31_INSTALL_TARGET_CMDS
$(INSTALL) -m 644 -t $(TARGET_DIR)/etc/sensor $(INGENIC_OSDRV_T31_PKGDIR)/files/sensor/params/gc4023-t31.bin
$(INSTALL) -m 644 -t $(TARGET_DIR)/etc/sensor $(INGENIC_OSDRV_T31_PKGDIR)/files/sensor/params/gc4653-t31.bin
$(INSTALL) -m 644 -t $(TARGET_DIR)/etc/sensor $(INGENIC_OSDRV_T31_PKGDIR)/files/sensor/params/imx307-t31.bin
$(INSTALL) -m 644 -t $(TARGET_DIR)/etc/sensor $(INGENIC_OSDRV_T31_PKGDIR)/files/sensor/params/imx327-t31.bin
$(INSTALL) -m 644 -t $(TARGET_DIR)/etc/sensor $(INGENIC_OSDRV_T31_PKGDIR)/files/sensor/params/jxf37-t31.bin
$(INSTALL) -m 644 -t $(TARGET_DIR)/etc/sensor $(INGENIC_OSDRV_T31_PKGDIR)/files/sensor/params/jxh62-t31.bin
$(INSTALL) -m 644 -t $(TARGET_DIR)/etc/sensor $(INGENIC_OSDRV_T31_PKGDIR)/files/sensor/params/jxq03-t31.bin
Expand Down

0 comments on commit a182dda

Please sign in to comment.