mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-22 04:56:15 +00:00
8c405cdccc
The patches were generated from the RPi repo with the following command: git format-patch v6.6.34..rpi-6.1.y Some patches needed rebasing and, as usual, the applied and reverted, wireless drivers, Github workflows, READMEs and defconfigs patches were removed. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
23 lines
621 B
Diff
23 lines
621 B
Diff
From 05edd2d953d4a2911ec9cf3d95aa12665d5ea171 Mon Sep 17 00:00:00 2001
|
|
From: John Cox <jc@kynesim.co.uk>
|
|
Date: Mon, 2 Oct 2023 15:15:13 +0100
|
|
Subject: [PATCH 0665/1085] dts/bcm2712: Add iommu to rpivid
|
|
|
|
Add iommu to rpivid so it can cope with scatter/gather
|
|
|
|
Signed-off-by: John Cox <jc@kynesim.co.uk>
|
|
---
|
|
arch/arm/boot/dts/broadcom/bcm2712.dtsi | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
--- a/arch/arm/boot/dts/broadcom/bcm2712.dtsi
|
|
+++ b/arch/arm/boot/dts/broadcom/bcm2712.dtsi
|
|
@@ -1156,6 +1156,7 @@
|
|
|
|
clocks = <&firmware_clocks 11>;
|
|
clock-names = "hevc";
|
|
+ iommus = <&iommu2>;
|
|
status = "disabled";
|
|
};
|
|
|