commit | 7fcd313cc21922420e9136b83e2fc7dc547bac30 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Thu Jan 25 12:05:56 2018 +0100 |
committer | Tom Rini <trini@konsulko.com> | Sun Jan 28 12:27:36 2018 -0500 |
tree | f10039f736009e95a831f249b4729ecf9e4a636e | |
parent | a73b0ec92909de767b540ea6407ddb4ae6abaf08 [diff] |
bcm2835_pinctrl: Probe pre-reloc The serial drivers now depend on the pinctrl driver to determine whether they are enabled. That means if a serial device wants to be used pre-reloc, we also need the pinctrl device pre-reloc. Adapt the pinctrl driver as well as dts overlay accordingly. Signed-off-by: Alexander Graf <agraf@suse.de>