Changes in v2:
- Fixed node ordering in mt8188
- Fixed interrupts in mt8173
- Fixed interrupt cells and fallback compatible in mt8186
First of all: not all of them will use this and that's sure - but the
devicetree describes hardware, and this hardware was not described on
any of the SoCs that support the UART AP_DMA controller.
Besides, there is also driver support for this controller for all SoCs!
Let's add support for this IP in all of the SoCs that have it.
AngeloGioacchino Del Regno (7):
arm64: dts: mediatek: mt6795: Remove deprecated UART DMA property
arm64: dts: mediatek: mt8173: Add and use UART AP_DMA controller
arm64: dts: mediatek: mt8183: Add and use UART AP_DMA controller
arm64: dts: mediatek: mt8186: Add and use UART AP_DMA controller
arm64: dts: mediatek: mt8188: Add and use UART AP_DMA controller
arm64: dts: mediatek: mt8192: Add and use UART AP_DMA controller
arm64: dts: mediatek: mt8195: Add and use UART AP_DMA controller
arch/arm64/boot/dts/mediatek/mt6795.dtsi | 4 +--
arch/arm64/boot/dts/mediatek/mt8173.dtsi | 27 +++++++++++++++++
arch/arm64/boot/dts/mediatek/mt8183.dtsi | 22 ++++++++++++++
arch/arm64/boot/dts/mediatek/mt8186.dtsi | 22 ++++++++++++++
arch/arm64/boot/dts/mediatek/mt8188.dtsi | 33 +++++++++++++++++++++
arch/arm64/boot/dts/mediatek/mt8192.dtsi | 17 +++++++++++
arch/arm64/boot/dts/mediatek/mt8195.dtsi | 37 ++++++++++++++++++++++++
7 files changed, 159 insertions(+), 3 deletions(-)
--
2.54.0