[U-Boot] [PATCH v2 4/6] clk: mediatek: add driver for MT8516

2019-02-23 Thread Fabien Parent
Add clock driver for MediaTek MT8516 SoC. Signed-off-by: Fabien Parent Acked-by: Ryder Lee --- v2: * Fix invalid GATE_TOP5 flag --- drivers/clk/mediatek/Makefile | 1 + drivers/clk/mediatek/clk-mt8516.c | 802 + include/dt-bindings/clock/mt8516

[U-Boot] [PATCH v2 3/6] clk: mediatek: add support for SETCLR_INV and NO_SETCLR flags

2019-02-23 Thread Fabien Parent
Add the implementation for the CLK_GATE_SETCLR_INV and CLK_GATE_NO_SETCLR flags. Signed-off-by: Fabien Parent Acked-by: Ryder Lee --- v2: * Add missing support for SETCLR_INV in the mtk_clk_gate_disable func * Add support for CLK_GATE_NO_SETCLR --- drivers/clk/mediatek/clk

[U-Boot] [PATCH v2 5/6] pinctrl: add driver for MT8516

2019-02-23 Thread Fabien Parent
Add Pinctrl driver for MediaTek MT8516 SoC. Signed-off-by: Fabien Parent Acked-by: Ryder Lee --- v2: * No change --- drivers/pinctrl/mediatek/Kconfig | 4 + drivers/pinctrl/mediatek/Makefile | 1 + drivers/pinctrl/mediatek/pinctrl-mt8516.c | 391

[U-Boot] [PATCH v2 6/6] ARM: MediaTek: Add support for MT8516 SoC

2019-02-23 Thread Fabien Parent
Add support for MediaTek MT8516 SoC. This include the file that will initialize the SoC after boot and its device tree. Signed-off-by: Fabien Parent --- v2: * Move u-boot,dm-pre-reloc into a seperate dts * Implement dram_init_banksize to get DRAM size correct --- arch/arm/dts

[PATCH] clk: mediatek: Add MT8183 clock driver

2020-10-17 Thread Fabien Parent
Add the topckgen, apmixedsys and infracfg clock driver for the MT8183 SoC. Signed-off-by: Fabien Parent --- drivers/clk/mediatek/Makefile | 1 + drivers/clk/mediatek/clk-mt8183.c | 823 + include/dt-bindings/clock/mt8183-clk.h | 329 ++ 3 files

Re: [PATCH 0/5] board: mediatek: pumpkin: add fastboot support

2021-12-16 Thread Fabien Parent
Hi Simon, On Sat, Nov 13, 2021 at 3:20 PM Simon Glass wrote: > > Hi Fabien, > > On Fri, 16 Oct 2020 at 09:40, Fabien Parent wrote: > > > > This series adds USB/Fastboot support on MT8516 Pumpkin board. > > > > Fabien Parent (5): > > arm: dts: mt8516:

<    1   2