Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2b66dc15 authored by Rishabh Bhatnagar's avatar Rishabh Bhatnagar Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: qcom: Correct the reset gpio flags for Kona with external modem



Correct the gpio flag from ACTIVE_HIGH default to ACTIVE_LOW as default.

Change-Id: I81c4efbe499dc3cb22b3ad7a9b9679827c4dc42f
Signed-off-by: default avatarRishabh Bhatnagar <rishabhb@codeaurora.org>
parent 8d22e8f6
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@
#include <dt-bindings/msm/msm-bus-ids.h>
#include <dt-bindings/soc/qcom,ipcc.h>
#include <dt-bindings/soc/qcom,rpmh-rsc.h>
#include <dt-bindings/gpio/gpio.h>

#include "kona-regulators.dtsi"

@@ -528,7 +529,7 @@
		qcom,ap2mdm-errfatal-gpio = <&tlmm 57 0x00>;
		qcom,mdm2ap-status-gpio   = <&tlmm 3 0x00>;
		qcom,ap2mdm-status-gpio   = <&tlmm 56 0x00>;
		qcom,ap2mdm-soft-reset-gpio = <&tlmm 145 0x00>;
		qcom,ap2mdm-soft-reset-gpio = <&tlmm 145 GPIO_ACTIVE_LOW>;
		qcom,mdm-link-info = "0306_02.01.00";
		status = "ok";
	};