mirror of https://gitee.com/openkylin/linux.git
ARM: dts: Remove '0x's from Exynos4x12 DTSI file
Signed-off-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
This commit is contained in:
parent
e7787aed05
commit
1fd9a015e3
|
@ -28,7 +28,7 @@ aliases {
|
|||
pinctrl3 = &pinctrl_3;
|
||||
};
|
||||
|
||||
clock: clock-controller@0x10030000 {
|
||||
clock: clock-controller@10030000 {
|
||||
compatible = "samsung,exynos4412-clock";
|
||||
reg = <0x10030000 0x20000>;
|
||||
#clock-cells = <1>;
|
||||
|
|
Loading…
Reference in New Issue