]> git.baikalelectronics.ru Git - uboot.git/commit
pinctrl: Drop post_bind() method when not needed
authorSimon Glass <sjg@chromium.org>
Wed, 23 Dec 2020 15:11:13 +0000 (08:11 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 5 Jan 2021 19:24:40 +0000 (12:24 -0700)
commitbd5f26240c93b88c4bfa3a751ff0b0bc82f107fc
treea2a609fe3010f65123a58b6c28e88c0b70d0b5f1
parent8f9da840fdcd53dedfe76a8c1de241e0e73baf54
pinctrl: Drop post_bind() method when not needed

This is not used with of-platdata, so remove it in that case.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/pinctrl/pinctrl-uclass.c