mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-28 09:39:00 +00:00
99545b4bb1
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>
39 lines
1.2 KiB
Diff
39 lines
1.2 KiB
Diff
From d0f7ed9dc803e09fb6c1e895efbd1182c9212483 Mon Sep 17 00:00:00 2001
|
|
From: Samuel Holland <samuel@sholland.org>
|
|
Date: Sun, 7 Aug 2022 10:49:30 -0500
|
|
Subject: [PATCH 094/117] dt-bindings: display: sun6i-dsi: Fix clock
|
|
conditional
|
|
|
|
The A64 case should have limited maxItems, instead of duplicating the
|
|
minItems value from the main binding. While here, simplify the binding
|
|
by making this an "else" case of the two-clock conditional block.
|
|
|
|
Fixes: fe5040f2843a ("dt-bindings: sun6i-dsi: Document A64 MIPI-DSI controller")
|
|
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
|
|
Signed-off-by: Samuel Holland <samuel@sholland.org>
|
|
---
|
|
.../bindings/display/allwinner,sun6i-a31-mipi-dsi.yaml | 10 ++--------
|
|
1 file changed, 2 insertions(+), 8 deletions(-)
|
|
|
|
--- a/Documentation/devicetree/bindings/display/allwinner,sun6i-a31-mipi-dsi.yaml
|
|
+++ b/Documentation/devicetree/bindings/display/allwinner,sun6i-a31-mipi-dsi.yaml
|
|
@@ -78,16 +78,10 @@ allOf:
|
|
required:
|
|
- clock-names
|
|
|
|
- - if:
|
|
- properties:
|
|
- compatible:
|
|
- contains:
|
|
- const: allwinner,sun50i-a64-mipi-dsi
|
|
-
|
|
- then:
|
|
+ else:
|
|
properties:
|
|
clocks:
|
|
- minItems: 1
|
|
+ maxItems: 1
|
|
|
|
unevaluatedProperties: false
|
|
|