mirror of
https://github.com/torvalds/linux.git
synced 2024-12-12 22:23:55 +00:00
ARM: dts: s5pv210: replace deprecated "gpios" i2c-gpio property in Goni
"gpios" property is deprecated. Update the Goni DTS to fix dtbs_checks warnings like: i2c-pmic: 'sda-gpios' is a required property i2c-pmic: 'scl-gpios' is a required property Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> Link: https://lore.kernel.org/r/20200907161141.31034-24-krzk@kernel.org
This commit is contained in:
parent
ddeb5e7d3d
commit
6995a4c463
@ -76,8 +76,8 @@
|
||||
|
||||
i2c_pmic: i2c-pmic {
|
||||
compatible = "i2c-gpio";
|
||||
gpios = <&gpj4 0 GPIO_ACTIVE_HIGH>, /* sda */
|
||||
<&gpj4 3 GPIO_ACTIVE_HIGH>; /* scl */
|
||||
sda-gpios = <&gpj4 0 GPIO_ACTIVE_HIGH>;
|
||||
scl-gpios = <&gpj4 3 GPIO_ACTIVE_HIGH>;
|
||||
i2c-gpio,delay-us = <2>; /* ~100 kHz */
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
Loading…
Reference in New Issue
Block a user