Message ID | 20210226103028.729172-2-t.schramm@manjaro.org |
---|---|
State | New |
Headers | show |
Series | [1/3] ARM: dts: sun8i: V3s/V3/S3: add dma controller node | expand |
On Fri, Feb 26, 2021 at 11:30:26AM +0100, Tobias Schramm wrote: > The V3s, V3 and S3 SoCs have a dma controller. Add it to the dts. > > Signed-off-by: Tobias Schramm <t.schramm@manjaro.org> Applied, thanks Maxime
diff --git a/arch/arm/boot/dts/sun8i-v3s.dtsi b/arch/arm/boot/dts/sun8i-v3s.dtsi index f8f19d8fa795..89286d3d35d1 100644 --- a/arch/arm/boot/dts/sun8i-v3s.dtsi +++ b/arch/arm/boot/dts/sun8i-v3s.dtsi @@ -163,6 +163,15 @@ syscon: system-control@1c00000 { ranges; }; + dma: dma-controller@1c02000 { + compatible = "allwinner,sun8i-v3s-dma"; + reg = <0x01c02000 0x1000>; + interrupts = <GIC_SPI 50 IRQ_TYPE_LEVEL_HIGH>; + clocks = <&ccu CLK_BUS_DMA>; + resets = <&ccu RST_BUS_DMA>; + #dma-cells = <1>; + }; + tcon0: lcd-controller@1c0c000 { compatible = "allwinner,sun8i-v3s-tcon"; reg = <0x01c0c000 0x1000>;
The V3s, V3 and S3 SoCs have a dma controller. Add it to the dts. Signed-off-by: Tobias Schramm <t.schramm@manjaro.org> --- arch/arm/boot/dts/sun8i-v3s.dtsi | 9 +++++++++ 1 file changed, 9 insertions(+)