mirror of
https://github.com/armbian/build.git
synced 2025-08-11 05:36:57 +02:00
* Recycling of megous v5.16.4 patches The patches were sorted as far as possible. Some patches are renamed according to their place of application. The length of the patch name has been changed to improve readability using the `git format-patch --filename-max-length=75` method. The folder containing the patches will have the name `patches.name` and the corresponding file `series.name` for the convenience of processing and moving them upstream. But the control file remains `series.conf`. Signed-off-by: The-going <48602507+The-going@users.noreply.github.com> * Add a series of armbian patches for 5.16 Signed-off-by: The-going <48602507+The-going@users.noreply.github.com> * Remove patches whose fixes are already in the kernel Signed-off-by: The-going <48602507+The-going@users.noreply.github.com>
41 lines
1.4 KiB
Diff
41 lines
1.4 KiB
Diff
From 95b51d2a26e104dc6ff38b105048c9f2184c7693 Mon Sep 17 00:00:00 2001
|
|
From: Andre Przywara <andre.przywara@arm.com>
|
|
Date: Thu, 10 Dec 2020 22:42:55 +0000
|
|
Subject: [PATCH 005/101] Doc:dt-bindings:rtc:sun6i: Add H616 compatible string
|
|
|
|
Add the obvious compatible name to the existing RTC binding.
|
|
The actual RTC part of the device uses a different day/month/year
|
|
storage scheme, so it's not compatible with the previous devices.
|
|
|
|
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
|
|
---
|
|
.../devicetree/bindings/rtc/allwinner,sun6i-a31-rtc.yaml | 5 ++++-
|
|
1 file changed, 4 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/Documentation/devicetree/bindings/rtc/allwinner,sun6i-a31-rtc.yaml b/Documentation/devicetree/bindings/rtc/allwinner,sun6i-a31-rtc.yaml
|
|
index beeb90e55..004f43765 100644
|
|
--- a/Documentation/devicetree/bindings/rtc/allwinner,sun6i-a31-rtc.yaml
|
|
+++ b/Documentation/devicetree/bindings/rtc/allwinner,sun6i-a31-rtc.yaml
|
|
@@ -26,6 +26,7 @@ properties:
|
|
- const: allwinner,sun50i-a64-rtc
|
|
- const: allwinner,sun8i-h3-rtc
|
|
- const: allwinner,sun50i-h6-rtc
|
|
+ - const: allwinner,sun50i-h616-rtc
|
|
|
|
reg:
|
|
maxItems: 1
|
|
@@ -96,7 +97,9 @@ allOf:
|
|
properties:
|
|
compatible:
|
|
contains:
|
|
- const: allwinner,sun50i-h6-rtc
|
|
+ enum:
|
|
+ - allwinner,sun50i-h6-rtc
|
|
+ - allwinner,sun50i-h616-rtc
|
|
|
|
then:
|
|
properties:
|
|
--
|
|
2.31.1
|
|
|