diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2022-05-26 23:10:46 +0200 |
---|---|---|
committer | Wolfram Sang <wsa@kernel.org> | 2022-06-08 21:41:04 +0200 |
commit | 577584582db59f26c9f27e59e0fd8f0162d2ccdb (patch) | |
tree | 9fab699618a05d97c2a3c25bada4a6ded80562d1 /Documentation/devicetree/bindings/i2c/i2c-nomadik.txt | |
parent | f2906aa863381afb0015a9eb7fefad885d4e5a56 (diff) | |
download | lwn-577584582db59f26c9f27e59e0fd8f0162d2ccdb.tar.gz lwn-577584582db59f26c9f27e59e0fd8f0162d2ccdb.zip |
dt-bindings: i2c: Rewrite Nomadik I2C bindings in YAML
This rewrites the Nomadik I2C bindings in YAML, some extra
tweaks were needed because of the way the original nomadik
names the compatible with two compatibles and the DB8500
with three, and the two main variants use a different clock
name.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/i2c/i2c-nomadik.txt')
-rw-r--r-- | Documentation/devicetree/bindings/i2c/i2c-nomadik.txt | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/Documentation/devicetree/bindings/i2c/i2c-nomadik.txt b/Documentation/devicetree/bindings/i2c/i2c-nomadik.txt deleted file mode 100644 index 72065b0ff680..000000000000 --- a/Documentation/devicetree/bindings/i2c/i2c-nomadik.txt +++ /dev/null @@ -1,23 +0,0 @@ -I2C for Nomadik based systems - -Required (non-standard) properties: - - Nil - -Recommended (non-standard) properties: - - clock-frequency : Maximum bus clock frequency for the device - -Optional (non-standard) properties: - - Nil - -Example : - -i2c@80004000 { - compatible = "stericsson,db8500-i2c", "st,nomadik-i2c"; - reg = <0x80004000 0x1000>; - interrupts = <0 21 0x4>; - #address-cells = <1>; - #size-cells = <0>; - v-i2c-supply = <&db8500_vape_reg>; - - clock-frequency = <400000>; -}; |