diff options
Diffstat (limited to 'drivers/mailbox/qcom-apcs-ipc-mailbox.c')
-rw-r--r-- | drivers/mailbox/qcom-apcs-ipc-mailbox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mailbox/qcom-apcs-ipc-mailbox.c b/drivers/mailbox/qcom-apcs-ipc-mailbox.c index 043b5a726ce2..eeebafd546e5 100644 --- a/drivers/mailbox/qcom-apcs-ipc-mailbox.c +++ b/drivers/mailbox/qcom-apcs-ipc-mailbox.c | |||
@@ -28,7 +28,7 @@ static const struct regmap_config apcs_regmap_config = { | |||
28 | .reg_bits = 32, | 28 | .reg_bits = 32, |
29 | .reg_stride = 4, | 29 | .reg_stride = 4, |
30 | .val_bits = 32, | 30 | .val_bits = 32, |
31 | .max_register = 0x1000, | 31 | .max_register = 0xFFC, |
32 | .fast_io = true, | 32 | .fast_io = true, |
33 | }; | 33 | }; |
34 | 34 | ||