diff options
author | Wolfram Sang <wsa@kernel.org> | 2020-05-22 16:57:59 +0200 |
---|---|---|
committer | Wolfram Sang <wsa@kernel.org> | 2020-05-22 16:57:59 +0200 |
commit | 2ea81c0064fe2bbf7c66d3ddeb9f5c5ba0befdc4 (patch) | |
tree | 6be4b728674edf0935584d53a4ec1377faeb1e3d /Documentation | |
parent | Revert "i2c: core: support bus regulator controlling in adapter" (diff) | |
download | linux-2ea81c0064fe2bbf7c66d3ddeb9f5c5ba0befdc4.tar.xz linux-2ea81c0064fe2bbf7c66d3ddeb9f5c5ba0befdc4.zip |
Revert "dt-binding: i2c: add bus-supply property"
This reverts commit 6aab46bc52a8f579879d491c9d8062e03caa5c61. Testing in
linux-next showed it needs some more time.
Signed-off-by: Wolfram Sang <wsa@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/i2c/i2c.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Documentation/devicetree/bindings/i2c/i2c.txt b/Documentation/devicetree/bindings/i2c/i2c.txt index 7aff425c099b..819436b48fae 100644 --- a/Documentation/devicetree/bindings/i2c/i2c.txt +++ b/Documentation/devicetree/bindings/i2c/i2c.txt @@ -23,9 +23,6 @@ Optional properties (per bus) These properties may not be supported by all drivers. However, if a driver wants to support one of the below features, it should adapt these bindings. -- bus-supply - phandle to the regulator that provides power to SCL/SDA. - - clock-frequency frequency of bus clock in Hz. |