Commit c31f566d authored by Lee Jones's avatar Lee Jones Committed by Kukjin Kim

ARM: dts: Remove '0x's from Exynos5250 DTS file

Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
parent 1fd9a015
...@@ -68,17 +68,17 @@ cpu@1 { ...@@ -68,17 +68,17 @@ cpu@1 {
}; };
}; };
pd_gsc: gsc-power-domain@0x10044000 { pd_gsc: gsc-power-domain@10044000 {
compatible = "samsung,exynos4210-pd"; compatible = "samsung,exynos4210-pd";
reg = <0x10044000 0x20>; reg = <0x10044000 0x20>;
}; };
pd_mfc: mfc-power-domain@0x10044040 { pd_mfc: mfc-power-domain@10044040 {
compatible = "samsung,exynos4210-pd"; compatible = "samsung,exynos4210-pd";
reg = <0x10044040 0x20>; reg = <0x10044040 0x20>;
}; };
clock: clock-controller@0x10010000 { clock: clock-controller@10010000 {
compatible = "samsung,exynos5250-clock"; compatible = "samsung,exynos5250-clock";
reg = <0x10010000 0x30000>; reg = <0x10010000 0x30000>;
#clock-cells = <1>; #clock-cells = <1>;
...@@ -562,7 +562,7 @@ mdma1: mdma@11C10000 { ...@@ -562,7 +562,7 @@ mdma1: mdma@11C10000 {
}; };
}; };
gsc_0: gsc@0x13e00000 { gsc_0: gsc@13e00000 {
compatible = "samsung,exynos5-gsc"; compatible = "samsung,exynos5-gsc";
reg = <0x13e00000 0x1000>; reg = <0x13e00000 0x1000>;
interrupts = <0 85 0>; interrupts = <0 85 0>;
...@@ -571,7 +571,7 @@ gsc_0: gsc@0x13e00000 { ...@@ -571,7 +571,7 @@ gsc_0: gsc@0x13e00000 {
clock-names = "gscl"; clock-names = "gscl";
}; };
gsc_1: gsc@0x13e10000 { gsc_1: gsc@13e10000 {
compatible = "samsung,exynos5-gsc"; compatible = "samsung,exynos5-gsc";
reg = <0x13e10000 0x1000>; reg = <0x13e10000 0x1000>;
interrupts = <0 86 0>; interrupts = <0 86 0>;
...@@ -580,7 +580,7 @@ gsc_1: gsc@0x13e10000 { ...@@ -580,7 +580,7 @@ gsc_1: gsc@0x13e10000 {
clock-names = "gscl"; clock-names = "gscl";
}; };
gsc_2: gsc@0x13e20000 { gsc_2: gsc@13e20000 {
compatible = "samsung,exynos5-gsc"; compatible = "samsung,exynos5-gsc";
reg = <0x13e20000 0x1000>; reg = <0x13e20000 0x1000>;
interrupts = <0 87 0>; interrupts = <0 87 0>;
...@@ -589,7 +589,7 @@ gsc_2: gsc@0x13e20000 { ...@@ -589,7 +589,7 @@ gsc_2: gsc@0x13e20000 {
clock-names = "gscl"; clock-names = "gscl";
}; };
gsc_3: gsc@0x13e30000 { gsc_3: gsc@13e30000 {
compatible = "samsung,exynos5-gsc"; compatible = "samsung,exynos5-gsc";
reg = <0x13e30000 0x1000>; reg = <0x13e30000 0x1000>;
interrupts = <0 88 0>; interrupts = <0 88 0>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment