ARM: dts: samsung: exynos5250-snow: use 'gpios' suffix for i2c-arb

Linux drivers support both variants - gpios and gpio - but first is
preferred.

Link: https://lore.kernel.org/r/20230721133246.15752-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
This commit is contained in:
Krzysztof Kozlowski
2023-07-21 15:32:45 +02:00
parent 838cf5a437
commit 4f861a9b81
@@ -65,7 +65,7 @@
i2c-parent = <&i2c_4>;
our-claim-gpio = <&gpf0 3 GPIO_ACTIVE_LOW>;
our-claim-gpios = <&gpf0 3 GPIO_ACTIVE_LOW>;
their-claim-gpios = <&gpe0 4 GPIO_ACTIVE_LOW>;
slew-delay-us = <10>;
wait-retry-us = <3000>;