hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/Documentation/devicetree/bindings/clock/amlogic,gxbb-clkc.txt
....@@ -9,6 +9,12 @@
99 "amlogic,gxbb-clkc" for GXBB SoC,
1010 "amlogic,gxl-clkc" for GXL and GXM SoC,
1111 "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
1218
1319 - #clock-cells: should be 1.
1420
....@@ -31,6 +37,8 @@
3137 clkc: clock-controller {
3238 #clock-cells = <1>;
3339 compatible = "amlogic,gxbb-clkc";
40
+ clocks = <&xtal>;
41
+ clock-names = "xtal";
3442 };
3543 };
3644