diff options
author | Krzysztof Kozlowski <[email protected]> | 2021-12-27 14:31:17 +0100 |
---|---|---|
committer | Dinh Nguyen <[email protected]> | 2022-02-09 10:43:02 -0600 |
commit | 53d50b4f6fa8a6da4ff6fe6cf58a88a92fa15acb (patch) | |
tree | 08b11af8c91c34599e405ace59042173e84fe539 | |
parent | 15dc346c7a1940cf438495162fedf29d86924fa4 (diff) |
dt-bindings: altera: document VT compatibles
Add new compatible for SoCFPGA VT boards/designs.
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Dinh Nguyen <[email protected]>
-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 ... |