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: Raghavendra Rao Ananta <rananta@codeaurora.org>
This commit is contained in:
parent
60450b0d00
commit
0a29249045
@ -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) \
|
||||
{ \
|
||||
|
Loading…
Reference in New Issue
Block a user