Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: clock: Add reset controller bindings for Actions Semi Owl SoCs

Add Reset Controller bindings to clock bindings for Actions Semi Owl
SoCs, S700 and S900.

Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>

authored by

Manivannan Sadhasivam and committed by
Stephen Boyd
46b5dfab 3a23eb72

+2
+2
Documentation/devicetree/bindings/clock/actions,owl-cmu.txt
··· 13 13 region. 14 14 - clocks: Reference to the parent clocks ("hosc", "losc") 15 15 - #clock-cells: should be 1. 16 + - #reset-cells: should be 1. 16 17 17 18 Each clock is assigned an identifier, and client nodes can use this identifier 18 19 to specify the clock which they consume. ··· 37 36 reg = <0x0 0xe0160000 0x0 0x1000>; 38 37 clocks = <&hosc>, <&losc>; 39 38 #clock-cells = <1>; 39 + #reset-cells = <1>; 40 40 }; 41 41 42 42 Example: UART controller node that consumes clock generated by the clock