ARM: dts: exynos: Remove syscon compatible from chipid node on Exynos5
authorSylwester Nawrocki <s.nawrocki@samsung.com>
Mon, 28 Oct 2019 15:20:49 +0000 (16:20 +0100)
committerKrzysztof Kozlowski <krzk@kernel.org>
Wed, 11 Dec 2019 18:12:00 +0000 (19:12 +0100)
The "syscon" compatible string was introduced in commit ("cdcce1ee977b
ARM: dts: exynos: Add "syscon" compatible string to chipid node on Exynos5")
to allow sharing of the CHIPID IO region between multiple drivers.
However, such sharing can be also done without an additional compatible
so remove the syscon entry.

Suggested-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
arch/arm/boot/dts/exynos5.dtsi

index 4801ca759feb0f7f0d69c1fecc109bda5e1ccc3c..22eb951c614c60d0ca5ee8a6d0b600ec7dfb0c34 100644 (file)
@@ -36,7 +36,7 @@
                ranges;
 
                chipid: chipid@10000000 {
-                       compatible = "samsung,exynos4210-chipid", "syscon";
+                       compatible = "samsung,exynos4210-chipid";
                        reg = <0x10000000 0x100>;
                };