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