]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
pinctrl: pinconf-generic: Use only fwnode API in parse_dt_cfg()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 5 Mar 2026 09:50:14 +0000 (10:50 +0100)
committerLinus Walleij <linusw@kernel.org>
Tue, 10 Mar 2026 09:16:55 +0000 (10:16 +0100)
commite002d162654b74fad60a0f85e8fdb1a6c8a903f5
treed1a56896711b8acc7b538bf86226fc59969e56ca
parent35b9b024db9d762952c45bf3bb7007c5aaaddcb6
pinctrl: pinconf-generic: Use only fwnode API in parse_dt_cfg()

The parse_dt_cfg() uses OF and fwnode APIs. Fix this inconsistency by
fully switching it to use fwnode API and rename the function accordingly.

While at it, add missing linux/property.h inclusion.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Linus Walleij <linusw@kernel.org>
drivers/pinctrl/pinconf-generic.c