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 <shijum@codeaurora.org>
This commit is contained in:
parent
fe4e800aeb
commit
b22f791241
1 changed files with 12 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue