Message ID | 20230906092527.18281-1-macpaul.lin@mediatek.com |
---|---|
State | New |
Headers | show |
Series | [v2,1/2] dt-bindings: arm64: dts: mediatek: add mt8395-evk board | expand |
On 07/09/2023 06:07, Macpaul Lin wrote: > > > On 9/6/23 20:19, Frank Wunderlich wrote: >> >> >> External email : Please do not click links or open attachments until you >> have verified the sender or the content. >> >> Can you please only target Reviewers/Maintainers and mailinglists reported by get_maintainers script? >> >> I have only sent patches for mediatek and did some tests. So i'm not interested in patches for hardware i do not have here :). I guess i'm not alone... >> regards Frank > > I'm sorry for bothering you and other contributors. > I've indeed run get_maintainers.sh script for these 2 patches. > Here's the result. > > Rob Herring <robh+dt@kernel.org> (maintainer:OPEN FIRMWARE AND FLATTENED > DEVICE TREE BINDINGS) > Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org> (maintainer:OPEN > FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,commit_signer:3/4=75%) > Conor Dooley <conor+dt@kernel.org> (maintainer:OPEN FIRMWARE AND > FLATTENED DEVICE TREE BINDINGS) > Matthias Brugger <matthias.bgg@gmail.com> (maintainer:ARM/Mediatek SoC > support,commit_signer:3/4=75%,in file) > ... > AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> > (reviewer:ARM/Mediatek SoC > support,commit_signer:2/4=50%,authored:1/4=25%,added_lines:1/12=8%) > Frank Wunderlich <frank-w@public-files.de> > (commit_signer:1/4=25%,authored:1/4=25%,added_lines:1/12=8%) > ... > [striped...] > > You've contributed the similar percentage as Angelo for these files. > So I think both of you could be important reviewers. > I'll try to skip contributors who add lines less then 10% next time and see > if this will help. No, commit_signer is 1. Don't cc people unrelated people. Unrelated is everyone which is not maintainer, reviewer, discussion list. Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/arm/mediatek.yaml b/Documentation/devicetree/bindings/arm/mediatek.yaml index ae12b1cab9fb..d7a20df640d7 100644 --- a/Documentation/devicetree/bindings/arm/mediatek.yaml +++ b/Documentation/devicetree/bindings/arm/mediatek.yaml @@ -248,6 +248,11 @@ properties: - enum: - mediatek,mt8365-evk - const: mediatek,mt8365 + - description: MediaTek Genio 1200 Boards (Genio 1200 EVK) + items: + - enum: + - mediatek,mt8395-evk + - const: mediatek,mt8395 - items: - enum: - mediatek,mt8516-pumpkin
1. Add compatible for MT8395. 2. Add bindings for the MediaTek mt8395-evk board, also known as the "Genio 1200-EVK". The MT8195 and MT8395 belong to the same SoC family, with only minor differences in their physical characteristics. They utilize unique efuse values for differentiation. The booting process and configurations are managed by boot loaders, firmware, and TF-A. Consequently, the part numbers and procurement channels vary. Signed-off-by: Macpaul Lin <macpaul.lin@mediatek.com> --- Documentation/devicetree/bindings/arm/mediatek.yaml | 5 +++++ 1 file changed, 5 insertions(+) Changes for v2: - add more detail description for mt8395. - add bindings for mt8395, and mt8395-evk.