[PATCH 1/2] dt-bindings: interrupt-controller: microchip,sama7g5-eic: use proper naming syntax

Claudiu Beznea posted 2 patches 2 years, 8 months ago
[PATCH 1/2] dt-bindings: interrupt-controller: microchip,sama7g5-eic: use proper naming syntax
Posted by Claudiu Beznea 2 years, 8 months ago
Use the following syntax for Microchip EIC YAML file: vendor,device.yaml.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
---
 .../{microchip,eic.yaml => microchip,sama7g5-eic.yaml}          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename Documentation/devicetree/bindings/interrupt-controller/{microchip,eic.yaml => microchip,sama7g5-eic.yaml} (98%)

diff --git a/Documentation/devicetree/bindings/interrupt-controller/microchip,eic.yaml b/Documentation/devicetree/bindings/interrupt-controller/microchip,sama7g5-eic.yaml
similarity index 98%
rename from Documentation/devicetree/bindings/interrupt-controller/microchip,eic.yaml
rename to Documentation/devicetree/bindings/interrupt-controller/microchip,sama7g5-eic.yaml
index 50003880ee6f..d56ba65b17d1 100644
--- a/Documentation/devicetree/bindings/interrupt-controller/microchip,eic.yaml
+++ b/Documentation/devicetree/bindings/interrupt-controller/microchip,sama7g5-eic.yaml
@@ -1,7 +1,7 @@
 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
 %YAML 1.2
 ---
-$id: http://devicetree.org/schemas/interrupt-controller/microchip,eic.yaml#
+$id: http://devicetree.org/schemas/interrupt-controller/microchip,sama7g5-eic.yaml#
 $schema: http://devicetree.org/meta-schemas/core.yaml#
 
 title: Microchip External Interrupt Controller
-- 
2.34.1
Re: [PATCH 1/2] dt-bindings: interrupt-controller: microchip,sama7g5-eic: use proper naming syntax
Posted by Rob Herring 2 years, 8 months ago
On Tue, 23 May 2023 10:06:36 +0300, Claudiu Beznea wrote:
> Use the following syntax for Microchip EIC YAML file: vendor,device.yaml.
> 
> Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
> ---
>  .../{microchip,eic.yaml => microchip,sama7g5-eic.yaml}          | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>  rename Documentation/devicetree/bindings/interrupt-controller/{microchip,eic.yaml => microchip,sama7g5-eic.yaml} (98%)
> 

Applied both, thanks!
Re: [PATCH 1/2] dt-bindings: interrupt-controller: microchip,sama7g5-eic: use proper naming syntax
Posted by Conor Dooley 2 years, 8 months ago
On Tue, May 23, 2023 at 10:06:36AM +0300, Claudiu Beznea wrote:
> Use the following syntax for Microchip EIC YAML file: vendor,device.yaml.
> 
> Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>

Acked-by: Conor Dooley <conor.dooley@microchip.com>

Thanks,
Conor.