diff options
author | 2021-12-27 14:31:17 +0100 | |
---|---|---|
committer | 2022-02-09 10:43:02 -0600 | |
commit | 53d50b4f6fa8a6da4ff6fe6cf58a88a92fa15acb (patch) | |
tree | 08b11af8c91c34599e405ace59042173e84fe539 | |
parent | dt-bindings: altera: document Arria 10 based board compatibles (diff) | |
download | wireguard-linux-53d50b4f6fa8a6da4ff6fe6cf58a88a92fa15acb.tar.xz wireguard-linux-53d50b4f6fa8a6da4ff6fe6cf58a88a92fa15acb.zip |
dt-bindings: altera: document VT compatibles
Add new compatible for SoCFPGA VT boards/designs.
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 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/altera.yaml b/Documentation/devicetree/bindings/arm/altera.yaml index 963c83904010..f4e07a21aaf5 100644 --- a/Documentation/devicetree/bindings/arm/altera.yaml +++ b/Documentation/devicetree/bindings/arm/altera.yaml @@ -43,6 +43,11 @@ properties: - const: altr,socfpga-cyclone5 - const: altr,socfpga + - description: SoCFPGA VT + items: + - const: altr,socfpga-vt + - const: altr,socfpga + additionalProperties: true ... |