mbox series

[v5,0/2] arm64: dts: allwinner: h616: Add Mango Pi MQ-Quad DTS

Message ID 20230805044558.279473-2-matthew.croughan@nix.how
Headers show
Series arm64: dts: allwinner: h616: Add Mango Pi MQ-Quad DTS | expand

Message

Matthew Croughan Aug. 5, 2023, 4:42 a.m. UTC
V1: Submission
V2: Alphabetical ordering, added "widora,mangopi-mq-quad" compatible
V3: Added Signed-off-by, add to device-tree compatible/bindings documentation
V4:
- Add separate patch for bindings documentation
- Regularised comment style
- Add vcc supplies for gpio according to board schematic
- Removed unnecessary x-powers,self-working-mode;
- Added comment regarding ALDO1
- Removed unnecessary reg_dldo1 regulator, it seems to be connected to nothing
  in the schematic, no adverse effects observed
V5:
- Switch ordering of patches
- Fix comment style
- Add Reviewed-by tag

Matthew Croughan (2):
  dt-bindings: arm: sunxi: add Mango Pi MQ-Quad binding
  arm64: dts: allwinner: h616: Add Mango Pi MQ-Quad DTS

 .../devicetree/bindings/arm/sunxi.yaml        |   5 +
 arch/arm64/boot/dts/allwinner/Makefile        |   1 +
 .../allwinner/sun50i-h616-mangopi-mq-quad.dts | 185 ++++++++++++++++++
 3 files changed, 191 insertions(+)
 create mode 100644 arch/arm64/boot/dts/allwinner/sun50i-h616-mangopi-mq-quad.dts

Comments

Krzysztof Kozlowski Aug. 5, 2023, 7:11 a.m. UTC | #1
On 05/08/2023 06:42, Matthew Croughan wrote:
> Document board compatible names for Mango Pi MQ-Quad
> 
> Signed-off-by: Matthew Croughan <matthew.croughan@nix.how>
> 
> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

No blank lines between tags.

Best regards,
Krzysztof