aboutsummaryrefslogtreecommitdiff
path: root/Bindings/soc/ti/sci-pm-domain.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Bindings/soc/ti/sci-pm-domain.txt')
-rw-r--r--Bindings/soc/ti/sci-pm-domain.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/Bindings/soc/ti/sci-pm-domain.txt b/Bindings/soc/ti/sci-pm-domain.txt
index c705db07d820..66e6265fb0aa 100644
--- a/Bindings/soc/ti/sci-pm-domain.txt
+++ b/Bindings/soc/ti/sci-pm-domain.txt
@@ -46,12 +46,13 @@ Required Properties:
- power-domains: phandle pointing to the corresponding PM domain node
and an ID representing the device.
-See dt-bindings/genpd/k2g.h for the list of valid identifiers for k2g.
+See http://processors.wiki.ti.com/index.php/TISCI#66AK2G02_Data for the list
+of valid identifiers for k2g.
Example (K2G):
--------------------
uart0: serial@02530c00 {
compatible = "ns16550a";
...
- power-domains = <&k2g_pds K2G_DEV_UART0>;
+ power-domains = <&k2g_pds 0x002c>;
};