
On Thu, Jan 14, 2016 at 11:34:27AM +0530, Purna Chandra Mandal wrote:
On 01/13/2016 08:25 PM, Tom Rini wrote:
On Tue, Jan 12, 2016 at 03:48:18PM +0530, Purna Chandra Mandal wrote:
PIC32 clock module consists of multiple oscillators, PLLs, mutiplexers and dividers capable of supplying clock to various controllers on or off-chip.
[snip]
include/dt-bindings/clock/microchip,clock.h | 29 ++
Has this been submitted for the kernel and reviewed there as well already? Thanks!
Clock driver in kernel is under review. [1] clock driver: https://lkml.org/lkml/2016/1/7/764 [0] clock binding: https://lkml.org/lkml/2016/1/7/762
Please note clock driver in Linux kernel is implemented in more elaborate/descriptive way - all the sub-modules are individually defined in device-tree (having "#clock-cells = <0>") and their phandles are directly referred in clock clients so there was no need of having dt-binding header.
Note that we really must have the same DT functional in both cases. So it's fine to have extra nodes that U-Boot doesn't use.