summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/i2c/i2c-meson.txt
diff options
context:
space:
mode:
authorHeiner Kallweit <hkallweit1@gmail.com>2017-03-25 14:06:35 +0100
committerWolfram Sang <wsa@the-dreams.de>2017-03-30 17:30:47 +0200
commit39b2ca68537aaf013ad192eb1c9e6b88e267d257 (patch)
treec6c9fcbaaf6a8e0b2a17f2a4abfdb6f3f27679be /Documentation/devicetree/bindings/i2c/i2c-meson.txt
parent09af1c2fa490169c40cbd153c5b83b5a70a0ec4b (diff)
i2c: meson: use i2c core for DT clock-frequency parsing
We don't have to parse the DT manually to retrieve the bus frequency and we don't have to maintain an own default for the bus frequency. Let the i2c core do this for us. Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com> Reviewed-by: Jerome Brunet <jbrunet@baylibre.com> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'Documentation/devicetree/bindings/i2c/i2c-meson.txt')
-rw-r--r--Documentation/devicetree/bindings/i2c/i2c-meson.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/i2c/i2c-meson.txt b/Documentation/devicetree/bindings/i2c/i2c-meson.txt
index 386357d1aab0..611b934c7e10 100644
--- a/Documentation/devicetree/bindings/i2c/i2c-meson.txt
+++ b/Documentation/devicetree/bindings/i2c/i2c-meson.txt
@@ -8,6 +8,8 @@ Required properties:
- #address-cells: should be <1>
- #size-cells: should be <0>
+For details regarding the following core I2C bindings see also i2c.txt.
+
Optional properties:
- clock-frequency: the desired I2C bus clock frequency in Hz; in
absence of this property the default value is used (100 kHz).