mirror of
https://github.com/armbian/build.git
synced 2025-09-17 03:31:39 +02:00
* Remove an aged patch from use #3443 Allwinner-Add-frame-inversion-to-correct-audio-chann.patch * Rename and prepare for the series 5.15 * Split and rename files for sun50i-h616-dtsi * Split and rename files for sunxi overlays * Remove mutually exclusive patches * Add fifty redesigned patches to the series Signed-off-by: The-going <48602507+The-going@users.noreply.github.com> * Remove fifty-four old patches * Fix compile error * Delete unused ones and sort if possible for megous series * sunxi-5.15: Sort, fix compile warning, remove unused * Rework print log for patching
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
|
|
|