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

Commit c759cdb5 authored by Ashish Kori's avatar Ashish Kori Committed by Aniket Randive
Browse files

platform: msm-geni-se: Propagate missing change from 4.14 to 5.4



Propagate following change from 4.14 to 5.4.
'commit f9f1b07419520b ("platform: qcom-geni-se:
Correct macro definition of GENI_IO_MUX_1_EN")'.

Change-Id: I6d5bd2b3e7252ad272d88352a52dc005e4368af1
Signed-off-by: default avatarAshish Kori <akori@codeaurora.org>
parent 09f97a40
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -136,7 +136,7 @@ struct se_geni_rsc {
/* GENI_OUTPUT_CTRL fields */
#define DEFAULT_IO_OUTPUT_CTRL_MSK      (GENMASK(6, 0))
#define GENI_IO_MUX_0_EN		BIT(0)
#define GENI_IO_MUX_1_EN		BIT(2)
#define GENI_IO_MUX_1_EN		BIT(1)

/* GENI_CFG_REG80 fields */
#define IO1_SEL_TX			BIT(2)