[U-Boot] [PATCH v3 3/4] x86: crownbay: Support Topcliff integrated pci uart devices with driver model

Simon Glass sjg at chromium.org
Mon Aug 24 03:03:53 CEST 2015


On 23 August 2015 at 02:33, Bin Meng <bmeng.cn at gmail.com> wrote:
> 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 at gmail.com>
> ---
>
> Changes in v3: None
>
> arch/x86/dts/crownbay.dts | 15 ++++++++++-----
> 1 file changed, 10 insertions(+), 5 deletions(-)

Acked-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list