From 892c9ceab959a181d8ba16719c83eac5ac01d652 Mon Sep 17 00:00:00 2001 From: Jishnu Prakash Date: Tue, 30 Aug 2022 21:20:29 +0530 Subject: [PATCH] ARM: dts: msm: update flash GPIO configuration for anorak Update flash GPIO configuration based on recommendation from HW side. This GPIO is an input GPIO which takes the external IR LED's flash strobe output as a HW strobing signal. Change-Id: Ic3b94669521a13842abd13ce46d7ed4f7e7ff2bc --- qcom/anorak-pmic-overlay.dtsi | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/qcom/anorak-pmic-overlay.dtsi b/qcom/anorak-pmic-overlay.dtsi index c30de37b..bf4cbd5d 100644 --- a/qcom/anorak-pmic-overlay.dtsi +++ b/qcom/anorak-pmic-overlay.dtsi @@ -158,12 +158,15 @@ }; &pmxr2230_gpios { - key_confirm { + flash_default { ext_flash_default: ext_flash_default { pins = "gpio1"; function = "normal"; input-enable; - power-source = <0>; + output-disable; + bias-disable; + bias-high-impedance; + power-source = <1>; }; };