Skip to content

Commit efecbda

Browse files
6by9pelwell
authored andcommitted
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 542d0f7 commit efecbda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: arch/arm64/boot/dts/broadcom/rp1.dtsi

+1-1
Original file line numberDiff line numberDiff line change
@@ -1081,7 +1081,7 @@
10811081
reg = <0xc0 0x40188000 0x0 0x1000>;
10821082
compatible = "snps,axi-dma-1.01a";
10831083
interrupts = <RP1_INT_DMA IRQ_TYPE_LEVEL_HIGH>;
1084-
clocks = <&sdhci_core &rp1_clocks RP1_CLK_SYS>;
1084+
clocks = <&rp1_clocks RP1_CLK_DMA &rp1_clocks RP1_CLK_SYS>;
10851085
clock-names = "core-clk", "cfgr-clk";
10861086

10871087
#dma-cells = <1>;

0 commit comments

Comments
 (0)