diff options
| author | Rahul Sharma <c_sharah@qti.qualcomm.com> | 2017-10-18 15:43:13 +0530 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-11-06 06:59:01 -0800 |
| commit | cc3e07b2c3de04fd0b1ae09047feb0f732a87e34 (patch) | |
| tree | 9d341a93f208297b42de17a883496be31263cdcf | |
| parent | 59e7cfaf529aca84913320d17e044edc05bc588e (diff) | |
ARM: dts: msm: Remove GPIO pins that are unused on Mojave
cam_snapshot and cam_focus GPIO pins are unused on Mojave,
thus remove them from DT. Those pins are used for ADV7481
on Mojave.
Change-Id: I8c0026a215fdc2cf1aa94eb763f82258229435c8
Suggested-by: Resmi Rajendran <resmir@qti.qualcomm.com>
Signed-off-by: Rahul Sharma <sharah@codeaurora.org>
| -rw-r--r-- | arch/arm/boot/dts/qcom/msm8996-agave-adp.dtsi | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/arch/arm/boot/dts/qcom/msm8996-agave-adp.dtsi b/arch/arm/boot/dts/qcom/msm8996-agave-adp.dtsi index 343c6a2ee2da..29cab2212088 100644 --- a/arch/arm/boot/dts/qcom/msm8996-agave-adp.dtsi +++ b/arch/arm/boot/dts/qcom/msm8996-agave-adp.dtsi @@ -1055,24 +1055,6 @@ gpio-key,wakeup; debounce-interval = <15>; }; - - cam_snapshot { - label = "cam_snapshot"; - gpios = <&pm8994_gpios 4 0x1>; - linux,input-type = <1>; - linux,code = <766>; - gpio-key,wakeup; - debounce-interval = <15>; - }; - - cam_focus { - label = "cam_focus"; - gpios = <&pm8994_gpios 5 0x1>; - linux,input-type = <1>; - linux,code = <528>; - gpio-key,wakeup; - debounce-interval = <15>; - }; }; sound-9335 { |
