mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-11 13:27:06 +09:00
ODROID-XU4: ARM: dts: Add "syscon" compatible string to chipid node
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 CHIPID block can be shared by respective drivers. Change-Id: Id7469143417eac92f1f7d010004b67ae6ed35e8d Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com> Signed-off-by: memeka <mihailescu2m@gmail.com>
This commit is contained in:
committed by
Dongjin Kim
parent
abce866b2f
commit
b7aac17b3a
@@ -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>;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user