.. | .. |
---|
9 | 9 | "amlogic,gxbb-clkc" for GXBB SoC, |
---|
10 | 10 | "amlogic,gxl-clkc" for GXL and GXM SoC, |
---|
11 | 11 | "amlogic,axg-clkc" for AXG SoC. |
---|
| 12 | + "amlogic,g12a-clkc" for G12A SoC. |
---|
| 13 | + "amlogic,g12b-clkc" for G12B SoC. |
---|
| 14 | + "amlogic,sm1-clkc" for SM1 SoC. |
---|
| 15 | +- clocks : list of clock phandle, one for each entry clock-names. |
---|
| 16 | +- clock-names : should contain the following: |
---|
| 17 | + * "xtal": the platform xtal |
---|
12 | 18 | |
---|
13 | 19 | - #clock-cells: should be 1. |
---|
14 | 20 | |
---|
.. | .. |
---|
31 | 37 | clkc: clock-controller { |
---|
32 | 38 | #clock-cells = <1>; |
---|
33 | 39 | compatible = "amlogic,gxbb-clkc"; |
---|
| 40 | + clocks = <&xtal>; |
---|
| 41 | + clock-names = "xtal"; |
---|
34 | 42 | }; |
---|
35 | 43 | }; |
---|
36 | 44 | |
---|