From: Krzysztof Kozlowski Date: Thu, 5 Mar 2026 09:09:27 +0000 (+0100) Subject: ARM: dts: exynos4210-smdkv310: Drop duplicated I2C address/size-cells X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7c40913bc532f3645c522a89886070a08b1ad23b;p=thirdparty%2Fkernel%2Flinux.git ARM: dts: exynos4210-smdkv310: Drop duplicated I2C address/size-cells The DTSI already has address/size-cells for each I2C controller, thus the board does not have to define them again. Signed-off-by: Krzysztof Kozlowski Link: https://patch.msgid.link/20260305-dts-exynos-i2c-v1-4-2c8d3df3b9ca@oss.qualcomm.com Signed-off-by: Krzysztof Kozlowski --- diff --git a/arch/arm/boot/dts/samsung/exynos4210-smdkv310.dts b/arch/arm/boot/dts/samsung/exynos4210-smdkv310.dts index 18f4f494093b..a6b73a8967c6 100644 --- a/arch/arm/boot/dts/samsung/exynos4210-smdkv310.dts +++ b/arch/arm/boot/dts/samsung/exynos4210-smdkv310.dts @@ -68,8 +68,6 @@ }; &i2c_0 { - #address-cells = <1>; - #size-cells = <0>; samsung,i2c-sda-delay = <100>; samsung,i2c-max-bus-freq = <100000>; status = "okay";