Skip to content

Commit 3e6670a

Browse files
SFxingyuwuConchuOD
authored andcommitted
riscv: dts: starfive: jh7110: Add PLL clocks source in SYSCRG node
Add PLL clocks input from PLL clocks driver in SYSCRG node. 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 3fcbcfc commit 3e6670a

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

arch/riscv/boot/dts/starfive/jh7110.dtsi

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -517,12 +517,16 @@
517517
<&gmac1_rgmii_rxin>,
518518
<&i2stx_bclk_ext>, <&i2stx_lrck_ext>,
519519
<&i2srx_bclk_ext>, <&i2srx_lrck_ext>,
520-
<&tdm_ext>, <&mclk_ext>;
520+
<&tdm_ext>, <&mclk_ext>,
521+
<&pllclk JH7110_PLLCLK_PLL0_OUT>,
522+
<&pllclk JH7110_PLLCLK_PLL1_OUT>,
523+
<&pllclk JH7110_PLLCLK_PLL2_OUT>;
521524
clock-names = "osc", "gmac1_rmii_refin",
522525
"gmac1_rgmii_rxin",
523526
"i2stx_bclk_ext", "i2stx_lrck_ext",
524527
"i2srx_bclk_ext", "i2srx_lrck_ext",
525-
"tdm_ext", "mclk_ext";
528+
"tdm_ext", "mclk_ext",
529+
"pll0_out", "pll1_out", "pll2_out";
526530
#clock-cells = <1>;
527531
#reset-cells = <1>;
528532
};

0 commit comments

Comments
 (0)