u-boot-brain/drivers/pinctrl/intel
Simon Glass 6b651486f5 x86: pinctrl: Set up itss in the probe() method
At present the itss is probed in the ofdata_to_platdata() method. This is
incorrect since itss is a child of p2sb which itself needs to probe the
pinctrl device. This means that p2sb is effectively not probed when the
itss is probed, so we get the wrong register address from p2sb.

Fix this by moving the itss probe to the correct place.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Wolfgang Wallner <wolfgang.wallner@br-automation.com>
2020-07-17 14:32:24 +08:00
..
Kconfig x86: pinctrl: Add multi-ACPI control 2020-07-17 14:32:24 +08:00
Makefile x86: apl: Add pinctrl driver 2019-12-15 11:44:26 +08:00
pinctrl_apl.c common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
pinctrl.c x86: pinctrl: Set up itss in the probe() method 2020-07-17 14:32:24 +08:00