diff options
author | 2021-12-27 14:31:15 +0100 | |
---|---|---|
committer | 2022-02-09 10:43:02 -0600 | |
commit | 8227e63ddf8d1b208f5d0fd58aeb5fec9ab57330 (patch) | |
tree | 57bc7e606cadb2258f755902b79eab4f328093e6 | |
parent | dt-bindings: altera: document existing Cyclone 5 board compatibles (diff) | |
download | wireguard-linux-8227e63ddf8d1b208f5d0fd58aeb5fec9ab57330.tar.xz wireguard-linux-8227e63ddf8d1b208f5d0fd58aeb5fec9ab57330.zip |
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>
-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 |