dts: bindings: Rename clock.yaml to clock-controller.yaml
Renaming bindings to consistently be called foo-controller.yaml for controllers and foo-device.yaml for devices (last one mostly makes sense for devices on buses and the like). I was thinking of having a plain foo.yaml be the controller as well, but !include interrupt.yaml reads much worse than !include interrupt-controller.yaml Another advantage of this approach is that no binding changes meaning (which could be risky). It's just adding suffixes to filenames. Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
parent
35c316fdec
commit
07ba3c2f28
8 changed files with 7 additions and 7 deletions
|
@ -10,7 +10,7 @@ description: >
|
||||||
This is a representation of the NXP Kinetis MCG IP node
|
This is a representation of the NXP Kinetis MCG IP node
|
||||||
|
|
||||||
inherits:
|
inherits:
|
||||||
!include [clock.yaml, base.yaml]
|
!include [clock-controller.yaml, base.yaml]
|
||||||
|
|
||||||
properties:
|
properties:
|
||||||
compatible:
|
compatible:
|
||||||
|
|
|
@ -10,7 +10,7 @@ description: >
|
||||||
This is a representation of the NXP Kinetis PCC IP node
|
This is a representation of the NXP Kinetis PCC IP node
|
||||||
|
|
||||||
inherits:
|
inherits:
|
||||||
!include [clock.yaml, base.yaml]
|
!include [clock-controller.yaml, base.yaml]
|
||||||
|
|
||||||
properties:
|
properties:
|
||||||
compatible:
|
compatible:
|
||||||
|
|
|
@ -10,7 +10,7 @@ description: >
|
||||||
This is a representation of the NXP Kinetis SCG IP node
|
This is a representation of the NXP Kinetis SCG IP node
|
||||||
|
|
||||||
inherits:
|
inherits:
|
||||||
!include [clock.yaml, base.yaml]
|
!include [clock-controller.yaml, base.yaml]
|
||||||
|
|
||||||
properties:
|
properties:
|
||||||
compatible:
|
compatible:
|
||||||
|
|
|
@ -10,7 +10,7 @@ description: >
|
||||||
This is a representation of a generic fixed rate clock provider.
|
This is a representation of a generic fixed rate clock provider.
|
||||||
|
|
||||||
inherits:
|
inherits:
|
||||||
!include clock.yaml
|
!include clock-controller.yaml
|
||||||
|
|
||||||
properties:
|
properties:
|
||||||
compatible:
|
compatible:
|
||||||
|
|
|
@ -10,7 +10,7 @@ description: >
|
||||||
This is a representation of the i.MX CCM IP node
|
This is a representation of the i.MX CCM IP node
|
||||||
|
|
||||||
inherits:
|
inherits:
|
||||||
!include [clock.yaml, base.yaml]
|
!include [clock-controller.yaml, base.yaml]
|
||||||
|
|
||||||
properties:
|
properties:
|
||||||
compatible:
|
compatible:
|
||||||
|
|
|
@ -4,7 +4,7 @@ description: >
|
||||||
This binding gives a base representation of the STM32 Clock control
|
This binding gives a base representation of the STM32 Clock control
|
||||||
|
|
||||||
inherits:
|
inherits:
|
||||||
!include [clock.yaml, base.yaml]
|
!include [clock-controller.yaml, base.yaml]
|
||||||
|
|
||||||
properties:
|
properties:
|
||||||
compatible:
|
compatible:
|
||||||
|
|
|
@ -10,7 +10,7 @@ description: >
|
||||||
This is a representation of the RV32M1 PCC IP node
|
This is a representation of the RV32M1 PCC IP node
|
||||||
|
|
||||||
inherits:
|
inherits:
|
||||||
!include [clock.yaml, base.yaml]
|
!include [clock-controller.yaml, base.yaml]
|
||||||
|
|
||||||
properties:
|
properties:
|
||||||
compatible:
|
compatible:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue