On 04/12/17 21:28, Rob Herring wrote:
On Thu, Nov 30, 2017 at 05:41:57PM +0000, [email protected] wrote:
From: Sagar Dharia <[email protected]>
This patch add device tree bindings for Qualcomm slimbus controller.
Signed-off-by: Sagar Dharia <[email protected]>
Signed-off-by: Srinivas Kandagatla <[email protected]>
---
.../devicetree/bindings/slimbus/slim-qcom-ctrl.txt | 39 ++++++++++++++++++++++
1 file changed, 39 insertions(+)
create mode 100644
Documentation/devicetree/bindings/slimbus/slim-qcom-ctrl.txt
+ - clocks : Interface and core clocks used by this SLIMbus controller
+ - clock-names : Required clock-name entries are:
+ "iface_clk" : Interface clock for this controller
+ "core_clk" : Interrupt for controller core's BAM
Doesn't match the example. You should drop the '_clk'. With that,
Thanks for the Reviewed-by tag, I will fix the above in next version.
Reviewed-by: Rob Herring <[email protected]>