Skip to content

Commit

Permalink
ARM: dts: samsung: exynos5250-snow: use 'gpios' suffix for i2c-arb
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Krzysztof Kozlowski committed Jul 26, 2023
1 parent 838cf5a commit 4f861a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/samsung/exynos5250-snow-common.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
Expand Down

0 comments on commit 4f861a9

Please sign in to comment.