ARM: dts: exynos: Add "syscon" compatible string to chipid node on Exynos5
authorSylwester Nawrocki <s.nawrocki@samsung.com>
Tue, 10 Sep 2019 12:36:17 +0000 (14:36 +0200)
committerKrzysztof Kozlowski <krzk@kernel.org>
Wed, 2 Oct 2019 15:39:57 +0000 (17:39 +0200)
The Chip ID block in addition to exact chip revision information
contains data and control registers for ASV (Adaptive Supply Voltage)
and ABB (Adaptive Body Bias). Add "syscon" compatible so the Chip ID
block can be shared by respective drivers.

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

index 67f9b45..4801ca7 100644 (file)
@@ -35,8 +35,8 @@
                #size-cells = <1>;
                ranges;
 
-               chipid@10000000 {
-                       compatible = "samsung,exynos4210-chipid";
+               chipid: chipid@10000000 {
+                       compatible = "samsung,exynos4210-chipid", "syscon";
                        reg = <0x10000000 0x100>;
                };