mirror of
https://github.com/armbian/build.git
synced 2025-09-01 03:41:08 +02:00
* Add new patches from the tag orange-pi-5.16-20220205-1958 * Remove mutually exclusive patches * Add, sort next patches for series armbian 5.16 * Add next armbian patches to series.conf * Swich BRANCH for sunxi: legacy=5.10 current=5.15 edge=5.16 Signed-off-by: The-going <48602507+The-going@users.noreply.github.com> * Add upstream megous 5.16 patch to 5.15 * Add wifi rtl8723cs patches to series armbian * Add a new one, remove old patches that are already in the kernel * Add redesigned patches for 5.15 to the armbian series * Remove unused patches * Finish line * The old rtl8723cs driver is disabled by default. * Enable the old rtl8723cs driver by default. * Comment enable\disable the old driver rtl8723cs-old * Revert "Swich BRANCH for sunxi: legacy=5.10 current=5.15 edge=5.16" This reverts commit aad1e92b5e4c4a5f269f275dfb71944db64f36fd.
32 lines
1.0 KiB
Diff
32 lines
1.0 KiB
Diff
From 9209f523ce11029efbbe22284b27707ed384d76c Mon Sep 17 00:00:00 2001
|
|
From: Andre Przywara <andre.przywara@arm.com>
|
|
Date: Mon, 7 Dec 2020 21:35:46 +0000
|
|
Subject: [PATCH 01/50] Doc:dt-bindings:arm:sunxi: Add two H616 board
|
|
compatible strings
|
|
|
|
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
|
|
Acked-by: Rob Herring <robh@kernel.org>
|
|
---
|
|
Documentation/devicetree/bindings/arm/sunxi.yaml | 5 +++++
|
|
1 file changed, 5 insertions(+)
|
|
|
|
diff --git a/Documentation/devicetree/bindings/arm/sunxi.yaml b/Documentation/devicetree/bindings/arm/sunxi.yaml
|
|
index a13cecb5f..1c557a736 100644
|
|
--- a/Documentation/devicetree/bindings/arm/sunxi.yaml
|
|
+++ b/Documentation/devicetree/bindings/arm/sunxi.yaml
|
|
@@ -848,6 +848,11 @@ properties:
|
|
- const: yones-toptech,bs1078-v2
|
|
- const: allwinner,sun6i-a31s
|
|
|
|
+ - description: X96 Mate TV box
|
|
+ items:
|
|
+ - const: hechuang,x96-mate
|
|
+ - const: allwinner,sun50i-h616
|
|
+
|
|
- description: Xunlong OrangePi
|
|
items:
|
|
- const: xunlong,orangepi
|
|
--
|
|
2.34.1
|
|
|