mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-24 10:39:52 +00:00
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
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue