This target adds support for the Allwinner D1 RISC-V based SoCs.
- RISC-V single-core T-Head C906 (RV64GCV)
- Tensilica HiFi4 DSP
- DDR2/DDR3 support
- 10/100/1000M ethernet
- usual peripherals like USB2, SPI, I2C, PWM, etc.
Four boards are supported:
- Dongshan Nezha STU
- 512Mb RAM
- ethernet
- LicheePi RV Dock
- 512Mb RAM
- wireless-only (RTL8723DS)
- MangoPi MQ-Pro
- 512Mb RAM
- there are pads available for an SPI flash
- wireless-only (RTL8723DS)
- Nezha D1
- 512Mb/1Gb/2Gb RAM
- 256Mb NAND flash
- ethernet, wireless
Installation:
Standard SD-card installation via dd-ing the generated image to
an SD-card of at least 256Mb.
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
25 lines
975 B
Diff
25 lines
975 B
Diff
From bccb19038038c7377275d74bb815f5f9363ba2e3 Mon Sep 17 00:00:00 2001
|
|
From: Samuel Holland <samuel@sholland.org>
|
|
Date: Sat, 13 Nov 2021 10:08:41 -0600
|
|
Subject: [PATCH 066/117] ASoC: dt-bindings: sun4i-spdif: Require resets for H6
|
|
|
|
The H6 variant has a module reset, and it is used by the driver. So the
|
|
resets property should be required in the binding for this variant.
|
|
|
|
Fixes: b20453031472 ("dt-bindings: sound: sun4i-spdif: Add Allwinner H6 compatible")
|
|
Signed-off-by: Samuel Holland <samuel@sholland.org>
|
|
---
|
|
.../devicetree/bindings/sound/allwinner,sun4i-a10-spdif.yaml | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
--- a/Documentation/devicetree/bindings/sound/allwinner,sun4i-a10-spdif.yaml
|
|
+++ b/Documentation/devicetree/bindings/sound/allwinner,sun4i-a10-spdif.yaml
|
|
@@ -61,6 +61,7 @@ allOf:
|
|
enum:
|
|
- allwinner,sun6i-a31-spdif
|
|
- allwinner,sun8i-h3-spdif
|
|
+ - allwinner,sun50i-h6-spdif
|
|
|
|
then:
|
|
required:
|