mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 00:41:17 +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>
29 lines
1019 B
Diff
29 lines
1019 B
Diff
From c99d1e681dc460892004054a314fa7f929f43490 Mon Sep 17 00:00:00 2001
|
|
From: Samuel Holland <samuel@sholland.org>
|
|
Date: Sat, 13 Aug 2022 10:45:59 -0500
|
|
Subject: [PATCH 005/117] dt-bindings: display: sun8i-a83t-dw-hdmi: Remove
|
|
#phy-cells
|
|
|
|
This device is not a PHY, and none of the nodes using this schema
|
|
contain a #phy-cells property. Likely this was a copy/paste error
|
|
introduced during the YAML conversion.
|
|
|
|
Fixes: f5a98bfe7b37 ("dt-bindings: display: Convert Allwinner display pipeline to schemas")
|
|
Signed-off-by: Samuel Holland <samuel@sholland.org>
|
|
---
|
|
.../bindings/display/allwinner,sun8i-a83t-dw-hdmi.yaml | 3 ---
|
|
1 file changed, 3 deletions(-)
|
|
|
|
--- a/Documentation/devicetree/bindings/display/allwinner,sun8i-a83t-dw-hdmi.yaml
|
|
+++ b/Documentation/devicetree/bindings/display/allwinner,sun8i-a83t-dw-hdmi.yaml
|
|
@@ -20,9 +20,6 @@ maintainers:
|
|
- Maxime Ripard <mripard@kernel.org>
|
|
|
|
properties:
|
|
- "#phy-cells":
|
|
- const: 0
|
|
-
|
|
compatible:
|
|
oneOf:
|
|
- const: allwinner,sun8i-a83t-dw-hdmi
|