summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/i2c
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2021-02-01 12:45:00 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2021-02-01 12:45:00 +0100
commit2d168d3f68a7826cda53c8bb713965953b2c93fc (patch)
tree9566f15acdce2ab58d3db947907c143e5595ac89 /dts/Bindings/i2c
parenta11bb31e2d7f1958fcacd2954f6725425743df3c (diff)
downloadbarebox-2d168d3f68a7826cda53c8bb713965953b2c93fc.tar.gz
barebox-2d168d3f68a7826cda53c8bb713965953b2c93fc.tar.xz
dts: update to v5.11-rc6
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'dts/Bindings/i2c')
-rw-r--r--dts/Bindings/i2c/i2c-gpio.yaml2
-rw-r--r--dts/Bindings/i2c/snps,designware-i2c.yaml3
2 files changed, 0 insertions, 5 deletions
diff --git a/dts/Bindings/i2c/i2c-gpio.yaml b/dts/Bindings/i2c/i2c-gpio.yaml
index cc3aa2a5e7..ff99344788 100644
--- a/dts/Bindings/i2c/i2c-gpio.yaml
+++ b/dts/Bindings/i2c/i2c-gpio.yaml
@@ -39,11 +39,9 @@ properties:
i2c-gpio,delay-us:
description: delay between GPIO operations (may depend on each platform)
- $ref: /schemas/types.yaml#/definitions/uint32
i2c-gpio,timeout-ms:
description: timeout to get data
- $ref: /schemas/types.yaml#/definitions/uint32
# Deprecated properties, do not use in new device tree sources:
gpios:
diff --git a/dts/Bindings/i2c/snps,designware-i2c.yaml b/dts/Bindings/i2c/snps,designware-i2c.yaml
index c22b66b621..d9293c57f5 100644
--- a/dts/Bindings/i2c/snps,designware-i2c.yaml
+++ b/dts/Bindings/i2c/snps,designware-i2c.yaml
@@ -66,21 +66,18 @@ properties:
default: 400000
i2c-sda-hold-time-ns:
- maxItems: 1
description: |
The property should contain the SDA hold time in nanoseconds. This option
is only supported in hardware blocks version 1.11a or newer or on
Microsemi SoCs.
i2c-scl-falling-time-ns:
- maxItems: 1
description: |
The property should contain the SCL falling time in nanoseconds.
This value is used to compute the tLOW period.
default: 300
i2c-sda-falling-time-ns:
- maxItems: 1
description: |
The property should contain the SDA falling time in nanoseconds.
This value is used to compute the tHIGH period.