diff options
| author | Simon Glass <[email protected]> | 2022-12-21 07:27:39 -0700 |
|---|---|---|
| committer | Simon Glass <[email protected]> | 2023-01-18 11:49:13 -0700 |
| commit | 85d87112cb0abedf0d6f1a14422e89d335533157 (patch) | |
| tree | 5b28f9a4a7a7b69b3c463ce8213d243ac5ef61f8 /include/linux | |
| parent | ebc1d50ab51bd08f3adc19de37e81d23d655f9f4 (diff) | |
dm: pinctrl: Revert "pinctrl: probe pinctrl drivers during post-bind"
This breaks chromebook_coral and it is also not how things should work. If
a board needs to bind GPIOs as part of a pinctrl driver this can be done
during the bind step, if needed.
We cannot probe pinctrl devices when binding as a rule, since it cannot be
supported on some platforms.
The bind and probe steps are separate in U-Boot and they should remain
separate.
This reverts commit f9ec791b5e24378b71590877499f8683d5f54dac.
Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions
