Commit 9f052d0c authored by Sachin Kamat's avatar Sachin Kamat Committed by Kukjin Kim

ARM: dts: Fix sysreg node name in exynos4.dtsi

Fix the name as per DT node naming convention.
- rename the node to syscon which is a more generic name.
- append the register value to the node name.
Signed-off-by: default avatarSachin Kamat <sachin.kamat@linaro.org>
Reviewed-by: default avatarTomasz Figa <t.figa@samsung.com>
Reviewed-by: default avatarSylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
parent 1a9110d6
...@@ -99,7 +99,7 @@ combiner:interrupt-controller@10440000 { ...@@ -99,7 +99,7 @@ combiner:interrupt-controller@10440000 {
reg = <0x10440000 0x1000>; reg = <0x10440000 0x1000>;
}; };
sys_reg: sysreg { sys_reg: syscon@10010000 {
compatible = "samsung,exynos4-sysreg", "syscon"; compatible = "samsung,exynos4-sysreg", "syscon";
reg = <0x10010000 0x400>; reg = <0x10010000 0x400>;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment