[PATCHv2 11/23] ARM: socfpga: dts: add compatibility for arria10

Lothar Rubusch posted 23 patches 1 month ago
There is a newer version of this series
[PATCHv2 11/23] ARM: socfpga: dts: add compatibility for arria10
Posted by Lothar Rubusch 1 month ago
Add compatibility to the arria10 platform. This fixes the dtschema issue
'dwmac: failed to match any schema with compatible'.

Signed-off-by: Lothar Rubusch <l.rubusch@gmail.com>
---
 Documentation/devicetree/bindings/net/snps,dwmac.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/net/snps,dwmac.yaml b/Documentation/devicetree/bindings/net/snps,dwmac.yaml
index 15073627c..d26bb77eb 100644
--- a/Documentation/devicetree/bindings/net/snps,dwmac.yaml
+++ b/Documentation/devicetree/bindings/net/snps,dwmac.yaml
@@ -26,6 +26,7 @@ select:
           - snps,dwmac-3.610
           - snps,dwmac-3.70a
           - snps,dwmac-3.710
+          - snps,dwmac-3.72a
           - snps,dwmac-4.00
           - snps,dwmac-4.10a
           - snps,dwmac-4.20a
@@ -88,6 +89,7 @@ properties:
         - snps,dwmac-3.610
         - snps,dwmac-3.70a
         - snps,dwmac-3.710
+        - snps,dwmac-3.72a
         - snps,dwmac-4.00
         - snps,dwmac-4.10a
         - snps,dwmac-4.20a
-- 
2.25.1
Re: [PATCHv2 11/23] ARM: socfpga: dts: add compatibility for arria10
Posted by Krzysztof Kozlowski 1 month ago
On Sun, Oct 20, 2024 at 07:40:16PM +0000, Lothar Rubusch wrote:
> Add compatibility to the arria10 platform. This fixes the dtschema issue
> 'dwmac: failed to match any schema with compatible'.
> 
> Signed-off-by: Lothar Rubusch <l.rubusch@gmail.com>
> ---
>  Documentation/devicetree/bindings/net/snps,dwmac.yaml | 2 ++
>  1 file changed, 2 insertions(+)
> 

Please use subject prefixes matching the subsystem. You can get them for
example with 'git log --oneline -- DIRECTORY_OR_FILE' on the directory
your patch is touching. For bindings, the preferred subjects are
explained here:
https://www.kernel.org/doc/html/latest/devicetree/bindings/submitting-patches.html#i-for-patch-submitters

Best regards,
Krzysztof