Message ID | 1567493475-75451-4-git-send-email-jianxin.pan@amlogic.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | arm64: Add basic support for Amlogic A1 SoC Family | expand |
On Tue, 3 Sep 2019 02:51:14 -0400, Jianxin Pan wrote: > Add the compatible for the Amlogic A1 Based AD401 board. > > Signed-off-by: Jianxin Pan <jianxin.pan@amlogic.com> > --- > Documentation/devicetree/bindings/arm/amlogic.yaml | 2 ++ > 1 file changed, 2 insertions(+) > Reviewed-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/arm/amlogic.yaml b/Documentation/devicetree/bindings/arm/amlogic.yaml index aa07b76..dc4abce 100644 --- a/Documentation/devicetree/bindings/arm/amlogic.yaml +++ b/Documentation/devicetree/bindings/arm/amlogic.yaml @@ -158,5 +158,7 @@ properties: - description: Boards with the Amlogic Meson A1 A113L SoC items: + - enum: + - amlogic,ad401 - const: amlogic,a1 ...
Add the compatible for the Amlogic A1 Based AD401 board. Signed-off-by: Jianxin Pan <jianxin.pan@amlogic.com> --- Documentation/devicetree/bindings/arm/amlogic.yaml | 2 ++ 1 file changed, 2 insertions(+)