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

Commit 0a292490 authored by Raghavendra Rao Ananta's avatar Raghavendra Rao Ananta
Browse files

pinctrl-lahaina: Correct the pinconfig base address



The base address for the pinconfig address-space is incorrect.
It should be 0x100000 instead of 0x1000. Hence, fix the macro.

Change-Id: I6336a382b94951f39262f5a643902d75b669126b
Signed-off-by: default avatarRaghavendra Rao Ananta <rananta@codeaurora.org>
parent 60450b0d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
		.ngroups = ARRAY_SIZE(fname##_groups),	\
	}

#define REG_BASE 0x1000
#define REG_BASE 0x100000
#define REG_SIZE 0x1000
#define PINGROUP(id, f1, f2, f3, f4, f5, f6, f7, f8, f9)	\
	{					        \