Skip to content

Commit c10d7a8

Browse files
wensgregkh
authored andcommitted
arm64: dts: mediatek: mt8192-asurada: Move PCIe DMA bounce buffer to host
[ Upstream commit 533275a ] The DMA bounce buffer is attached to the PCIe host controller, i.e. all PCIe DMA transfers should use it. Move it from the PCIe (WiFi) device node down to the PCIe host controller node. Fixes: 0dca9f0 ("arm64: dts: mediatek: asurada: Enable PCIe and add WiFi") Signed-off-by: Chen-Yu Tsai <wenst@chromium.org> Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent 747a177 commit c10d7a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm64/boot/dts/mediatek/mt8192-asurada.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,6 +494,7 @@
494494
&pcie {
495495
pinctrl-names = "default";
496496
pinctrl-0 = <&pcie_pins>;
497+
memory-region = <&wifi_restricted_dma_region>;
497498

498499
pcie0: pcie@0,0 {
499500
device_type = "pci";
@@ -508,7 +509,6 @@
508509
wifi: wifi@0,0 {
509510
reg = <0x10000 0 0 0 0x100000>,
510511
<0x10000 0 0x100000 0 0x100000>;
511-
memory-region = <&wifi_restricted_dma_region>;
512512
};
513513
};
514514
};

0 commit comments

Comments
 (0)