mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-13 22:19:17 -04:00
arm64: dts: mediatek: mt8188: Add missing dma-ranges to soc node
Add the missing dma-ranges property to the soc node, similar to how it was done for MT8195 and MT8192. This allows the entire 16GB of iova range to be used and enables multimedia processing usages, like vcodec and MIPI camera. Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Signed-off-by: Fei Shao <fshao@chromium.org> Link: https://lore.kernel.org/r/20241001113052.3124869-6-fshao@chromium.org Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
This commit is contained in:
committed by
AngeloGioacchino Del Regno
parent
0158b773a8
commit
ad9d9e158b
@@ -878,6 +878,7 @@ soc {
|
||||
#address-cells = <2>;
|
||||
#size-cells = <2>;
|
||||
compatible = "simple-bus";
|
||||
dma-ranges = <0x0 0x0 0x0 0x0 0x4 0x0>;
|
||||
ranges;
|
||||
|
||||
gic: interrupt-controller@c000000 {
|
||||
|
||||
Reference in New Issue
Block a user