We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef3223b commit 4e38b98Copy full SHA for 4e38b98
drivers/pinctrl/pinctrl-cy8c95x0.c
@@ -470,7 +470,11 @@ static const struct regmap_config cy8c9520_i2c_regmap = {
470
.max_register = 0, /* Updated at runtime */
471
.num_reg_defaults_raw = 0, /* Updated at runtime */
472
.use_single_read = true, /* Workaround for regcache bug */
473
+#if IS_ENABLED(CONFIG_DEBUG_PINCTRL)
474
+ .disable_locking = false,
475
+#else
476
.disable_locking = true,
477
+#endif
478
};
479
480
static inline int cy8c95x0_regmap_update_bits_base(struct cy8c95x0_pinctrl *chip,
0 commit comments