mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-27 06:39:51 +00:00
3a5584e0df
Adds latest 6.6 patches from the Raspberry Pi repository. These patches were generated from: https://github.com/raspberrypi/linux/commits/rpi-6.6.y/ With the following command: git format-patch -N v6.6.67..HEAD (HEAD -> 811ff707533bcd67cdcd368bbd46223082009b12) Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> (cherry picked from commit 692205305db14deeff1a2dc4a6d7f87e19fc418b)
25 lines
888 B
Diff
25 lines
888 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] 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
|
|
@@ -1081,7 +1081,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>;
|