ARM: dts: exynos: Add "syscon" compatible string to chipid node on Exynos5
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>
This commit is contained in:
parent
9c8238b85c
commit
cdcce1ee97
|
@ -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>;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue