pinctrl: baytrail: Use BIT() in BYT_PULL_ASSIGN_* definitions
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 2 Jun 2023 16:56:15 +0000 (19:56 +0300)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 2 Jun 2023 17:34:53 +0000 (20:34 +0300)
commit9d71208632ec61e4bf0a0ba3008326f7936918eb
treed1f1df2cae1ca147bc7cdb8470c876028ab964ea
parentb9e1843447bb54ef5125e606fd720c43a3c29da2
pinctrl: baytrail: Use BIT() in BYT_PULL_ASSIGN_* definitions

The bias setting (pull-up or pull-down) are bit fields and
we never enable them both, hence use BIT() macro to define
them.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
drivers/pinctrl/intel/pinctrl-baytrail.c