On 3/16/26 7:38 AM, Julien Stephan wrote: > Le mer. 11 mars 2026 à 01:17, David Lechner <[email protected]> a écrit : >> >> From: Chris-QJ Chen <[email protected]> >> >> Add basic defconfigs for Genio 520 and 720 EVKs. >> >> Signed-off-by: Chris-QJ Chen <[email protected]> >> Signed-off-by: Macpaul Lin <[email protected]> >> Signed-off-by: David Lechner <[email protected]> >> --- >> board/mediatek/MAINTAINERS | 7 +++++++ >> configs/mt8189.config | 34 >> ++++++++++++++++++++++++++++++++++ >> configs/mt8371_genio_520_evk_defconfig | 4 ++++ >> configs/mt8391_genio_720_evk_defconfig | 4 ++++ >> 4 files changed, 49 insertions(+) >> >> diff --git a/board/mediatek/MAINTAINERS b/board/mediatek/MAINTAINERS >> index 446a9e8e53c..4f371592059 100644 >> --- a/board/mediatek/MAINTAINERS >> +++ b/board/mediatek/MAINTAINERS >> @@ -1,3 +1,10 @@ >> +MT8189/MT8371/MT8391 EVK > > Hi David, > I would not put MT8189 here since there is no MT8189 EVK > >> +M: Macpaul Lin <[email protected]> >> +S: Maintained >> +F: configs/mt8189.config >> +F: configs/mt8371_genio_520_evk_defconfig >> +F: configs/mt8391_genio_720_evk_defconfig > > Any reason to have genio_520/genio720 in the defconfig name?
The upstream devicetree name will have "genio-720" in the name, so find it strange to call the defconfig something that doesn't match the devicetree. If there is a (not Genio) MT8391 EVK I would expect it to have a different devicetree and therefore a different defconfig. > All other boards we are currently upstreaming don't specify it in > their defconfig name: > mt8365_evk_defconfig/mt8370_evk_defconfig/mt8390_evk_defconfig ... >

