mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-25 05:47:00 +00:00
f4c5d0e77e
Cherry-pick patches to support building RP1 modules. Signed-off-by: John Audia <therealgraysky@proton.me> Link: https://github.com/openwrt/openwrt/pull/17233 Signed-off-by: Robert Marko <robimarko@gmail.com> (cherry picked from commit 613dd79d5eabe53f07a7b74cc062d91cfc550403)
25 lines
898 B
Diff
25 lines
898 B
Diff
From efecbda4014b490e042c7fd090942b32316f9345 Mon Sep 17 00:00:00 2001
|
|
From: Dave Stevenson <dave.stevenson@raspberrypi.com>
|
|
Date: Wed, 13 Nov 2024 13:11:33 +0000
|
|
Subject: [PATCH 1430/1482] 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 <dave.stevenson@raspberrypi.com>
|
|
---
|
|
arch/arm64/boot/dts/broadcom/rp1.dtsi | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- a/arch/arm64/boot/dts/broadcom/rp1.dtsi
|
|
+++ b/arch/arm64/boot/dts/broadcom/rp1.dtsi
|
|
@@ -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>;
|