diff options
author | Wolfram Sang <wsa@kernel.org> | 2020-05-22 17:57:59 +0300 |
---|---|---|
committer | Wolfram Sang <wsa@kernel.org> | 2020-05-22 17:57:59 +0300 |
commit | 2ea81c0064fe2bbf7c66d3ddeb9f5c5ba0befdc4 (patch) | |
tree | 6be4b728674edf0935584d53a4ec1377faeb1e3d | |
parent | 7a4e63cb0905672fd52e7316a885f19d4aeed976 (diff) | |
download | linux-2ea81c0064fe2bbf7c66d3ddeb9f5c5ba0befdc4.tar.xz |
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>
-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. |