Commit c908060d authored by Andre Przywara's avatar Andre Przywara Committed by Jernej Skrabec
Browse files

dt-bindings: arm: sunxi: document MangoPi MQ-R board names



The MangoPi MQ-R board is a small development board, using Allwinner
SoCs with co-packaged DRAM. There are versions with a RISC-V core and
ones with two Arm Cortex-A7 cores.

Add the board/SoC compatible string pair to the list of known boards.

Signed-off-by: default avatarAndre Przywara <andre.przywara@arm.com>
Acked-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230320005249.13403-4-andre.przywara@arm.com


Signed-off-by: default avatarJernej Skrabec <jernej.skrabec@gmail.com>
parent 927e310e
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -856,6 +856,11 @@ properties:
          - const: wexler,tab7200
          - const: allwinner,sun7i-a20

      - description: MangoPi MQ-R board
        items:
          - const: widora,mangopi-mq-r-t113
          - const: allwinner,sun8i-t113s

      - description: WITS A31 Colombus Evaluation Board
        items:
          - const: wits,colombus
+5 −0
Original line number Diff line number Diff line
@@ -64,6 +64,11 @@ properties:
          - const: widora,mangopi-mq-pro
          - const: allwinner,sun20i-d1

      - description: MangoPi MQ-R board
        items:
          - const: widora,mangopi-mq-r-f133
          - const: allwinner,sun20i-d1s

additionalProperties: true

...