Skip to content

Commit 2110add

Browse files
SFxingyuwuConchuOD
authored andcommitted
dt-bindings: clock: jh7110-syscrg: Add PLL clock inputs
Add PLL clock inputs from PLL clock generator. Reviewed-by: Emil Renner Berthing <emil.renner.berthing@canonical.com> Reviewed-by: Conor Dooley <conor.dooley@microchip.com> Signed-off-by: Xingyu Wu <xingyu.wu@starfivetech.com> Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
1 parent c81f784 commit 2110add

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

Documentation/devicetree/bindings/clock/starfive,jh7110-syscrg.yaml

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ properties:
2727
- description: External I2S RX left/right channel clock
2828
- description: External TDM clock
2929
- description: External audio master clock
30+
- description: PLL0
31+
- description: PLL1
32+
- description: PLL2
3033

3134
- items:
3235
- description: Main Oscillator (24 MHz)
@@ -38,6 +41,9 @@ properties:
3841
- description: External I2S RX left/right channel clock
3942
- description: External TDM clock
4043
- description: External audio master clock
44+
- description: PLL0
45+
- description: PLL1
46+
- description: PLL2
4147

4248
clock-names:
4349
oneOf:
@@ -52,6 +58,9 @@ properties:
5258
- const: i2srx_lrck_ext
5359
- const: tdm_ext
5460
- const: mclk_ext
61+
- const: pll0_out
62+
- const: pll1_out
63+
- const: pll2_out
5564

5665
- items:
5766
- const: osc
@@ -63,6 +72,9 @@ properties:
6372
- const: i2srx_lrck_ext
6473
- const: tdm_ext
6574
- const: mclk_ext
75+
- const: pll0_out
76+
- const: pll1_out
77+
- const: pll2_out
6678

6779
'#clock-cells':
6880
const: 1
@@ -93,12 +105,14 @@ examples:
93105
<&gmac1_rgmii_rxin>,
94106
<&i2stx_bclk_ext>, <&i2stx_lrck_ext>,
95107
<&i2srx_bclk_ext>, <&i2srx_lrck_ext>,
96-
<&tdm_ext>, <&mclk_ext>;
108+
<&tdm_ext>, <&mclk_ext>,
109+
<&pllclk 0>, <&pllclk 1>, <&pllclk 2>;
97110
clock-names = "osc", "gmac1_rmii_refin",
98111
"gmac1_rgmii_rxin",
99112
"i2stx_bclk_ext", "i2stx_lrck_ext",
100113
"i2srx_bclk_ext", "i2srx_lrck_ext",
101-
"tdm_ext", "mclk_ext";
114+
"tdm_ext", "mclk_ext",
115+
"pll0_out", "pll1_out", "pll2_out";
102116
#clock-cells = <1>;
103117
#reset-cells = <1>;
104118
};

0 commit comments

Comments
 (0)