Re: [PATCH] arm: mediatek: split config into separate options for the board and SoC

2024-07-03 Thread
Hi Leith, I have a better example for reference: arch/mips/mach-mtmips ARCH_MTMIPS is defined for the entire MediaTek MIPS platform, same as ARCH_MEDIATEK. The mtmips then defined its SoC families: SOC_MT7620, SOC_MT7621 and SOC_MT7628 Each SoC has its own folder and Kconfig, e.g.: arch/mips/ma

Re: [PATCH] mtd: nand: raw: mt7621-nand: allow writing ecc region in raw mode

2024-03-15 Thread
On Wed, 2024-03-13 at 07:41 +0100, Michael Nazzareno Trimarchi wrote: > > External email : Please do not click links or open attachments until > you have verified the sender or the content. > Hi > > On Wed, Mar 13, 2024 at 4:38 AM Weijie Gao > wrote: > > > > Allow writing ecc parity regi

Re: [PATCH] arm: dts: mediatek: convert gmac link mode to 2500base-x for r3

2023-08-04 Thread
On Thu, 2023-08-03 at 18:52 +0200, Frank Wunderlich wrote: > From: Frank Wunderlich > > Ethernet on Bananapi-r3 is broken after > > commit bd70f3cea353 ("net: mediatek: add support for SGMII 1Gbps > auto-negotiation mode") > > because changes from this commit were not applied to bpi-r3 > device

Re: [PATCH] arm: dts: medaitek: convert gmac link mode to 2500base-x for mt7986a-bpi-r3-sd

2023-08-03 Thread
On Fri, 2023-08-04 at 03:34 +0100, Daniel Golle wrote: > On Fri, Aug 04, 2023 at 09:01:55AM +0800, Weijie Gao wrote: > > The mt7531 of bpi-r3 is connected to mt7986 with 2.5Gbps HSGMII, > not the > > regular 1Gbps SGMII. > > > > Signed-off-by: Weijie Gao > > Reviewed-by: Daniel Golle Frank has

Re: [PATCH] ram: mediatek: mt7629: include

2023-08-03 Thread
On Mon, 2023-07-31 at 19:34 +0100, Daniel Golle wrote: > Something between U-Boot 2023.04 and 2023.07.02 resulted in no > longer > implicitely including in the DDR3 RAM driver for the > MT7929 SoC. The result is a build failure: > drivers/ram/mediatek/ddr3-mt7629.c: In function 'mtk_ddr3_get_info'

Re: Aw: [PATCH 21/29] arm: dts: medaitek: convert gmac link mode to 2500base-x

2023-07-19 Thread
On Wed, 2023-07-19 at 14:08 +0200, Frank Wunderlich wrote: > Hi > > > Gesendet: Mittwoch, 19. Juli 2023 um 11:17 Uhr > > Von: "Weijie Gao" > > An: u-boot@lists.denx.de > > Cc: "GSS_MTK_Uboot_upstream" , > "Daniel Golle" , "Frank Wunderlich" < > li...@fw-web.de>, "Weijie Gao" > > Betreff: [PATC