Message ID | 20220608095623.22327-9-tmaimon77@gmail.com |
---|---|
State | New |
Headers | show |
Series | [v2,01/20] clocksource: timer-npcm7xx: Add NPCM845 timer | expand |
On 08/06/2022 11:56, Tomer Maimon wrote: > Modify nuvoton,npcm750-reset specific name to > general NPCM file name, nuvoton,npcm-reset. > > Signed-off-by: Tomer Maimon <tmaimon77@gmail.com> > --- > .../{nuvoton,npcm750-reset.yaml => nuvoton,npcm-reset.yaml} | 2 +- No. Name from the first compatible should be used. Best regards, Krzysztof
Hi Krzysztof, Will revert the change in V3 On Wed, 8 Jun 2022 at 13:03, Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> wrote: > > On 08/06/2022 11:56, Tomer Maimon wrote: > > Modify nuvoton,npcm750-reset specific name to > > general NPCM file name, nuvoton,npcm-reset. > > > > Signed-off-by: Tomer Maimon <tmaimon77@gmail.com> > > --- > > .../{nuvoton,npcm750-reset.yaml => nuvoton,npcm-reset.yaml} | 2 +- > > > No. Name from the first compatible should be used. > > Best regards, > Krzysztof Thanks, Tomer
diff --git a/Documentation/devicetree/bindings/reset/nuvoton,npcm750-reset.yaml b/Documentation/devicetree/bindings/reset/nuvoton,npcm-reset.yaml similarity index 93% rename from Documentation/devicetree/bindings/reset/nuvoton,npcm750-reset.yaml rename to Documentation/devicetree/bindings/reset/nuvoton,npcm-reset.yaml index fa5e4ea6400e..0998f481578d 100644 --- a/Documentation/devicetree/bindings/reset/nuvoton,npcm750-reset.yaml +++ b/Documentation/devicetree/bindings/reset/nuvoton,npcm-reset.yaml @@ -1,7 +1,7 @@ # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) %YAML 1.2 --- -$id: http://devicetree.org/schemas/reset/nuvoton,npcm750-reset.yaml# +$id: http://devicetree.org/schemas/reset/nuvoton,npcm-reset.yaml# $schema: http://devicetree.org/meta-schemas/core.yaml# title: Nuvoton NPCM Reset controller
Modify nuvoton,npcm750-reset specific name to general NPCM file name, nuvoton,npcm-reset. Signed-off-by: Tomer Maimon <tmaimon77@gmail.com> --- .../{nuvoton,npcm750-reset.yaml => nuvoton,npcm-reset.yaml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename Documentation/devicetree/bindings/reset/{nuvoton,npcm750-reset.yaml => nuvoton,npcm-reset.yaml} (93%)