diff options
author | James Morris | 2017-11-29 02:47:41 +0100 |
---|---|---|
committer | James Morris | 2017-11-29 02:47:41 +0100 |
commit | cf40a76e7d5874bb25f4404eecc58a2e033af885 (patch) | |
tree | 8fd81cbea03c87b3d41d7ae5b1d11eadd35d6ef5 /Documentation/devicetree/bindings/soc/ti | |
parent | security: fix description of values returned by cap_inode_need_killpriv (diff) | |
parent | Linux 4.15-rc1 (diff) | |
download | kernel-qcow2-linux-cf40a76e7d5874bb25f4404eecc58a2e033af885.tar.gz kernel-qcow2-linux-cf40a76e7d5874bb25f4404eecc58a2e033af885.tar.xz kernel-qcow2-linux-cf40a76e7d5874bb25f4404eecc58a2e033af885.zip |
Merge tag 'v4.15-rc1' into next-seccomp
Linux 4.15-rc1
Diffstat (limited to 'Documentation/devicetree/bindings/soc/ti')
-rw-r--r-- | Documentation/devicetree/bindings/soc/ti/sci-pm-domain.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Documentation/devicetree/bindings/soc/ti/sci-pm-domain.txt b/Documentation/devicetree/bindings/soc/ti/sci-pm-domain.txt index c705db07d820..f7b00a7c0f68 100644 --- a/Documentation/devicetree/bindings/soc/ti/sci-pm-domain.txt +++ b/Documentation/devicetree/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 { + uart0: serial@2530c00 { compatible = "ns16550a"; ... - power-domains = <&k2g_pds K2G_DEV_UART0>; + power-domains = <&k2g_pds 0x002c>; }; |