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

Commit a88a62cf authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "platform: qcom-geni-se: Correct macro definition of GENI_IO_MUX_1_EN"

parents 03c85ea5 f9f1b074
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -182,7 +182,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)