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: mfd: ti,j721e-system-controller: Add clock property

Add a pattern property for clock-controller, also update the example
with a clock-controller node

Signed-off-by: Rahul T R <r-ravikumar@ti.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Link: https://lore.kernel.org/r/20220530101031.11357-2-r-ravikumar@ti.com

authored by

Rahul T R and committed by
Lee Jones
3e26292d 361104b0

+12
+12
Documentation/devicetree/bindings/mfd/ti,j721e-system-controller.yaml
··· 48 48 description: 49 49 This is the SERDES lane control mux. 50 50 51 + "^clock-controller@[0-9a-f]+$": 52 + type: object 53 + $ref: /schemas/clock/ti,am654-ehrpwm-tbclk.yaml# 54 + description: 55 + Clock provider for TI EHRPWM nodes. 56 + 51 57 required: 52 58 - compatible 53 59 - reg ··· 84 78 <0x40b0 0x3>, <0x40b4 0x3>, /* SERDES3 lane0/1 select */ 85 79 <0x40c0 0x3>, <0x40c4 0x3>, <0x40c8 0x3>, <0x40cc 0x3>; 86 80 /* SERDES4 lane0/1/2/3 select */ 81 + }; 82 + 83 + clock-controller@4140 { 84 + compatible = "ti,am654-ehrpwm-tbclk", "syscon"; 85 + reg = <0x4140 0x18>; 86 + #clock-cells = <1>; 87 87 }; 88 88 }; 89 89 ...