* Use latest ODROID-N2+ patches (partial #929) Use the queued patches (and fixes) for upstream ODROID-N2+ support. This uses the clock settings from meson-g12b-a311d.dtsi running the CPUs at the following clocks: - 4xA73@2.2GHz - 2xA53@1.8GHz * Actually fix CDC ACM error recovery path (#921) Remove the revert of the cool-down patch and add the actual fix for the CDC ACM error recovery path.
38 lines
1.6 KiB
Diff
38 lines
1.6 KiB
Diff
From 40c86a409f3fa18c3f30bad3abeccff04379eaa9 Mon Sep 17 00:00:00 2001
|
|
Message-Id: <40c86a409f3fa18c3f30bad3abeccff04379eaa9.1603880585.git.stefan@agner.ch>
|
|
In-Reply-To: <59bbf3567b02c36edfa4ee013d7e7e8c492756f2.1603880585.git.stefan@agner.ch>
|
|
References: <59bbf3567b02c36edfa4ee013d7e7e8c492756f2.1603880585.git.stefan@agner.ch>
|
|
From: Christian Hewitt <christianshewitt@gmail.com>
|
|
Date: Tue, 15 Sep 2020 17:24:31 +0200
|
|
Subject: [PATCH 08/14] dt-bindings: arm: amlogic: add support for the
|
|
ODROID-N2+
|
|
|
|
HardKernel ODROID-N2+ uses a revised Amlogic S922X v2 chip that supports
|
|
higher cpu clock speeds than the original ODROID-N2.
|
|
|
|
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>
|
|
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
|
|
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
|
|
Acked-by: Rob Herring <robh@kernel.org>
|
|
Acked-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
|
|
Link: https://lore.kernel.org/r/20200915152432.30616-3-narmstrong@baylibre.com
|
|
---
|
|
Documentation/devicetree/bindings/arm/amlogic.yaml | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/Documentation/devicetree/bindings/arm/amlogic.yaml b/Documentation/devicetree/bindings/arm/amlogic.yaml
|
|
index f74aba48cec1..915ef4f355ad 100644
|
|
--- a/Documentation/devicetree/bindings/arm/amlogic.yaml
|
|
+++ b/Documentation/devicetree/bindings/arm/amlogic.yaml
|
|
@@ -149,6 +149,7 @@ properties:
|
|
items:
|
|
- enum:
|
|
- hardkernel,odroid-n2
|
|
+ - hardkernel,odroid-n2-plus
|
|
- khadas,vim3
|
|
- ugoos,am6
|
|
- const: amlogic,s922x
|
|
--
|
|
2.29.1
|
|
|