diff options
author | Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> | 2021-12-27 16:31:15 +0300 |
---|---|---|
committer | Dinh Nguyen <dinguyen@kernel.org> | 2022-02-09 19:43:02 +0300 |
commit | 8227e63ddf8d1b208f5d0fd58aeb5fec9ab57330 (patch) | |
tree | 57bc7e606cadb2258f755902b79eab4f328093e6 /Documentation/devicetree/bindings/arm/altera.yaml | |
parent | b08e569abc91f525834deda751d6ddd1ffe4ab5a (diff) | |
download | linux-8227e63ddf8d1b208f5d0fd58aeb5fec9ab57330.tar.xz |
dt-bindings: altera: document Arria 5 based board compatibles
Add new compatible for Arria 5 based boards.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/arm/altera.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/arm/altera.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/altera.yaml b/Documentation/devicetree/bindings/arm/altera.yaml index 0d62c2bde053..3d7a2f699279 100644 --- a/Documentation/devicetree/bindings/arm/altera.yaml +++ b/Documentation/devicetree/bindings/arm/altera.yaml @@ -16,6 +16,8 @@ properties: oneOf: - description: Arria 5 boards items: + - enum: + - altr,socfpga-arria5-socdk - const: altr,socfpga-arria5 - const: altr,socfpga |