Message ID | 20220415150003.1793063-1-fparent@baylibre.com (mailing list archive) |
---|---|
Headers | show |
Series | Add support for MediaTek MT8195 demo board | expand |
On 15/04/2022 16:59, Fabien Parent wrote: > This patch serie adds basic support for the MediaTek MT8195 > demo board. For now the support is pretty basic and allow > just to boot, use USB, and the SD card. > > When more IO support will be added for MT8195, new changes > will be pushed to the device-tree of the MT8195 demo board > to support these IOs as well. Whole series applied. Thanks! > > This serie depends on the following patches: > [0] https://patchwork.kernel.org/project/linux-mediatek/patch/1622011927-359-9-git-send-email-hsin-hsiung.wang@mediatek.com/ > [1] https://patchwork.kernel.org/project/linux-mediatek/patch/20220411022724.11005-3-tinghan.shen@mediatek.com/ > > Fabien Parent (4): > dt-bindings: arm64: dts: mediatek: Add mt8195-demo board > arm64: dts: mediatek: Add device-tree for MT8195 Demo board > arm64: defconfig: enable MT6359 regulator driver > arm64: defconfig: enable some mt6360 PMIC drivers > > .../devicetree/bindings/arm/mediatek.yaml | 1 + > arch/arm64/boot/dts/mediatek/Makefile | 1 + > arch/arm64/boot/dts/mediatek/mt8195-demo.dts | 445 ++++++++++++++++++ > arch/arm64/configs/defconfig | 4 + > 4 files changed, 451 insertions(+) > create mode 100644 arch/arm64/boot/dts/mediatek/mt8195-demo.dts >