diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2015-08-24 01:14:03 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-08-26 07:54:17 -0700 |
commit | a1f1582b73a5c82b3d63697d521dbcef31e05229 (patch) | |
tree | 02c41d26fc6b8150903bc564acd818678a06450c /arch/x86/lib | |
parent | cdeb2ba99cb333f7729cd5784ea2de00e265f22f (diff) | |
download | u-boot-imx-a1f1582b73a5c82b3d63697d521dbcef31e05229.zip u-boot-imx-a1f1582b73a5c82b3d63697d521dbcef31e05229.tar.gz u-boot-imx-a1f1582b73a5c82b3d63697d521dbcef31e05229.tar.bz2 |
x86: crownbay: Support Topcliff integrated pci uart devices with driver model
In order to make a pci uart device node to be properly bound to its
driver, we need make sure its parent node has a compatible string
which matches a driver that scans all of its child device nodes in
the device tree.
Change all pci bridge nodes under root pci node to use "pci-bridge"
compatible driver, as well as corresponding <reg> properties to
indicate its devfn. At last, adding "u-boot,dm-pre-reloc" to each
of these nodes for driver model to initialize them before relocation.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/x86/lib')
0 files changed, 0 insertions, 0 deletions