Skip to content

Commit e014a22

Browse files
bijudasgeertu
authored andcommitted
arm64: dts: renesas: r9a08g046: Add audio clock nodes
Add audio_clk1 and audio_clk2 fixed-clock nodes to the RZ/G3L (r9a08g046) SoC DTSI. These clocks are external to the SoC and their frequencies are board-dependent, so they are defined with clock-frequency = <0> as placeholders that must be overridden in board-level DTS files. Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://patch.msgid.link/20260505123708.134069-4-biju.das.jz@bp.renesas.com Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
1 parent 17dc49f commit e014a22

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

arch/arm64/boot/dts/renesas/r9a08g046.dtsi

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,20 @@
1414
#size-cells = <2>;
1515
interrupt-parent = <&gic>;
1616

17+
audio_clk1: audio1-clk {
18+
compatible = "fixed-clock";
19+
#clock-cells = <0>;
20+
/* This value must be overridden by boards that provide it. */
21+
clock-frequency = <0>;
22+
};
23+
24+
audio_clk2: audio2-clk {
25+
compatible = "fixed-clock";
26+
#clock-cells = <0>;
27+
/* This value must be overridden by boards that provide it. */
28+
clock-frequency = <0>;
29+
};
30+
1731
cluster0_opp: opp-table-0 {
1832
compatible = "operating-points-v2";
1933

0 commit comments

Comments
 (0)