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

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

Merge "geni-qcom-se: Reduce the ab of QUP Core2x clock"

parents b8619c9f a296139a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1052,7 +1052,8 @@ int geni_se_resources_init(struct se_geni_rsc *rsc,
			}
		}

		rsc->ab = ab;
		/* To reduce the higher ab values from individual drivers */
		rsc->ab = ab/2;
		rsc->ib = ab;
		rsc->ab_noc = 0;
		rsc->ib_noc = ib;
+1 −1
Original line number Diff line number Diff line
@@ -91,7 +91,7 @@
#define TIMESTAMP_AFTER		BIT(3)
#define POST_CMD_DELAY		BIT(4)

#define SPI_CORE2X_VOTE		(7600)
#define SPI_CORE2X_VOTE		(5000)
/* GSI CONFIG0 TRE Params */
/* Flags bit fields */
#define GSI_LOOPBACK_EN		(BIT(0))
+1 −1
Original line number Diff line number Diff line
@@ -111,7 +111,7 @@
#define DEF_FIFO_DEPTH_WORDS	(16)
#define DEF_TX_WM		(2)
#define DEF_FIFO_WIDTH_BITS	(32)
#define UART_CORE2X_VOTE	(10000)
#define UART_CORE2X_VOTE	(5000)
#define UART_CONSOLE_CORE2X_VOTE (960)

#define WAKEBYTE_TIMEOUT_MSEC	(2000)