Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: exynos: drop redundant address/size cells from I2C10 on Arndale

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

Link: https://lore.kernel.org/r/20230207210020.677007-6-krzysztof.kozlowski@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

-2
-2
arch/arm/boot/dts/exynos5250-arndale.dts
··· 627 627 sda-gpios = <&gpa0 6 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>; 628 628 scl-gpios = <&gpa0 7 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>; 629 629 i2c-gpio,delay-us = <2>; 630 - #address-cells = <1>; 631 - #size-cells = <0>; 632 630 }; 633 631 }; 634 632