[PATCH 6/7] ARM: dts: exynos: drop redundant address/size cells from I2C10 on Arndale

From: Krzysztof Kozlowski
Date: Tue Feb 07 2023 - 16:00:59 EST


I2C10 does not have any children because it is used in HDMI DDC, so drop
redundant address/size-cells.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
---
arch/arm/boot/dts/exynos5250-arndale.dts | 2 --
1 file changed, 2 deletions(-)

diff --git a/arch/arm/boot/dts/exynos5250-arndale.dts b/arch/arm/boot/dts/exynos5250-arndale.dts
index e995cfee03f3..305289ed06d8 100644
--- a/arch/arm/boot/dts/exynos5250-arndale.dts
+++ b/arch/arm/boot/dts/exynos5250-arndale.dts
@@ -627,8 +627,6 @@ i2c_ddc: i2c-10 {
sda-gpios = <&gpa0 6 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
scl-gpios = <&gpa0 7 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
i2c-gpio,delay-us = <2>;
- #address-cells = <1>;
- #size-cells = <0>;
};
};

--
2.34.1