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

Commit 7fccd584 authored by Rohit Kumar's avatar Rohit Kumar
Browse files

soc: pinctrl-lpi: update sizeof lpi offset to 32bit



Update sizeof lpi register offset to 32 bit to
accommodate all register offset for sdm670.

Change-Id: I9a3fdb56f9faf6c0aff627cbedaa54db606d2434
Signed-off-by: default avatarRohit Kumar <rohitkr@codeaurora.org>
parent 6825c671
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -81,7 +81,7 @@ enum lpi_gpio_func_index {
 * @function: See lpi_gpio_functions[]
 */
struct lpi_gpio_pad {
	u16		offset;
	u32		offset;
	bool		output_enabled;
	bool		value;
	char __iomem	*base;