Hi,
On Tue, Jul 09, 2013 at 04:51:35PM +0530, George Cherian wrote:btw, the reason here is that when you call devm_ioremap_resource(), thatokay+ compatible = "snps,dwc3";weird size, shouldn't this be 0xd000 then the size would be exactly
+ reg = <0x48390000 0xcfff>;
52KiB
will call resource_size() which does:
size = res->end - res->start - 1;
so you need this extra 1 on the size when passing it via DT.
weird, on my TRM I see for dwc3 but 2 PHYs.Another thing: am437x has 4 instances of this IP, why are you addingAM437x has got only 2 instances. I have verified only one on HAPS so
only one ?
adding only one.
alright, but we should still pass the PHY right ? once silicon comes,And why aren't you pasing the PHY nodes here ? The deviceYes true, again in HAPS I didnt have any PHY configuration to be done.
won't work without its PHYs.
we want this to work without any further changers.