diff options
author | Lee Jones <lee.jones@linaro.org> | 2013-08-05 14:04:43 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-08-05 14:04:43 -0400 |
commit | e7787aed059ded9b6b922b1af99d40e74b38dd74 (patch) | |
tree | a234448d6004998b216cdcff8aa1a9922de58eb7 | |
parent | 95f4c4698285a76f346d82520f1711951685c460 (diff) |
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>
-rw-r--r-- | arch/arm/boot/dts/exynos4210.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/exynos4210.dtsi b/arch/arm/boot/dts/exynos4210.dtsi index b7f358a93bcb..53e25273ca74 100644 --- a/arch/arm/boot/dts/exynos4210.dtsi +++ b/arch/arm/boot/dts/exynos4210.dtsi | |||
@@ -72,7 +72,7 @@ | |||
72 | }; | 72 | }; |
73 | }; | 73 | }; |
74 | 74 | ||
75 | clock: clock-controller@0x10030000 { | 75 | clock: clock-controller@10030000 { |
76 | compatible = "samsung,exynos4210-clock"; | 76 | compatible = "samsung,exynos4210-clock"; |
77 | reg = <0x10030000 0x20000>; | 77 | reg = <0x10030000 0x20000>; |
78 | #clock-cells = <1>; | 78 | #clock-cells = <1>; |