u-boot-brain/drivers/pinctrl
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
..
aspeed common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
ath79 common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
broadcom dm: Fix error handling for dev_read_addr_ptr 2020-07-01 15:01:21 +08:00
exynos pinctrl: Remove DM_FLAG_PRE_RELOC flag in various drivers 2018-11-14 09:16:28 -08:00
intel x86: pinctrl: Set up itss in the probe() method 2020-07-17 14:32:24 +08:00
mediatek dm: Fix error handling for dev_read_addr_ptr 2020-07-01 15:01:21 +08:00
meson common: Drop linux/bitops.h from common header 2020-05-18 21:19:23 -04:00
mscc common: Drop linux/bitops.h from common header 2020-05-18 21:19:23 -04:00
mtmips dm: core: Create a new header file for 'compat' features 2020-02-05 19:33:46 -07:00
mvebu common: Drop linux/bitops.h from common header 2020-05-18 21:19:23 -04:00
nxp core: add support for U_BOOT_DRIVER_ALIAS 2020-07-09 18:57:22 -06:00
renesas common: Drop linux/bitops.h from common header 2020-05-18 21:19:23 -04:00
rockchip drivers: rename drivers to match compatible string 2020-07-09 18:57:22 -06:00
uniphier common: Drop linux/bitops.h from common header 2020-05-18 21:19:23 -04:00
Kconfig x86: Add a generic Intel pinctrl driver 2019-12-15 11:44:25 +08:00
Makefile x86: Add a generic Intel pinctrl driver 2019-12-15 11:44:25 +08:00
pinctrl_pic32.c common: Drop linux/bitops.h from common header 2020-05-18 21:19:23 -04:00
pinctrl_stm32.c pinctrl: stm32: add information on pin configuration 2020-07-07 16:01:23 +02:00
pinctrl-at91-pio4.c common: Drop linux/bitops.h from common header 2020-05-18 21:19:23 -04:00
pinctrl-at91.c core: add support for U_BOOT_DRIVER_ALIAS 2020-07-09 18:57:22 -06:00
pinctrl-generic.c dm: pinctrl: migrate pinctrl-generic to livetree 2020-04-16 23:06:54 -04:00
pinctrl-sandbox.c common: Drop linux/bitops.h from common header 2020-05-18 21:19:23 -04:00
pinctrl-single.c dm: pinctrl: Use right device pointer for configuring pinctrl 2020-04-23 08:25:37 -04:00
pinctrl-sti.c common: Drop linux/bug.h from common header 2020-05-18 21:19:23 -04:00
pinctrl-stmfx.c pinctrl: stmfx: add information on pin configuration 2020-07-07 16:01:23 +02:00
pinctrl-uclass.c dm: core: Create a new header file for 'compat' features 2020-02-05 19:33:46 -07:00