mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
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> |
||
|---|---|---|
| .. | ||
| include | ||
| microcode | ||
| .gitignore | ||
| bayleybay.dts | ||
| chromebook_link.dts | ||
| chromebox_panther.dts | ||
| crownbay.dts | ||
| efi.dts | ||
| galileo.dts | ||
| Makefile | ||
| minnowmax.dts | ||
| qemu-x86_i440fx.dts | ||
| qemu-x86_q35.dts | ||
| rtc.dtsi | ||
| serial.dtsi | ||
| skeleton.dtsi | ||