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 | 541 ++++++++++++++++++ 4 files changed, 545 insertions(+) create mode 100644 arch/arm64/boot/dts/mediatek/mt8365-pumpkin.dts base-commit: 05d3ef8bba77c1b5f98d941d8b2d4aeab8118ef1 -- Regards, Laurent Pinchart