mirror of
https://github.com/armbian/build.git
synced 2025-08-10 05:06:57 +02: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
29 lines
997 B
Diff
29 lines
997 B
Diff
From eafad241a876e5996a4845e3fb37e8909e805b08 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 004/169] Doc:dt-bindings:arm:sunxi: Add OrangePi Zero2 binding
|
|
|
|
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 086c68771..047246a57 100644
|
|
--- a/Documentation/devicetree/bindings/arm/sunxi.yaml
|
|
+++ b/Documentation/devicetree/bindings/arm/sunxi.yaml
|
|
@@ -958,4 +958,9 @@ properties:
|
|
- const: xunlong,orangepi-zero-plus2-h3
|
|
- const: allwinner,sun8i-h3
|
|
|
|
+ - description: Xunlong OrangePi Zero 2
|
|
+ items:
|
|
+ - const: xunlong,orangepi-zero2
|
|
+ - const: allwinner,sun50i-h616
|
|
+
|
|
additionalProperties: true
|
|
--
|
|
2.35.3
|
|
|