diff options
author | Linus Walleij <[email protected]> | 2022-07-02 00:41:36 +0200 |
---|---|---|
committer | Wolfram Sang <[email protected]> | 2022-07-06 15:58:56 +0200 |
commit | d4ae0222f6bb749cd5badb89e20d25e7da15b1b7 (patch) | |
tree | a7b08f4d8af114034d49487a969f8f71ed20a8af | |
parent | e4c72c06c367758a14f227c847f9d623f1994ecf (diff) |
dt-bindings: i2c: nomadik: Drop unused voltage supply from example
This drops the pointless v-i2c-supply from the Nomadik I2C
example. This is a leftover from before the use of power
domains when the power domain voltage was attached to a
regulator.
The unused property in the device trees will be removed
in a separate patch.
Reported-by: Rob Herring <[email protected]>
Signed-off-by: Linus Walleij <[email protected]>
Acked-by: Rob Herring <[email protected]>
Signed-off-by: Wolfram Sang <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/i2c/st,nomadik-i2c.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/i2c/st,nomadik-i2c.yaml b/Documentation/devicetree/bindings/i2c/st,nomadik-i2c.yaml index eec502c57047..41623bd0306c 100644 --- a/Documentation/devicetree/bindings/i2c/st,nomadik-i2c.yaml +++ b/Documentation/devicetree/bindings/i2c/st,nomadik-i2c.yaml @@ -89,7 +89,6 @@ examples: #address-cells = <1>; #size-cells = <0>; - v-i2c-supply = <&db8500_vape_reg>; clock-frequency = <400000>; clocks = <&prcc_kclk 3 3>, <&prcc_pclk 3 3>; |