diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2019-06-03 11:10:07 +0200 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2019-06-11 15:50:03 -0700 |
commit | 3113784003dd7ca287fe082ca87969d4de721907 (patch) | |
tree | ce8783de57c13f36a7ea30acb82e0ee5f0d12b58 /Documentation | |
parent | b365c124f1ef921125e6c355b5d16a7d165138c4 (diff) | |
download | linux-3113784003dd7ca287fe082ca87969d4de721907.tar.gz linux-3113784003dd7ca287fe082ca87969d4de721907.tar.bz2 linux-3113784003dd7ca287fe082ca87969d4de721907.zip |
dt-bindings: arm: amlogic: add Odroid-N2 binding
Add compatible for the Amlogic G12B (S922X) SoC based Odroid-N2 SBC
from HardKernel.
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Reviewed-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/arm/amlogic.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/amlogic.yaml b/Documentation/devicetree/bindings/arm/amlogic.yaml index 8434be88d599..325c6fd3566d 100644 --- a/Documentation/devicetree/bindings/arm/amlogic.yaml +++ b/Documentation/devicetree/bindings/arm/amlogic.yaml @@ -137,6 +137,8 @@ properties: - description: Boards with the Amlogic Meson G12B S922X SoC items: + - enum: + - hardkernel,odroid-n2 - const: amlogic,g12b ... |