dts/bindings: Add base clock controller to dts bindings
Introduce a clock.yaml that clock controller bindings should inherit from. clock.yaml defines the properties "#clock-cells" which all clock controllers should have. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
1fe41c169a
commit
7cd4985793
8 changed files with 25 additions and 16 deletions
|
@ -10,7 +10,7 @@ description: >
|
|||
This is a representation of the RV32M1 PCC IP node
|
||||
|
||||
inherits:
|
||||
!include base.yaml
|
||||
!include [clock.yaml, base.yaml]
|
||||
|
||||
properties:
|
||||
compatible:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue