diff options
| author | Tom Rini <[email protected]> | 2019-07-27 19:50:52 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2019-07-27 19:50:52 -0400 |
| commit | 75551c8bfc9545e31ec2ce238cac3857904007b8 (patch) | |
| tree | 5930f2feea2b0a42c28b211c6c0018f15e694d0f /doc | |
| parent | df9a7a195bdf0722399199bf373afc8309ae3ad7 (diff) | |
| parent | adc097e13320f1016526f0fab75321ad7bab9521 (diff) | |
Merge branch '2019-07-26-ti-imports'
- Bring in the rest of the J271E platform
- Various OMAP3/AM3517, DA850 fixes
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/device-tree-bindings/power/ti,sci-pm-domain.txt | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/doc/device-tree-bindings/power/ti,sci-pm-domain.txt b/doc/device-tree-bindings/power/ti,sci-pm-domain.txt index 0e190e20fed..72d9fbc833c 100644 --- a/doc/device-tree-bindings/power/ti,sci-pm-domain.txt +++ b/doc/device-tree-bindings/power/ti,sci-pm-domain.txt @@ -17,8 +17,15 @@ child of the sysfw node. Required Properties: -------------------- - compatible: Must be "ti,sci-pm-domain" -- #power-domain-cells: Must be 1 so that an id can be provided in each - device node. +- #power-domain-cells: Can be one of the following: + 1: Containing the device id of each node + 2: First entry should be device id + Second entry should be one of the floowing: + TI_SCI_PD_EXCLUSIVE: To allow device to be + exclusively controlled by + the requesting hosts. + TI_SCI_PD_SHARED: To allow device to be shared + by multiple hosts. Example (AM65x): ---------------- |
