hwspinlock: qcom: correct MMIO max register for newer SoCs
[linux-2.6-microblaze.git] / drivers / hwspinlock / qcom_hwspinlock.c
index 80ea45b..9734e14 100644 (file)
@@ -121,7 +121,7 @@ static const struct regmap_config tcsr_mutex_config = {
        .reg_bits               = 32,
        .reg_stride             = 4,
        .val_bits               = 32,
-       .max_register           = 0x40000,
+       .max_register           = 0x20000,
        .fast_io                = true,
 };