diff options
author | Conor Dooley | 2022-05-09 15:26:08 +0100 |
---|---|---|
committer | Palmer Dabbelt | 2022-06-01 15:28:23 -0700 |
commit | b847d32ae7c3c49111e98419ef2a5a65d9e1f51f (patch) | |
tree | 35a60514b0c5d02c751b724e53e3a11e654df368 | |
parent | 83b8b2a464965ef40d59c61229e6bdc1844d0706 (diff) |
dt-bindings: riscv: microchip: add polarberry compatible string
Add a binding for the Sundance Polarberry board.
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20220509142610.128590-8-conor.dooley@microchip.com
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
-rw-r--r-- | Documentation/devicetree/bindings/riscv/microchip.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/riscv/microchip.yaml b/Documentation/devicetree/bindings/riscv/microchip.yaml index 822a711df9e9..1aa7336a9672 100644 --- a/Documentation/devicetree/bindings/riscv/microchip.yaml +++ b/Documentation/devicetree/bindings/riscv/microchip.yaml @@ -21,6 +21,7 @@ properties: - enum: - microchip,mpfs-icicle-kit - microchip,mpfs-icicle-reference-rtlv2203 + - sundance,polarberry - const: microchip,mpfs additionalProperties: true |