mbox series

[0/7] arm64: dts: mediatek: mt8195-demo: Add more peripheral support

Message ID 20220426134106.242353-1-fparent@baylibre.com (mailing list archive)
Headers show
Series arm64: dts: mediatek: mt8195-demo: Add more peripheral support | expand

Message

Fabien Parent April 26, 2022, 1:40 p.m. UTC
This patch series adds support for Ethernet, ssusb and uart1 for the MT8195 
Demo board.

This patch series is based on the MediaTek Maintainer for-next branch: [0]

[0] https://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux.git/log/?h=for-next

Biao Huang (2):
  arm64: dts: mediatek: mt8195: add ethernet device node
  arm64: dts: mediatek: mt8195-evb: enable ethernet

Fabien Parent (5):
  dt-bindings: usb: mediatek,mtu3: add binding for MT8195 SoC
  arm64: dts: mediatek: mt8195: add ssusb support
  arm64: dts: mediatek: mt8195-demo: enable ethernet
  arm64: dts: mediatek: mt8195-demo: Remove input-name property
  arm64: dts: mediatek: mt8195-demo: enable uart1

 .../bindings/usb/mediatek,mtu3.yaml           |   1 +
 arch/arm64/boot/dts/mediatek/mt8195-demo.dts  | 120 +++++++++++++++++-
 arch/arm64/boot/dts/mediatek/mt8195-evb.dts   |  95 ++++++++++++++
 arch/arm64/boot/dts/mediatek/mt8195.dtsi      | 107 ++++++++++++++--
 4 files changed, 311 insertions(+), 12 deletions(-)