mbox series

[v1,0/2] arm64: dts: mediatek: Add device tree for MT8365-based Pumpkin i350

Message ID 20231016215123.30343-1-laurent.pinchart@ideasonboard.com
Headers show
Series arm64: dts: mediatek: Add device tree for MT8365-based Pumpkin i350 | expand

Message

Laurent Pinchart Oct. 16, 2023, 9:51 p.m. UTC
Hello,

This small patch series adds a device tree for the Pumpkin i350 board
made by OLogic. It starts with two small patches to add a vendor prefix
for OLogic (1/3) and a compatible string for the board (2/3), and then
adds the device tree (3/3).

The device tree is based on work from Fabien Parent, with a few features
added, and a set of devices removed:

- Audio support, as I can't easily test it at the moment due to lack of
  local access to the board.

- Display support, for the same reason.

- Dual-role USB support, due to missing bindings and drivers for the
  TUSB322 in the upstream kernel.

Support for the crypto processor (ATECC608B) and the WiFi/Bluetooth
module (MT7663S) is also missing, but this wasn't present in the BSP
either.

Once camera support for the MT8365 lands upstream, I will probably send
patches for DT integration with this board.

Laurent Pinchart (3):
  dt-bindings: vendor-prefixes: Add prefix for OLogic, Inc.
  dt-bindings: arm64: dts: mediatek: Add ologic,pumpkin-i350 board
  arm64: dts: mediatek: Add device tree for MT8365-based Pumpkin i350

 .../devicetree/bindings/arm/mediatek.yaml     |   1 +
 .../devicetree/bindings/vendor-prefixes.yaml  |   2 +
 arch/arm64/boot/dts/mediatek/Makefile         |   1 +
 .../boot/dts/mediatek/mt8365-pumpkin.dts      | 542 ++++++++++++++++++
 4 files changed, 546 insertions(+)
 create mode 100644 arch/arm64/boot/dts/mediatek/mt8365-pumpkin.dts


base-commit: 58720809f52779dc0f08e53e54b014209d13eebb

Comments

Krzysztof Kozlowski Oct. 17, 2023, 6:18 a.m. UTC | #1
On 16/10/2023 23:51, Laurent Pinchart wrote:
> Add a DT vendor prefix for OLogic, Inc. OLogic is a hardware and system
> design company that manufactures, among other things, development boards
> with MediaTek SoCs.
> 
> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> ---

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof
Krzysztof Kozlowski Oct. 17, 2023, 6:20 a.m. UTC | #2
On 16/10/2023 23:51, Laurent Pinchart wrote:
> Add a compatible string for the Pumpkin i350 board, an MT8365-based
> board developed by OLogic.
> 
> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> ---

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof