Hi,

El 23/12/13 05:37, Chen-Yu Tsai escribió:
This commit adds the two external clock outputs available on A20 to
its device tree. A dummy fixed factor clock is also added to serve as
the first input of the clock outputs, which according to AW's A20 user
manual, is the 24MHz oscillator divided by 750.

Signed-off-by: Chen-Yu Tsai <w...@csie.org>
---
(,,,)
+               clk_out_a: clk_out_a@01c201f0 {
+                       #clock-cells = <0>;
+                       compatible = "allwinner,sun7i-a20-out-clk";
+                       reg = <0x01c201f0 0x4>;
+                       clocks = <&osc24M_32k>, <&osc32k>, <&osc24M>;
+               };

These nodes should, as per Maxime's recommendation, look more like

        clk_out_a: clk@01c201f0 {
                #clock-cells = <0>;
                compatible = "allwinner,sun7i-a20-out-clk";
                reg = <0x01c201f0 0x4>;
                clocks = <&osc24M_32k>, <&osc32k>, <&osc24M>;
                clk-output-names = "clk_out_a";
        };

Cheers,

Emilio

--
You received this message because you are subscribed to the Google Groups 
"linux-sunxi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to linux-sunxi+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to