diff mbox series

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

Message ID 20230207210020.677007-6-krzysztof.kozlowski@linaro.org
State New
Headers show
Series [1/7] ARM: dts: exynos: Remove empty camera pinctrl configuration in Trats | expand

Commit Message

Krzysztof Kozlowski Feb. 7, 2023, 9 p.m. UTC
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@linaro.org>
---
 arch/arm/boot/dts/exynos5250-arndale.dts | 2 --
 1 file changed, 2 deletions(-)

Comments

Krzysztof Kozlowski Feb. 9, 2023, 11:10 a.m. UTC | #1
On Tue, 7 Feb 2023 22:00:19 +0100, Krzysztof Kozlowski wrote:
> I2C10 does not have any children because it is used in HDMI DDC, so drop
> redundant address/size-cells.
> 
> 

Applied, thanks!

[6/7] ARM: dts: exynos: drop redundant address/size cells from I2C10 on Arndale
      https://git.kernel.org/krzk/linux/c/c118f3d23531fccab2f64cb02196b2b52ad8392d

Best regards,
diff mbox series

Patch

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>;
 	};
 };