diff options
author | Krzysztof Kozlowski <[email protected]> | 2023-07-21 15:32:46 +0200 |
---|---|---|
committer | Krzysztof Kozlowski <[email protected]> | 2023-07-26 10:51:07 +0200 |
commit | 7562d91450b58d2cbb5387cc4b381088f338e635 (patch) | |
tree | e5220b6fd0b6222a4d86725c21460e555d630eee | |
parent | 4f861a9b8167ab2b4d96ed13544aa6133ae7bf55 (diff) |
ARM: dts: samsung: exynos5250-snow: switch i2c-arb to new child variant
Since commit e8813c15be0a ("dt-bindings: i2c: add support for 'i2c-arb'
subnode") the i2c-arbitrator subnode should not have unit address.
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Krzysztof Kozlowski <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/samsung/exynos5250-snow-common.dtsi | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/arm/boot/dts/samsung/exynos5250-snow-common.dtsi b/arch/arm/boot/dts/samsung/exynos5250-snow-common.dtsi index 64f00c5fd322..65b000df176e 100644 --- a/arch/arm/boot/dts/samsung/exynos5250-snow-common.dtsi +++ b/arch/arm/boot/dts/samsung/exynos5250-snow-common.dtsi @@ -60,9 +60,6 @@ i2c-arbitrator { compatible = "i2c-arb-gpio-challenge"; - #address-cells = <1>; - #size-cells = <0>; - i2c-parent = <&i2c_4>; our-claim-gpios = <&gpf0 3 GPIO_ACTIVE_LOW>; @@ -75,8 +72,7 @@ pinctrl-0 = <&arb_our_claim &arb_their_claim>; /* Use ID 104 as a hint that we're on physical bus 4 */ - i2c_104: i2c@0 { - reg = <0>; + i2c_104: i2c-arb { #address-cells = <1>; #size-cells = <0>; |