Skip to content

Commit

Permalink
dt: rp1: Link RP1 DMA to the associated clock
Browse files Browse the repository at this point in the history
This makes the kernel representation of the clock structure
match reality.

Signed-off-by: Dave Stevenson <[email protected]>
  • Loading branch information
6by9 committed Nov 13, 2024
1 parent 244b0f1 commit c5ef134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/broadcom/rp1.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -1061,7 +1061,7 @@
reg = <0xc0 0x40188000 0x0 0x1000>;
compatible = "snps,axi-dma-1.01a";
interrupts = <RP1_INT_DMA IRQ_TYPE_LEVEL_HIGH>;
clocks = <&sdhci_core &rp1_clocks RP1_CLK_SYS>;
clocks = <&rp1_clocks RP1_CLK_DMA &rp1_clocks RP1_CLK_SYS>;
clock-names = "core-clk", "cfgr-clk";

#dma-cells = <1>;
Expand Down

0 comments on commit c5ef134

Please sign in to comment.