diff options
| author | Siddharth Zaveri <szaveri@codeaurora.org> | 2016-01-04 13:34:36 -0500 |
|---|---|---|
| committer | David Keitel <dkeitel@codeaurora.org> | 2016-03-23 21:16:28 -0700 |
| commit | e129418937c081035de734b53075013a3bd92ab3 (patch) | |
| tree | 4ff182930e40a186860796e76308eb1c8af56f80 | |
| parent | d758a308486a0b68c3ba912dfc8df0d2d5a24d07 (diff) | |
ARM: dts: msm: Remove HPD pin for ADV7533 on Agave Board
Remove the HPD pin assignment for ADV7533 as it is connected
to GPIO on the Agave peripheral board.
Change-Id: Iccdbb1c6dece5cf8a60d0bc79b86a161b188184b
Signed-off-by: Siddharth Zaveri <szaveri@codeaurora.org>
| -rw-r--r-- | arch/arm/boot/dts/qcom/msm8996-agave-adp.dtsi | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/qcom/msm8996-agave-adp.dtsi b/arch/arm/boot/dts/qcom/msm8996-agave-adp.dtsi index 4a486901ab91..fbb377826d46 100644 --- a/arch/arm/boot/dts/qcom/msm8996-agave-adp.dtsi +++ b/arch/arm/boot/dts/qcom/msm8996-agave-adp.dtsi @@ -1,4 +1,4 @@ -/* Copyright (c) 2015, The Linux Foundation. All rights reserved. +/* Copyright (c) 2015-2016, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and @@ -519,7 +519,6 @@ &adv7533_0_hpd_int_suspend &adv7533_0_switch_suspend>; adi,irq-gpio = <&tlmm 106 0x2002>; - adi,hpd-irq-gpio = <&tlmm 106 0x2003>; adi,switch-gpio = <&tlmm 105 0x1>; }; @@ -540,7 +539,6 @@ &adv7533_1_hpd_int_suspend &adv7533_1_switch_suspend>; adi,irq-gpio = <&tlmm 108 0x2002>; - adi,hpd-irq-gpio = <&tlmm 106 0x2003>; adi,switch-gpio = <&tlmm 107 0x0>; }; }; |
