mirror of https://gitee.com/openkylin/linux.git
ARM: dts: Remove '0x's from Exynos4210 DTSI file
... for the sake of consistency and assumed convention. Signed-off-by: Lee Jones <lee.jones@linaro.org> Acked-by: Tomasz Figa <t.figa@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
This commit is contained in:
parent
95f4c46982
commit
e7787aed05
|
@ -72,7 +72,7 @@ mct_map: mct-map {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
clock: clock-controller@0x10030000 {
|
clock: clock-controller@10030000 {
|
||||||
compatible = "samsung,exynos4210-clock";
|
compatible = "samsung,exynos4210-clock";
|
||||||
reg = <0x10030000 0x20000>;
|
reg = <0x10030000 0x20000>;
|
||||||
#clock-cells = <1>;
|
#clock-cells = <1>;
|
||||||
|
|
Loading…
Reference in New Issue