Skip to content

Commit 8411c82

Browse files
topdjgodjamess-huang
authored andcommitted
Enable camera imx219 and vpu
Change-Id: Ie28f66d87a915c02d8c51f2e1c25a0cbd0383d80 Signed-off-by: Jungchi_Liao <Jungchi_Liao@asus.com> Reviewed-on: https://tp-biosrd-v02/gerrit/82307 Reviewed-by: Jamess Huang(黃以民) <Jamess_Huang@asus.com> Tested-by: Jamess Huang(黃以民) <Jamess_Huang@asus.com>
1 parent a860fd2 commit 8411c82

3 files changed

Lines changed: 17 additions & 0 deletions

File tree

arch/arm/boot/dts/rk3288-miniarm.dts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -790,6 +790,14 @@
790790
status = "okay";
791791
};
792792

793+
&vpu {
794+
status = "okay";
795+
};
796+
797+
&vpu_mmu {
798+
status = "okay";
799+
};
800+
793801
&wdt {
794802
status = "okay";
795803
};

drivers/media/i2c/Kconfig

100644100755
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -484,6 +484,14 @@ config VIDEO_APTINA_PLL
484484
config VIDEO_SMIAPP_PLL
485485
tristate
486486

487+
config VIDEO_IMX219
488+
tristate "Sony imx219 sensor support"
489+
depends on VIDEO_V4L2 && I2C
490+
depends on MEDIA_CAMERA_SUPPORT
491+
select V4L2_FWNODE
492+
---help---
493+
This driver supports IMX219 cameras from Sony
494+
487495
config VIDEO_OV2659
488496
tristate "OmniVision OV2659 sensor support"
489497
depends on VIDEO_V4L2 && I2C

drivers/media/i2c/Makefile

100644100755
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,4 @@ obj-$(CONFIG_VIDEO_ML86V7667) += ml86v7667.o
8383
obj-$(CONFIG_VIDEO_OV2659) += ov2659.o
8484
obj-$(CONFIG_VIDEO_TC35874X) += tc35874x.o
8585
obj-$(CONFIG_VIDEO_OV5647) += ov5647.o
86+
obj-$(CONFIG_VIDEO_IMX219) += imx219.o

0 commit comments

Comments
 (0)