Message ID | 20241118060207.141048-2-jacky_chou@aspeedtech.com (mailing list archive) |
---|---|
State | Superseded |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | Add Aspeed G7 FTGMAC100 support | expand |
On 18/11/2024 07:02, Jacky Chou wrote: > The AST2700 is the 7th generation SoC from Aspeed. > Add compatible support for AST2700 in yaml. > > Signed-off-by: Jacky Chou <jacky_chou@aspeedtech.com> Please use standard email subjects, so with the PATCH keyword in the title. `git format-patch -vX` helps here to create proper versioned patches. Another useful tool is b4. Skipping the PATCH keyword makes filtering of emails more difficult thus making the review process less convenient. For net next it is PATCH net-next <form letter> This is a friendly reminder during the review process. It looks like you received a tag and forgot to add it. If you do not know the process, here is a short explanation: Please add Acked-by/Reviewed-by/Tested-by tags when posting new versions, under or above your Signed-off-by tag. Tag is "received", when provided in a message replied to you on the mailing list. Tools like b4 can help here. However, there's no need to repost patches *only* to add the tags. The upstream maintainer will do that for tags received on the version they apply. https://elixir.bootlin.com/linux/v6.5-rc3/source/Documentation/process/submitting-patches.rst#L577 If a tag was not added on purpose, please state why and what changed. </form letter> I am not going to do the work twice. Best regards, Krzysztof
Hi Krzysztof, Thank you for your reply and kind reminder. > > The AST2700 is the 7th generation SoC from Aspeed. > > Add compatible support for AST2700 in yaml. > > > > Signed-off-by: Jacky Chou <jacky_chou@aspeedtech.com> > > Please use standard email subjects, so with the PATCH keyword in the title. `git > format-patch -vX` helps here to create proper versioned patches. Another > useful tool is b4. Skipping the PATCH keyword makes filtering of emails more > difficult thus making the review process less convenient. > > For net next it is PATCH net-next > > <form letter> > This is a friendly reminder during the review process. > > It looks like you received a tag and forgot to add it. > > If you do not know the process, here is a short explanation: > Please add Acked-by/Reviewed-by/Tested-by tags when posting new versions, > under or above your Signed-off-by tag. Tag is "received", when provided in a > message replied to you on the mailing list. Tools like b4 can help here. However, > there's no need to repost patches *only* to add the tags. The upstream > maintainer will do that for tags received on the version they apply. > > https://elixir.bootlin.com/linux/v6.5-rc3/source/Documentation/process/submi > tting-patches.rst#L577 > > If a tag was not added on purpose, please state why and what changed. > </form letter> > > I am not going to do the work twice. I will notice these and adjust in next version. Thanks, Jacky
diff --git a/Documentation/devicetree/bindings/net/faraday,ftgmac100.yaml b/Documentation/devicetree/bindings/net/faraday,ftgmac100.yaml index 9bcbacb6640d..fffe5c51daa9 100644 --- a/Documentation/devicetree/bindings/net/faraday,ftgmac100.yaml +++ b/Documentation/devicetree/bindings/net/faraday,ftgmac100.yaml @@ -21,6 +21,7 @@ properties: - aspeed,ast2400-mac - aspeed,ast2500-mac - aspeed,ast2600-mac + - aspeed,ast2700-mac - const: faraday,ftgmac100 reg: @@ -33,7 +34,7 @@ properties: minItems: 1 items: - description: MAC IP clock - - description: RMII RCLK gate for AST2500/2600 + - description: RMII RCLK gate for AST2500/2600/2700 clock-names: minItems: 1
The AST2700 is the 7th generation SoC from Aspeed. Add compatible support for AST2700 in yaml. Signed-off-by: Jacky Chou <jacky_chou@aspeedtech.com> --- Documentation/devicetree/bindings/net/faraday,ftgmac100.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)