|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] Dom0 kernel for Xen4.6 on R-Car H2 (LAGER)
On 20/10/2015 11:05, Julien Grall wrote: Better solution, rather than dropping the nodes can you add "ranges;" in each of them. Smth like
usb@0,1 {
reg = <0x800 0 0 0 0>;
device_type = "pci";
phys = <&usb0 0>;
phy-names = "usb";
ranges;
}
"ranges;" is used to tell the PCI device is using the same address space
of the PCI bus. There is DT bindings describing how look like the
subnode and they mandate the property "ranges" (see [1], [2]). Although
renesas doesn't seem to require it. Might be worth to investigate it.
Regards,[1] http://lxr.free-electrons.com/source/Documentation/devicetree/bindings/pci/mvebu-pci.txt [2] http://lxr.free-electrons.com/source/Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt -- Julien Grall _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |