mirror of
https://github.com/armbian/build.git
synced 2025-09-01 03:41:08 +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>
47 lines
1.4 KiB
Diff
47 lines
1.4 KiB
Diff
From e627f94a87bd362e16c85cad6f16518b596fe05f Mon Sep 17 00:00:00 2001
|
|
From: Ondrej Jirman <megous@megous.com>
|
|
Date: Sun, 23 Feb 2020 13:40:15 +0100
|
|
Subject: [PATCH 001/446] Doc:dt-bindings:leds: Add binding AXP813 charger led
|
|
|
|
The AXP813 PMIC can control one LED. Add binding to represent the LED.
|
|
|
|
Signed-off-by: Ondrej Jirman <megous@megous.com>
|
|
---
|
|
.../devicetree/bindings/leds/leds-axp20x.yaml | 24 +++++++++++++++++++
|
|
1 file changed, 24 insertions(+)
|
|
create mode 100644 Documentation/devicetree/bindings/leds/leds-axp20x.yaml
|
|
|
|
diff --git a/Documentation/devicetree/bindings/leds/leds-axp20x.yaml b/Documentation/devicetree/bindings/leds/leds-axp20x.yaml
|
|
new file mode 100644
|
|
index 000000000..79282d557
|
|
--- /dev/null
|
|
+++ b/Documentation/devicetree/bindings/leds/leds-axp20x.yaml
|
|
@@ -0,0 +1,24 @@
|
|
+# SPDX-License-Identifier: GPL-2.0
|
|
+%YAML 1.2
|
|
+---
|
|
+$id: http://devicetree.org/schemas/leds/leds-axp20x.yaml#
|
|
+$schema: http://devicetree.org/meta-schemas/core.yaml#
|
|
+
|
|
+title: LED driver for AXP813 PMIC from X-Powers.
|
|
+
|
|
+maintainers:
|
|
+ - Ondrej Jirman <megous@megous.com>
|
|
+
|
|
+description: |
|
|
+ This module is part of the AXP20x MFD device. For more details
|
|
+ see Documentation/devicetree/bindings/mfd/axp20x.txt.
|
|
+
|
|
+ The LED controller is represented as a sub-node of the PMIC node on
|
|
+ the device tree.
|
|
+
|
|
+properties:
|
|
+ compatible:
|
|
+ const: x-powers,axp813-charger-led
|
|
+
|
|
+required:
|
|
+ - compatible
|
|
--
|
|
2.31.1
|
|
|