pinctrl: Update for new sequence numbers
Use the dev_seq() sequence number in all cases. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
fb0ea6a710
commit
3bc90aa743
@ -133,7 +133,7 @@ int exynos_pinctrl_probe(struct udevice *dev)
|
||||
|
||||
priv->base = base;
|
||||
priv->pin_ctrl = (struct samsung_pin_ctrl *)dev_get_driver_data(dev) +
|
||||
dev->req_seq;
|
||||
dev_seq(dev);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user