forked from Minki/linux
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: Sachin Kamat <sachin.kamat@linaro.org> Reviewed-by: Tomasz Figa <t.figa@samsung.com> Reviewed-by: Sylwester Nawrocki <s.nawrocki@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
This commit is contained in:
parent
1a9110d6dd
commit
9f052d0c5f
@ -99,7 +99,7 @@
|
|||||||
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>;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user