From b22f791241cb3db39e7b5d227940adccd64a5ff9 Mon Sep 17 00:00:00 2001 From: Shiju Mathew Date: Fri, 22 Apr 2016 18:00:57 -0400 Subject: [PATCH] ARM: dts: msm: Add support for adv7481 on MSM8996 auto Add node and properties for adv7481 driver on MSM8996 automotive target. CRs-Fixed: 998927 Change-Id: I5a0368288a9334a0286ee70e9d794965223e9944 Signed-off-by: Shiju Mathew --- arch/arm/boot/dts/qcom/msm8996-agave-adp.dtsi | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/arch/arm/boot/dts/qcom/msm8996-agave-adp.dtsi b/arch/arm/boot/dts/qcom/msm8996-agave-adp.dtsi index a600008341c2..7360e74fc06e 100644 --- a/arch/arm/boot/dts/qcom/msm8996-agave-adp.dtsi +++ b/arch/arm/boot/dts/qcom/msm8996-agave-adp.dtsi @@ -1098,6 +1098,18 @@ pinctrl-0 = <&quat_tdm_dout_active>; pinctrl-1 = <&quat_tdm_dout_sleep>; }; + + qcom,adv7481@70 { + compatible = "qcom,adv7481"; + qcom,cci-master = <0>; + qcom,slave-addr = <0x70>; + gpios = <&tlmm 17 0>, /* I2C SDA */ + <&tlmm 18 0>, /* I2C SCL */ + <&pm8994_gpios 4 0>, /* RST */ + <&pm8994_gpios 5 0>, /* INT1 */ + <&pm8994_gpios 6 0>, /* INT2 */ + <&pm8994_gpios 7 0>; /* INT3 */ + }; }; &pm8994_gpios {