summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>2026-03-05 12:09:28 +0300
committerKrzysztof Kozlowski <krzk@kernel.org>2026-03-10 19:03:43 +0300
commit44ee52a030a6dd2f6e0ecb3632ecf8b263114619 (patch)
tree2acdd154dd69570850be00257a0879732edfbdaa
parent7c40913bc532f3645c522a89886070a08b1ad23b (diff)
downloadlinux-44ee52a030a6dd2f6e0ecb3632ecf8b263114619.tar.xz
ARM: dts: exyons4412: 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 <krzysztof.kozlowski@oss.qualcomm.com> Link: https://patch.msgid.link/20260305-dts-exynos-i2c-v1-5-2c8d3df3b9ca@oss.qualcomm.com Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
-rw-r--r--arch/arm/boot/dts/samsung/exynos4412-itop-scp-core.dtsi2
-rw-r--r--arch/arm/boot/dts/samsung/exynos4412-origen.dts2
2 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/samsung/exynos4412-itop-scp-core.dtsi b/arch/arm/boot/dts/samsung/exynos4412-itop-scp-core.dtsi
index 7bc6968af9c3..223907e5919c 100644
--- a/arch/arm/boot/dts/samsung/exynos4412-itop-scp-core.dtsi
+++ b/arch/arm/boot/dts/samsung/exynos4412-itop-scp-core.dtsi
@@ -130,8 +130,6 @@
};
&i2c_1 {
- #address-cells = <1>;
- #size-cells = <0>;
samsung,i2c-sda-delay = <100>;
samsung,i2c-max-bus-freq = <400000>;
pinctrl-0 = <&i2c1_bus>;
diff --git a/arch/arm/boot/dts/samsung/exynos4412-origen.dts b/arch/arm/boot/dts/samsung/exynos4412-origen.dts
index 10ab7bc90f50..c5fb551ab352 100644
--- a/arch/arm/boot/dts/samsung/exynos4412-origen.dts
+++ b/arch/arm/boot/dts/samsung/exynos4412-origen.dts
@@ -113,8 +113,6 @@
};
&i2c_0 {
- #address-cells = <1>;
- #size-cells = <0>;
samsung,i2c-sda-delay = <100>;
samsung,i2c-max-bus-freq = <20000>;
pinctrl-0 = <&i2c0_bus>;