diff options
| author | Jianxin Pan <[email protected]> | 2019-09-12 04:19:29 -0400 |
|---|---|---|
| committer | Kevin Hilman <[email protected]> | 2019-10-07 11:13:36 -0700 |
| commit | 46e723133fdc5ef903e5d11121a44fdbd2ca306c (patch) | |
| tree | 04153e6bd12b82d84c2981d559a8cbc8d9794b7d | |
| parent | b7dda5cae714db40c9c161e0cab10d00b2d1f8a1 (diff) | |
dt-bindings: arm: amlogic: add Amlogic AD401 bindings
Add the compatible for the Amlogic A1 Based AD401 board.
Signed-off-by: Jianxin Pan <[email protected]>
Reviewed-by: Rob Herring <[email protected]>
Reviewed-by: Martin Blumenstingl <[email protected]>
Reviewed-by: Kevin Hilman <[email protected]>
Signed-off-by: Kevin Hilman <[email protected]>
| -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 0ef45ac2ecb6..ee5703c4eded 100644 --- a/Documentation/devicetree/bindings/arm/amlogic.yaml +++ b/Documentation/devicetree/bindings/arm/amlogic.yaml @@ -159,5 +159,7 @@ properties: - description: Boards with the Amlogic Meson A1 A113L SoC items: + - enum: + - amlogic,ad401 - const: amlogic,a1 ... |