The V3 and S3 sun8i SoCs have an i2s peripheral. This set of
patches adds it to their dts.
Additionally this patchset also adds the V3s DMA controller to its
dts, since the i2s peripheral requires DMA to function properly.
Tobias Schramm (3):
ARM: dts: sun8i: V3s/V3/S3: add dma controller node
ARM: dts: sun8i: V3s/V3/S3: add soc node label
ARM: dts: sun8i: V3/S3: add i2s peripheral
arch/arm/boot/dts/sun8i-v3.dtsi | 15 +++++++++++++++
arch/arm/boot/dts/sun8i-v3s.dtsi | 11 ++++++++++-
2 files changed, 25 insertions(+), 1 deletion(-)
--
2.30.1
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(+)
The V3/S3 add an i2s peripheral over the features of the V3s. Add a label
to the soc node, such that the V3 dts can add the i2s peripheral.
Signed-off-by: Tobias Schramm <t.schramm@manjaro.org>
---
arch/arm/boot/dts/sun8i-v3s.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
The V3 and S3 SoCs feature an i2s peripheral identical to that of the H3.
Add it to the dts.
Signed-off-by: Tobias Schramm <t.schramm@manjaro.org>
---
arch/arm/boot/dts/sun8i-v3.dtsi | 15 +++++++++++++++
1 file changed, 15 insertions(+)