Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Andre Przywara <andre.przywara@arm.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230320005249.13403-4-andre.przywara@arm.com
Signed-off-by: Jernej Skrabec <jernej.skrabec@gmail.com>

authored by

Andre Przywara and committed by
Jernej Skrabec
c908060d 927e310e

+10
+5
Documentation/devicetree/bindings/arm/sunxi.yaml
··· 856 856 - const: wexler,tab7200 857 857 - const: allwinner,sun7i-a20 858 858 859 + - description: MangoPi MQ-R board 860 + items: 861 + - const: widora,mangopi-mq-r-t113 862 + - const: allwinner,sun8i-t113s 863 + 859 864 - description: WITS A31 Colombus Evaluation Board 860 865 items: 861 866 - const: wits,colombus
+5
Documentation/devicetree/bindings/riscv/sunxi.yaml
··· 64 64 - const: widora,mangopi-mq-pro 65 65 - const: allwinner,sun20i-d1 66 66 67 + - description: MangoPi MQ-R board 68 + items: 69 + - const: widora,mangopi-mq-r-f133 70 + - const: allwinner,sun20i-d1s 71 + 67 72 additionalProperties: true 68 73 69 74 ...