Re: [PATCH 6/8] mediatek: mt7981: move gpio-controller up and rename pinctrl to pio

2025-01-30 Thread
On Mon, 2025-01-27 at 14:40 +0100, Christian Marangi wrote: > External email : Please do not click links or open attachments until > you have verified the sender or the content. > > > Move gpio-controller up to pinctrl node and rename label to "pio" to > match the label used in upstream kernel li

Re: [PATCH 5/8] mediatek: mt7988: move gpio-controller up and rename pinctrl to pio

2025-01-30 Thread
On Mon, 2025-01-27 at 14:40 +0100, Christian Marangi wrote: > External email : Please do not click links or open attachments until > you have verified the sender or the content. > > > Move gpio-controller up to pinctrl node and rename label to "pio" to > match the label used in upstream kernel li

Re: [PATCH 02/10] arm: dts: mt7629: fix sgmii clock selection for ethernet

2024-12-18 Thread
On Tue, 2024-12-17 at 09:55 -0600, Tom Rini wrote: > On Tue, Dec 17, 2024 at 04:39:20PM +0800, Weijie Gao wrote: > > > Setup correct parent of clock CLK_TOP_SGMII_REF_1_SEL to allow > > sgmiisys1 work correctly. > > > > Signed-off-by: Weijie Gao > > --- > > arch/arm/dts/mt7629.dtsi | 4 +++- > >

Re: [PATCH] menu: fix the logic checking whether ESC key is pressed

2024-10-29 Thread
On Mon, 2024-10-28 at 18:01 +0100, Simon Glass wrote: > > External email : Please do not click links or open attachments until > you have verified the sender or the content. > Hi Weijie, > > On Mon, 28 Oct 2024 at 03:58, Weijie Gao > wrote: > > > > On Mon, 2024-10-28 at 03:33 +0100, Marek

Re: [PATCH] menu: fix the logic checking whether ESC key is pressed

2024-10-21 Thread
On Mon, 2024-10-21 at 02:07 -0700, E Shattow wrote: > > Hi, > > On Fri, Oct 18, 2024 at 8:03 AM Simon Glass wrote: > > > > Hi Weijie, > > > > On Fri, 18 Oct 2024 at 02:38, Weijie Gao > wrote: > > > > > > It's observed that the bootmenu on a serial console sometimes > > > incorrectly quitted wi

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