diff options
| author | Tony Lindgren <tony@atomide.com> | 2020-09-03 12:06:18 +0300 |
|---|---|---|
| committer | Tony Lindgren <tony@atomide.com> | 2020-09-03 12:06:18 +0300 |
| commit | 0d7ce5c5c4e6418c1bb1d7c5ee94de815fdc3041 (patch) | |
| tree | af09d9d026f7524decf3ddb7e3bcb9ff1e4db470 /Documentation | |
| parent | 90aa4ed5a43fabd7fc12f84164e20ccae19f5560 (diff) | |
| parent | 0fd1594b3c339f17210c7ebfff102ad054cfcc7d (diff) | |
| download | linux-0d7ce5c5c4e6418c1bb1d7c5ee94de815fdc3041.tar.xz | |
Merge branch 'omap-for-v5.10/prm-genpd' into omap-for-v5.10/ti-sysc-drop-pdata
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/devicetree/bindings/arm/omap/prm-inst.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/omap/prm-inst.txt b/Documentation/devicetree/bindings/arm/omap/prm-inst.txt index fcd3456afbbe..42db138e091a 100644 --- a/Documentation/devicetree/bindings/arm/omap/prm-inst.txt +++ b/Documentation/devicetree/bindings/arm/omap/prm-inst.txt @@ -18,6 +18,7 @@ Required properties: (base address and length) Optional properties: +- #power-domain-cells: Should be 0 if the instance is a power domain provider. - #reset-cells: Should be 1 if the PRM instance in question supports resets. Example: @@ -25,5 +26,6 @@ Example: prm_dsp2: prm@1b00 { compatible = "ti,dra7-prm-inst", "ti,omap-prm-inst"; reg = <0x1b00 0x40>; + #power-domain-cells = <0>; #reset-cells = <1>; }; |
