Skip to content

Commit c5ef134

Browse files
committed
dt: rp1: Link RP1 DMA to the associated clock
This makes the kernel representation of the clock structure match reality. Signed-off-by: Dave Stevenson <[email protected]>
1 parent 244b0f1 commit c5ef134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/broadcom/rp1.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1061,7 +1061,7 @@
10611061
reg = <0xc0 0x40188000 0x0 0x1000>;
10621062
compatible = "snps,axi-dma-1.01a";
10631063
interrupts = <RP1_INT_DMA IRQ_TYPE_LEVEL_HIGH>;
1064-
clocks = <&sdhci_core &rp1_clocks RP1_CLK_SYS>;
1064+
clocks = <&rp1_clocks RP1_CLK_DMA &rp1_clocks RP1_CLK_SYS>;
10651065
clock-names = "core-clk", "cfgr-clk";
10661066

10671067
#dma-cells = <1>;

0 commit comments

Comments
 (0)