diff options
author | Lee Jones <lee.jones@linaro.org> | 2013-08-06 03:04:59 +0900 |
---|---|---|
committer | Hyungwon Hwang <human.hwang@samsung.com> | 2014-12-17 16:18:06 +0900 |
commit | e3f84973d47b25c10d88aba05518938fca0720ad (patch) | |
tree | c5ffb693063ef0a24aee349e7f3b713a58b98944 | |
parent | 34627a049f8fa78a856f4b616ed1637d093d7776 (diff) | |
download | linux-3.10-e3f84973d47b25c10d88aba05518938fca0720ad.tar.gz linux-3.10-e3f84973d47b25c10d88aba05518938fca0720ad.tar.bz2 linux-3.10-e3f84973d47b25c10d88aba05518938fca0720ad.zip |
ARM: dts: Remove '0x's from Exynos5420 DTS file
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
-rw-r--r-- | arch/arm/boot/dts/exynos5420.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/exynos5420.dtsi b/arch/arm/boot/dts/exynos5420.dtsi index 8c54c4b74f0..9e90d1ec0c2 100644 --- a/arch/arm/boot/dts/exynos5420.dtsi +++ b/arch/arm/boot/dts/exynos5420.dtsi @@ -59,7 +59,7 @@ }; }; - clock: clock-controller@0x10010000 { + clock: clock-controller@10010000 { compatible = "samsung,exynos5420-clock"; reg = <0x10010000 0x30000>; #clock-cells = <1>; |