mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-01 13:57:24 +00: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 |