summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings
diff options
context:
space:
mode:
authorNeil Armstrong2019-06-03 11:10:06 +0200
committerKevin Hilman2019-06-12 00:50:03 +0200
commitb365c124f1ef921125e6c355b5d16a7d165138c4 (patch)
tree563d4ede26e772455693a71010074eea44a6db83 /Documentation/devicetree/bindings
parentarm64: dts: meson-gxbb-vega-s95: add ethernet PHY interrupt (diff)
downloadkernel-qcow2-linux-b365c124f1ef921125e6c355b5d16a7d165138c4.tar.gz
kernel-qcow2-linux-b365c124f1ef921125e6c355b5d16a7d165138c4.tar.xz
kernel-qcow2-linux-b365c124f1ef921125e6c355b5d16a7d165138c4.zip
dt-bindings: arm: amlogic: add G12B bindings
Add compatible for the Amlogic G12B SoC, sharing most of the features and architecture with the G12A SoC. 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/devicetree/bindings')
-rw-r--r--Documentation/devicetree/bindings/arm/amlogic.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/amlogic.yaml b/Documentation/devicetree/bindings/arm/amlogic.yaml
index a0dd12be4de4..8434be88d599 100644
--- a/Documentation/devicetree/bindings/arm/amlogic.yaml
+++ b/Documentation/devicetree/bindings/arm/amlogic.yaml
@@ -135,4 +135,8 @@ properties:
- amlogic,u200
- const: amlogic,g12a
+ - description: Boards with the Amlogic Meson G12B S922X SoC
+ items:
+ - const: amlogic,g12b
+
...