Message ID | 20230106010155.26868-4-andre.przywara@arm.com (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
Series | ARM: dts: sunxi: Add MangoPi MQ-R board support | expand |
Context | Check | Description |
---|---|---|
conchuod/patch_count | success | Link |
conchuod/cover_letter | success | Series has a cover letter |
conchuod/tree_selection | success | Guessed tree name to be for-next |
conchuod/fixes_present | success | Fixes tag not required for -next series |
conchuod/maintainers_pattern | success | MAINTAINERS pattern errors before the patch: 13 and now 13 |
conchuod/verify_signedoff | success | Signed-off-by tag matches author and committer |
conchuod/kdoc | success | Errors and warnings before: 0 this patch: 0 |
conchuod/module_param | success | Was 0 now: 0 |
conchuod/alphanumeric_selects | success | Out of order selects before the patch: 57 and now 57 |
conchuod/build_rv32_defconfig | success | Build OK |
conchuod/build_warn_rv64 | success | Errors and warnings before: 2054 this patch: 2054 |
conchuod/dtb_warn_rv64 | success | Errors and warnings before: 0 this patch: 0 |
conchuod/header_inline | success | No static functions without inline keyword in header files |
conchuod/checkpatch | success | total: 0 errors, 0 warnings, 0 checks, 11 lines checked |
conchuod/source_inline | success | Was 0 now: 0 |
conchuod/build_rv64_nommu_k210_defconfig | success | Build OK |
conchuod/verify_fixes | success | No Fixes tag |
conchuod/build_rv64_nommu_virt_defconfig | success | Build OK |
On 06/01/2023 02:01, Andre Przywara wrote: > The MangoPi MQ-R board is a close relative to its Allwinner D1/D1s > siblings, but features two Arm Cortex-A7 cores instead of a RISC-V core. > > Add the board/SoC compatible string pair to the list of known boards. > > Signed-off-by: Andre Przywara <andre.przywara@arm.com> > --- > Documentation/devicetree/bindings/arm/sunxi.yaml | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/Documentation/devicetree/bindings/arm/sunxi.yaml b/Documentation/devicetree/bindings/arm/sunxi.yaml > index 3ad1cd50e3fe0..ce445c5ed81c8 100644 > --- a/Documentation/devicetree/bindings/arm/sunxi.yaml > +++ b/Documentation/devicetree/bindings/arm/sunxi.yaml > @@ -843,6 +843,11 @@ properties: > - const: wexler,tab7200 > - const: allwinner,sun7i-a20 > > + - description: MangoPi MQ-R board > + items: > + - const: widora,mangopi-mq-r Not documented vendor prefix. Best regards, Krzysztof
On Fri, 6 Jan 2023 10:21:04 +0100 Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> wrote: > On 06/01/2023 02:01, Andre Przywara wrote: > > The MangoPi MQ-R board is a close relative to its Allwinner D1/D1s > > siblings, but features two Arm Cortex-A7 cores instead of a RISC-V core. > > > > Add the board/SoC compatible string pair to the list of known boards. > > > > Signed-off-by: Andre Przywara <andre.przywara@arm.com> > > --- > > Documentation/devicetree/bindings/arm/sunxi.yaml | 5 +++++ > > 1 file changed, 5 insertions(+) > > > > diff --git a/Documentation/devicetree/bindings/arm/sunxi.yaml b/Documentation/devicetree/bindings/arm/sunxi.yaml > > index 3ad1cd50e3fe0..ce445c5ed81c8 100644 > > --- a/Documentation/devicetree/bindings/arm/sunxi.yaml > > +++ b/Documentation/devicetree/bindings/arm/sunxi.yaml > > @@ -843,6 +843,11 @@ properties: > > - const: wexler,tab7200 > > - const: allwinner,sun7i-a20 > > > > + - description: MangoPi MQ-R board > > + items: > > + - const: widora,mangopi-mq-r > > Not documented vendor prefix. Yes, after sending I realised that I forgot to mention that this series relies on Samuel's D1/D1s DT series[1], which adds the basic .dtsi this builds on, but also adds this vendor string[2]. Functionality-wise this also relies on the R528/T113-s clock series[3]. Cheers, Andre [1] https://lore.kernel.org/linux-arm-kernel/20221231233851.24923-1-samuel@sholland.org/ [2] https://lore.kernel.org/linux-arm-kernel/20221231233851.24923-3-samuel@sholland.org/ [3] https://lore.kernel.org/linux-arm-kernel/20221231231429.18357-1-samuel@sholland.org/
On 06/01/2023 02:01, Andre Przywara wrote: > The MangoPi MQ-R board is a close relative to its Allwinner D1/D1s > siblings, but features two Arm Cortex-A7 cores instead of a RISC-V core. > > Add the board/SoC compatible string pair to the list of known boards. > > Signed-off-by: Andre Przywara <andre.przywara@arm.com> > --- > Documentation/devicetree/bindings/arm/sunxi.yaml | 5 +++++ Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/arm/sunxi.yaml b/Documentation/devicetree/bindings/arm/sunxi.yaml index 3ad1cd50e3fe0..ce445c5ed81c8 100644 --- a/Documentation/devicetree/bindings/arm/sunxi.yaml +++ b/Documentation/devicetree/bindings/arm/sunxi.yaml @@ -843,6 +843,11 @@ properties: - const: wexler,tab7200 - const: allwinner,sun7i-a20 + - description: MangoPi MQ-R board + items: + - const: widora,mangopi-mq-r + - const: allwinner,sun8i-t113s + - description: WITS A31 Colombus Evaluation Board items: - const: wits,colombus
The MangoPi MQ-R board is a close relative to its Allwinner D1/D1s siblings, but features two Arm Cortex-A7 cores instead of a RISC-V core. Add the board/SoC compatible string pair to the list of known boards. Signed-off-by: Andre Przywara <andre.przywara@arm.com> --- Documentation/devicetree/bindings/arm/sunxi.yaml | 5 +++++ 1 file changed, 5 insertions(+)