[1/2] ARM: dts: samsung: exynos5250-snow: use 'gpios' suffix for i2c-arb

Message ID 20230721133246.15752-1-krzysztof.kozlowski@linaro.org
State New
Headers
Series [1/2] ARM: dts: samsung: exynos5250-snow: use 'gpios' suffix for i2c-arb |

Commit Message

Krzysztof Kozlowski July 21, 2023, 1:32 p.m. UTC
  Linux drivers support both variants - gpios and gpio - but first is
preferred.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 arch/arm/boot/dts/samsung/exynos5250-snow-common.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Krzysztof Kozlowski July 26, 2023, 8:53 a.m. UTC | #1
On Fri, 21 Jul 2023 15:32:45 +0200, Krzysztof Kozlowski wrote:
> Linux drivers support both variants - gpios and gpio - but first is
> preferred.
> 
> 

Applied, thanks!

[1/2] ARM: dts: samsung: exynos5250-snow: use 'gpios' suffix for i2c-arb
      https://git.kernel.org/krzk/linux/c/4f861a9b8167ab2b4d96ed13544aa6133ae7bf55
[2/2] ARM: dts: samsung: exynos5250-snow: switch i2c-arb to new child variant
      https://git.kernel.org/krzk/linux/c/7562d91450b58d2cbb5387cc4b381088f338e635

Best regards,
  

Patch

diff --git a/arch/arm/boot/dts/samsung/exynos5250-snow-common.dtsi b/arch/arm/boot/dts/samsung/exynos5250-snow-common.dtsi
index c82e2762e07c..64f00c5fd322 100644
--- a/arch/arm/boot/dts/samsung/exynos5250-snow-common.dtsi
+++ b/arch/arm/boot/dts/samsung/exynos5250-snow-common.dtsi
@@ -65,7 +65,7 @@  i2c-arbitrator {
 
 		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>;