Home
last modified time | relevance | path

Searched hist:a1f1582b73a5c82b3d63697d521dbcef31e05229 (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/arch/x86/dts/
H A Dcrownbay.dtsa1f1582b73a5c82b3d63697d521dbcef31e05229 Mon Aug 24 08:14:03 UTC 2015 Bin Meng <bmeng.cn@gmail.com> 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>