mirror of
https://github.com/torvalds/linux.git
synced 2026-06-04 12:35:52 +02:00
ARM: dts: stm32: use recent scl/sda gpio bindings
We have dedictaded bindings for scl/sda nowadays. Switch away from the deprecated plain 'gpios' property. Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
This commit is contained in:
parent
08468d0bf1
commit
ed8c952aee
|
|
@ -117,8 +117,8 @@ lis3lv02dl@1d {
|
|||
/* GPIO I2C connected to the USB portions of the STw4811 only */
|
||||
gpio-i2c {
|
||||
compatible = "i2c-gpio";
|
||||
gpios = <&gpio2 10 0>, /* sda */
|
||||
<&gpio2 9 0>; /* scl */
|
||||
sda-gpios = <&gpio2 10 0>;
|
||||
scl-gpios = <&gpio2 9 0>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
pinctrl-names = "default";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user