On 17/03/17 16:18, Tony Lindgren wrote:
* Tero Kristo <t-kristo@xxxxxx> [170317 02:12]:
From: Tony Lindgren <tony@xxxxxxxxxxx>
+Example: Clock controller node on omap 4430:
+
+&cm2 {
+ l4per: cm@1400 {
+ cm_l4per@0 {
+ cm_l4per_clkctrl: clk@20 {
+ compatible = "ti,clkctrl";
+ reg = <0x20 0x1b0>;
+ #clock-cells = <4>;
+ };
+ };
+ };
+};
The #clock-cells = <4> is a typo left over from earlier revisions,
care to update it to 2 like the binding doc specifies?
Ouch, yea I can update that. Will post along with v3 once more comments
pour in.
-Tero
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html