On 14.07.2014 20:13, Mark Brown wrote:
On Mon, Jul 14, 2014 at 02:05:19PM +0200, Stefan Assmann wrote:
On 14.07.2014 14:00, Mark Brown wrote:
No, you need to implement clocks using the clock API. Please read the
changelogs for the above commits...
Yes, that's what I expected. Got any pointers for me how to do this?
Never done that before, a little help would be appreciated.
There should be plenty of examples in drivers/clk?
Looking at this more closely it seems to me that it's a regulator thing
after all. In the end it all boils down to a single register write.
twl_i2c_write_u8(TWL_MODULE_PM_RECEIVER, 0x41, 0x8e);
This is a write to the CLK32KG_CFG_STATE [1] register to power on the
device.
I tried moving that to omap4xxx_dt_clk_init() but that won't work
because the twl core structures aren't initialized yet.
Any suggestions?
Stefan
[1] http://www.cjemicros.f2s.com/public/datasheets/TWL6030_Register_Map.pdf page 196
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html