diff options
author | Emmanuel Vadot <manu@FreeBSD.org> | 2017-10-21 15:18:20 +0000 |
---|---|---|
committer | Emmanuel Vadot <manu@FreeBSD.org> | 2017-10-21 15:18:20 +0000 |
commit | d5464ff11700ac44568e6816e00d1d1427cc46ae (patch) | |
tree | 1c388ab705b506c8d0e3f16710bfaa2cbc623262 /Bindings/power/actions,owl-sps.txt | |
parent | f3f213a6f94d330b77b3910f4c66b62aeec50645 (diff) | |
download | src-d5464ff11700ac44568e6816e00d1d1427cc46ae.tar.gz src-d5464ff11700ac44568e6816e00d1d1427cc46ae.zip |
dts: Update the Device Tree Sources to Linux 4.13vendor/device-tree/4.13
Notes
Notes:
svn path=/vendor/device-tree/dist/; revision=324818
svn path=/vendor/device-tree/4.13/; revision=324819; tag=vendor/device-tree/4.13
Diffstat (limited to 'Bindings/power/actions,owl-sps.txt')
-rw-r--r-- | Bindings/power/actions,owl-sps.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Bindings/power/actions,owl-sps.txt b/Bindings/power/actions,owl-sps.txt new file mode 100644 index 000000000000..007b9a7ae723 --- /dev/null +++ b/Bindings/power/actions,owl-sps.txt @@ -0,0 +1,17 @@ +Actions Semi Owl Smart Power System (SPS) + +Required properties: +- compatible : "actions,s500-sps" for S500 +- reg : Offset and length of the register set for the device. +- #power-domain-cells : Must be 1. + See macros in: + include/dt-bindings/power/owl-s500-powergate.h for S500 + + +Example: + + sps: power-controller@b01b0100 { + compatible = "actions,s500-sps"; + reg = <0xb01b0100 0x100>; + #power-domain-cells = <1>; + }; |