Message ID | 20220701224136.808991-1-linus.walleij@linaro.org |
---|---|
State | Accepted |
Commit | d4ae0222f6bb749cd5badb89e20d25e7da15b1b7 |
Headers | show |
Series | dt-bindings: i2c: Drop unused voltage supply from example | expand |
On Fri, Jul 1, 2022 at 4:43 PM Linus Walleij <linus.walleij@linaro.org> wrote: > > 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 <robh@kernel.org> > Signed-off-by: Linus Walleij <linus.walleij@linaro.org> > --- > Documentation/devicetree/bindings/i2c/st,nomadik-i2c.yaml | 1 - > 1 file changed, 1 deletion(-) Acked-by: Rob Herring <robh@kernel.org>
On Sat, Jul 02, 2022 at 12:41:36AM +0200, Linus Walleij wrote: > 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 <robh@kernel.org> > Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Added "nomaid" to $subject and applied to for-next, thanks!
> Added "nomaid" to $subject and applied to for-next, thanks!
"nomadik", of course!
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>;
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 <robh@kernel.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> --- Documentation/devicetree/bindings/i2c/st,nomadik-i2c.yaml | 1 - 1 file changed, 1 deletion(-)