]> www.infradead.org Git - users/jedix/linux-maple.git/commit
pinctrl: intel: Fix wrong bypass assignment in intel_pinctrl_probe_pwm()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 10 Feb 2025 19:44:51 +0000 (21:44 +0200)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 11 Feb 2025 14:27:50 +0000 (16:27 +0200)
commit0eee258cdf172763502f142d85e967f27a573be0
tree38d605c52aaaf7301344ce018ae464d28d02a89b
parent6edf3152bd4c2bc58e3705872642e282d8b3eeb9
pinctrl: intel: Fix wrong bypass assignment in intel_pinctrl_probe_pwm()

When instantiating PWM, the bypass should be set to false. The field
is used for the selected Intel SoCs that do not have PWM feature enabled
in their pin control IPs.

Fixes: eb78d3604d6b ("pinctrl: intel: Enumerate PWM device when community has a capability")
Reported-by: Alexis GUILLEMET <alexis.guillemet@dunasys.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Tested-by: Alexis GUILLEMET <alexis.guillemet@dunasys.com>
drivers/pinctrl/intel/pinctrl-intel.c