commit | 0e8e5c34cf1a8beaaf0a6a05c053592693bf8cb4 | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | Mon Jun 04 17:23:13 2012 +0100 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Mon Jun 18 13:40:14 2012 +0100 |
tree | 90c28ef6ad110c313af725e8fa80119ed9d06b5d | |
parent | 74ea0e599215330e8964401508a5d7ec41ef15b0 [diff] |
regulator: twl: Remove references to 32kHz clock from DT bindings Due to the lack of a generic clock API we'd had the 32kHz clock in the regulator driver but this is definitely a Linux-specific thing and now we have a clock API hopefully the code can be moved elsewhere. Try to avoid getting DTs deployed relying on the 32kHz clock by removing it from the bindings, grep seems to tell me it's not currently used anyway. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>