mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
* sunxi-5.18: add megous patches: tag: orange-pi-5.18-20220627-1924 * tools: mk_format_patch: ignore-matching-lines git version * sunxi-5.18: re-extracted armbian patches after being applied to 5.18.8 * sunxi-5.18: switch to version tag=v5.18.8
32 lines
1.0 KiB
Diff
32 lines
1.0 KiB
Diff
From d27672484e1b20d9680fb0ac50be968a8d466c0e 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 007/169] 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 047246a57..539af752d 100644
|
|
--- a/Documentation/devicetree/bindings/arm/sunxi.yaml
|
|
+++ b/Documentation/devicetree/bindings/arm/sunxi.yaml
|
|
@@ -858,6 +858,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.35.3
|
|
|