[PATCH v2 1/3] dt-bindings: clock: Add Actions S900 clock bindings
From: robh@kernel.org (Rob Herring)
Date: 2017-11-06 22:44:14
Also in:
linux-clk, linux-devicetree, lkml
From: robh@kernel.org (Rob Herring)
Date: 2017-11-06 22:44:14
Also in:
linux-clk, linux-devicetree, lkml
On Tue, Nov 07, 2017 at 01:15:50AM +0530, Manivannan Sadhasivam wrote:
Add Actions Semi S900 clock bindings. Signed-off-by: Manivannan Sadhasivam <redacted> --- Changes in v2: 1. Added binding header to this patch 2. Changed clock-controller node name to cmu 3. Added clocks property to cmu node 4. Changed compatible property value to "actions,s900-cmu" 5. Fixed example UART controller node 6. Fixed tab vs space issue .../devicetree/bindings/clock/actions,s900-cmu.txt | 47 +++++++ include/dt-bindings/clock/actions,s900-cmu.h | 139 +++++++++++++++++++++ 2 files changed, 186 insertions(+) create mode 100644 Documentation/devicetree/bindings/clock/actions,s900-cmu.txt create mode 100644 include/dt-bindings/clock/actions,s900-cmu.h
Acked-by: Rob Herring <robh@kernel.org>