commit | 9821636b641cbbeed1b6c89641d0649d386650db | [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 | 6001985f92e4a99504343485bfe2c18940a41011 [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>