mirror of
https://github.com/armbian/build.git
synced 2025-08-09 20:56:57 +02:00
* waiter_local_repo: Fixed incomplete logic
Signed-off-by: The-going <48602507+The-going@users.noreply.github.com>
* A series of patches for sunxi v5.15.16
Signed-off-by: The-going <48602507+The-going@users.noreply.github.com>
* DEBUG
* check 70
* check 101
* Add 101 Armbian patches as series
Patches are renamed using the logic of the file structure
and the essence of the changes, sorted in the order
of their receipt. Fixed a lot of incorrect overlay
of some pieces in patches. Several small patches are
combined, because they changed one file.
Signed-off-by: The-going <48602507+The-going@users.noreply.github.com>
* Remove old patches that have been reworked into a series
Signed-off-by: The-going <48602507+The-going@users.noreply.github.com>
* Fix for apply to v5.15.17
* Two Bluetooth-BTRTL patches for sunxi will be applied in the series.
Signed-off-by: The-going <48602507+The-going@users.noreply.github.com>
* check 113
* Fix print output
* Revert "DEBUG"
This reverts commit 49e2c7fdc0
.
39 lines
1.2 KiB
Diff
39 lines
1.2 KiB
Diff
From 9c6eff265145ef77166242abd1181c3c15e302d4 Mon Sep 17 00:00:00 2001
|
|
From: Oskari Lemmela <oskari@lemmela.net>
|
|
Date: Tue, 23 Oct 2018 21:53:22 +0300
|
|
Subject: [PATCH 064/101] Doc:dt-bindings: gpio: gpio-axp209: add AXP803 GPIO
|
|
bindings
|
|
|
|
The AXP803 GPIO is compatible with AXP813 GPIO, but add
|
|
specific compatible for it.
|
|
|
|
Signed-off-by: Oskari Lemmela <oskari@lemmela.net>
|
|
Reviewed-by: Rob Herring <robh@kernel.org>
|
|
---
|
|
Documentation/devicetree/bindings/gpio/gpio-axp209.txt | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
diff --git a/Documentation/devicetree/bindings/gpio/gpio-axp209.txt b/Documentation/devicetree/bindings/gpio/gpio-axp209.txt
|
|
index fc42b2caa..5337a21d7 100644
|
|
--- a/Documentation/devicetree/bindings/gpio/gpio-axp209.txt
|
|
+++ b/Documentation/devicetree/bindings/gpio/gpio-axp209.txt
|
|
@@ -11,6 +11,7 @@ This driver employs the per-pin muxing pattern.
|
|
Required properties:
|
|
- compatible: Should be one of:
|
|
- "x-powers,axp209-gpio"
|
|
+ - "x-powers,axp803-gpio"
|
|
- "x-powers,axp813-gpio"
|
|
- #gpio-cells: Should be two. The first cell is the pin number and the
|
|
second is the GPIO flags.
|
|
@@ -67,6 +68,7 @@ GPIO0 | gpio_in, gpio_out, ldo, adc
|
|
GPIO1 | gpio_in, gpio_out, ldo, adc
|
|
GPIO2 | gpio_in, gpio_out
|
|
|
|
+axp803
|
|
axp813
|
|
------
|
|
GPIO | Functions
|
|
--
|
|
2.31.1
|
|
|