diff options
author | Heiner Kallweit <hkallweit1@gmail.com> | 2017-03-25 14:06:35 +0100 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2017-03-30 17:30:47 +0200 |
commit | 39b2ca68537aaf013ad192eb1c9e6b88e267d257 (patch) | |
tree | c6c9fcbaaf6a8e0b2a17f2a4abfdb6f3f27679be /Documentation/devicetree/bindings/i2c | |
parent | i2c: meson: set clock divider in probe instead of setting it for each transfer (diff) | |
download | linux-39b2ca68537aaf013ad192eb1c9e6b88e267d257.tar.xz linux-39b2ca68537aaf013ad192eb1c9e6b88e267d257.zip |
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')
-rw-r--r-- | Documentation/devicetree/bindings/i2c/i2c-meson.txt | 2 |
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). |