Loading Documentation/devicetree/bindings/arm/msm/adv7481.txt 0 → 100644 +20 −0 Original line number Diff line number Diff line ADV7481 chip driver (VIDEO_ADV7481) VIDEO_ADV7481 is a kernel platform driver that is used for video decoder and dual mode HDMI/MHL receiver. The devicetree representation of the VIDEO_ADV7481 block should be: Required properties - compatible: "qcom,adv7481" - qcom,slave-addr: The i2c slave address of adv7481 driver. - qcom,cci-master: The i2c master id to be used for adv7481 driver. Example: qcom,adv7481@0 { compatible = "qcom,adv7481"; qcom,cci-master = <0>; qcom,slave-addr = <0x70>; }; drivers/media/i2c/Makefile +4 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,10 @@ obj-$(CONFIG_VIDEO_ADV7343) += adv7343.o obj-$(CONFIG_VIDEO_ADV7393) += adv7393.o obj-$(CONFIG_VIDEO_ADV7604) += adv7604.o obj-$(CONFIG_VIDEO_ADV7842) += adv7842.o ccflags-y += -Idrivers/media/platform/msm/camera_v2 ccflags-y += -Idrivers/media/platform/msm/camera_v2/common ccflags-y += -Idrivers/media/platform/msm/camera_v2/sensor/io ccflags-y += -Idrivers/media/platform/msm/camera_v2/sensor/cci obj-$(CONFIG_VIDEO_ADV7481) += adv7481.o obj-$(CONFIG_VIDEO_AD9389B) += ad9389b.o obj-$(CONFIG_VIDEO_ADV7511) += adv7511.o Loading Loading
Documentation/devicetree/bindings/arm/msm/adv7481.txt 0 → 100644 +20 −0 Original line number Diff line number Diff line ADV7481 chip driver (VIDEO_ADV7481) VIDEO_ADV7481 is a kernel platform driver that is used for video decoder and dual mode HDMI/MHL receiver. The devicetree representation of the VIDEO_ADV7481 block should be: Required properties - compatible: "qcom,adv7481" - qcom,slave-addr: The i2c slave address of adv7481 driver. - qcom,cci-master: The i2c master id to be used for adv7481 driver. Example: qcom,adv7481@0 { compatible = "qcom,adv7481"; qcom,cci-master = <0>; qcom,slave-addr = <0x70>; };
drivers/media/i2c/Makefile +4 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,10 @@ obj-$(CONFIG_VIDEO_ADV7343) += adv7343.o obj-$(CONFIG_VIDEO_ADV7393) += adv7393.o obj-$(CONFIG_VIDEO_ADV7604) += adv7604.o obj-$(CONFIG_VIDEO_ADV7842) += adv7842.o ccflags-y += -Idrivers/media/platform/msm/camera_v2 ccflags-y += -Idrivers/media/platform/msm/camera_v2/common ccflags-y += -Idrivers/media/platform/msm/camera_v2/sensor/io ccflags-y += -Idrivers/media/platform/msm/camera_v2/sensor/cci obj-$(CONFIG_VIDEO_ADV7481) += adv7481.o obj-$(CONFIG_VIDEO_AD9389B) += ad9389b.o obj-$(CONFIG_VIDEO_ADV7511) += adv7511.o Loading