aboutsummaryrefslogtreecommitdiff
path: root/Bindings/i2c/i2c-davinci.txt
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2018-02-09 22:33:22 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2018-02-09 22:33:22 +0000
commit16ae49e2bea5badc71c2265966ec2a9b0ba541dc (patch)
tree5ff3ed27eadaf4f2d05b771bc108bd500b3d8f48 /Bindings/i2c/i2c-davinci.txt
parent550370858c61e6f7fe3832de73daa9cc25ba716a (diff)
downloadsrc-16ae49e2bea5badc71c2265966ec2a9b0ba541dc.tar.gz
src-16ae49e2bea5badc71c2265966ec2a9b0ba541dc.zip
Update our copies of the Device Tree Source to Linux 4.15vendor/device-tree/4.15
Notes
Notes: svn path=/vendor/device-tree/dist/; revision=329088 svn path=/vendor/device-tree/4.15/; revision=329090; tag=vendor/device-tree/4.15
Diffstat (limited to 'Bindings/i2c/i2c-davinci.txt')
-rw-r--r--Bindings/i2c/i2c-davinci.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/Bindings/i2c/i2c-davinci.txt b/Bindings/i2c/i2c-davinci.txt
index 5b123e0e4cc2..64e6e656c345 100644
--- a/Bindings/i2c/i2c-davinci.txt
+++ b/Bindings/i2c/i2c-davinci.txt
@@ -6,6 +6,18 @@ davinci/keystone i2c interface contains.
Required properties:
- compatible: "ti,davinci-i2c" or "ti,keystone-i2c";
- reg : Offset and length of the register set for the device
+- clocks: I2C functional clock phandle.
+ For 66AK2G this property should be set per binding,
+ Documentation/devicetree/bindings/clock/ti,sci-clk.txt
+
+SoC-specific Required Properties:
+
+The following are mandatory properties for Keystone 2 66AK2G SoCs only:
+
+- power-domains: Should contain a phandle to a PM domain provider node
+ and an args specifier containing the I2C device id
+ value. This property is as per the binding,
+ Documentation/devicetree/bindings/soc/ti/sci-pm-domain.txt
Recommended properties :
- interrupts : standard interrupt property.