[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] i2c pass-through in mpsoc
Hi Jesús,
On 26 October 2017 at 16:57, Jesús Lázaro <jesus.lazaro@xxxxxxx> wrote: Hi, I am not sure I see why they should be enabled.
Xen can't, because only the Dom0 clock driver knows how. We are hitting this thing more often now, and I will raise this problem on some Linux list ASAP. We would like to have something where we can specify *certain* clocks that should stay enabled, short of the clk_ignore_unused sledge hammer. Then Xen could just list those clocks in some DT node. Another solution would be to let Dom0 explicitly enable the clocks, but this has to be done in the kernel and I am not aware of an interface to userland to trigger that from the Xen tool side. So if you somehow can find the register that enables this clock and manipulate this in U-Boot, then pass clk_ignore_unused, it should work. I did a similar thing in the past (using md.l and mw.l on the U-Boot prompt).
In this example we get somewhat lucky, because this network device does not need any clock to be specified in the DT. There is probably a clock, but it's always on. Cheers, Andre.
_______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxx https://lists.xen.org/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |