summaryrefslogtreecommitdiff
path: root/common/bloblist.c
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2022-01-07 16:38:09 +0100
committerSimon Glass <sjg@chromium.org>2022-01-13 09:13:41 -0700
commitd8ef446fec1d5dde5a6238f452d04cda81f8752a (patch)
tree19659b3f5bf0674d3532c409ac5f38afd9db3cc9 /common/bloblist.c
parent743c562d0c5269740236864bdb0002e73ec3e614 (diff)
dm: core: Switch order of pinctrl and power domain calls
The commit 3ad307784847 ("dm: core: device: enable power domain in probe") introduced enabling power domain when device is probed. By checking this sequence in Linux kernel was found that power domain is handled first followed by pinctrl setting. This patch is switching this order to follow Linux kernel that power domains are handled first follow by pinctrl setting. The issue was found on Xilinx Kria SOM where firmware is blocking setting up pin configuration/muxes without enabling power domain for the specific IP first. Signed-off-by: Michal Simek <michal.simek@xilinx.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'common/bloblist.c')
0 files changed, 0 insertions, 0 deletions