Message ID | 20190521151952.2779-2-narmstrong@baylibre.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | arm64: Add initial support for Odroid-N2 | expand |
On Tue, May 21, 2019 at 5:19 PM Neil Armstrong <narmstrong@baylibre.com> wrote: > > 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> > --- > Rob, Martin, > > I converted the patch you acked in yaml, I kept the Reviewed-by, > is it ok for you ? yes, it's fine
diff --git a/Documentation/devicetree/bindings/arm/amlogic.yaml b/Documentation/devicetree/bindings/arm/amlogic.yaml index 6d5bb493db03..28115dd49f96 100644 --- a/Documentation/devicetree/bindings/arm/amlogic.yaml +++ b/Documentation/devicetree/bindings/arm/amlogic.yaml @@ -137,4 +137,8 @@ properties: - amlogic,u200 - const: amlogic,g12a + - description: Boards with the Amlogic Meson G12B S922X SoC + items: + - const: amlogic,g12b + ...