[v2,00/15] Initial Mediatek MT8365 SOC and MT8365-EVK board support

Message ID 20221115025421.59847-1-bero@baylibre.com
Headers
Series Initial Mediatek MT8365 SOC and MT8365-EVK board support |

Message

Bernhard Rosenkränzer Nov. 15, 2022, 2:54 a.m. UTC
  This adds minimal support for the MediaTek 8365 SOC and the EVK reference
board, allowing the board to boot to initramfs with serial port I/O.

GPIO keys are supported, MMC is partially supported (needs the clocks
driver for full support).

v2:
  - Add missing dt-bindings documentation
  - Small cleanups addressing issues in v1 pointed out by Krzysztof Kozlowski