commit | d8c7fb503611f0e16184ffe43b6445740d6fa682 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Apr 08 16:57:26 2020 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Thu Apr 16 14:36:28 2020 +0800 |
tree | 28b4812f596fa5eeb6ff9ec28621bdd5d8fc729d | |
parent | 88307654af35fd550324fc1d8504db0da7225950 [diff] |
dm: pci: Allow disabling auto-config for a device Add a means to avoid configuring a device when needed. Add an explanation of why this is useful to the binding file. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>