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" <weijie....@mediatek.com> > > An: u-boot@lists.denx.de > > Cc: "GSS_MTK_Uboot_upstream" <gss_mtk_uboot_upstr...@mediatek.com>, > "Daniel Golle" <dan...@makrotopia.org>, "Frank Wunderlich" < > li...@fw-web.de>, "Weijie Gao" <weijie....@mediatek.com> > > Betreff: [PATCH 21/29] arm: dts: medaitek: convert gmac link mode > to 2500base-x > > > > Now that individual 2.5Gbps SGMII support has been added to > > mtk-eth, all boards that use 2.5Gbps link with mt7531 must be > > converted to use "2500base-x" instead of "sgmii". > > > > Signed-off-by: Weijie Gao <weijie....@mediatek.com> > > --- > > arch/arm/dts/mt7622-bananapi-bpi-r64.dts | 4 ++-- > > arch/arm/dts/mt7622-rfb.dts | 4 ++-- > > arch/arm/dts/mt7629-rfb.dts | 4 ++-- > > arch/arm/dts/mt7981-emmc-rfb.dts | 4 ++-- > > arch/arm/dts/mt7981-rfb.dts | 4 ++-- > > arch/arm/dts/mt7981-sd-rfb.dts | 4 ++-- > > arch/arm/dts/mt7986a-rfb.dts | 4 ++-- > > arch/arm/dts/mt7986a-sd-rfb.dts | 4 ++-- > > arch/arm/dts/mt7986b-rfb.dts | 4 ++-- > > arch/arm/dts/mt7986b-sd-rfb.dts | 4 ++-- > > you miss arch/arm/dts/mt7986a-bpi-r3-sd.dts here which was added in > 2023.07
Oh. I'll add it in v2. > > i tested series on Bananapi-R4/mt7988, sdcard and network-support > (many thx for this) works so far (not tested i2c, spi and others > yet), also have not done tests on my other boards yet. > > noticed some build-warnings from the pinctrl-patch which are not > critical, but should be fixed. > > e.g. this (seems for each call of PINCTRL_PIN_GROUP) > > drivers/pinctrl/mediatek/pinctrl-mt7988.c:1148:42: warning: > initialization discards 'const' qualifier from pointer target type [- > Wdiscarded-qualifiers] > 1148 | PINCTRL_PIN_GROUP("net_wo1_uart_txd_1", > mt7988_net_wo1_uart_txd_1), > | ^~~~~~~~~~~~~~~~~~~~ > ~~~~~ > drivers/pinctrl/mediatek/pinctrl-mtk-common.h:31:3: note: in > definition of macro 'PINCTRL_PIN_GROUP' > 31 | id##_funcs, \ > | ^~ > This is due to on of the patch was missing because its size exceeds 100KB. Please refer to: https://patchwork.ozlabs.org/project/uboot/patch/7c0cfbdeb17abcf805138eb69be583d5a068231b.1689756363.git.weijie....@mediatek.com/ I have to split it into two patches in v2. > > regards Frank