37 lines
1.6 KiB
Diff
37 lines
1.6 KiB
Diff
From 258f03fa4fd897a61b5861df1f809e234711dd49 Mon Sep 17 00:00:00 2001
|
|
Message-Id: <258f03fa4fd897a61b5861df1f809e234711dd49.1606829302.git.stefan@agner.ch>
|
|
In-Reply-To: <9d2a2b44e67b0ef49e534c097e8b5e3e1173b033.1606829302.git.stefan@agner.ch>
|
|
References: <9d2a2b44e67b0ef49e534c097e8b5e3e1173b033.1606829302.git.stefan@agner.ch>
|
|
From: Christian Hewitt <christianshewitt@gmail.com>
|
|
Date: Tue, 15 Sep 2020 17:24:31 +0200
|
|
Subject: [PATCH 2/7] 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 5eba9f48823e..12ba8d074370 100644
|
|
--- a/Documentation/devicetree/bindings/arm/amlogic.yaml
|
|
+++ b/Documentation/devicetree/bindings/arm/amlogic.yaml
|
|
@@ -153,6 +153,7 @@ properties:
|
|
- azw,gtking
|
|
- azw,gtking-pro
|
|
- hardkernel,odroid-n2
|
|
+ - hardkernel,odroid-n2-plus
|
|
- khadas,vim3
|
|
- ugoos,am6
|
|
- const: amlogic,s922x
|
|
--
|
|
2.29.2
|
|
|