diff options
author | Tomasz Figa <t.figa@samsung.com> | 2013-12-18 13:17:54 -0500 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-12-20 18:24:38 -0500 |
commit | 0572b725368ae6d4b9791f183121fc70f84a035b (patch) | |
tree | a5c129618282658653e34820f1780bbcd20c5aeb /arch/arm/boot/dts/exynos5250-smdk5250.dts | |
parent | 84ee1c150665c69b678b5d23d8e4c65478d6275f (diff) |
ARM: dts: Fix missing spaces after labels for exynos
For consistency with other device tree nodes, this patch adds missing
spaces after node labels.
Signed-off-by: Tomasz Figa <t.figa@samsung.com>
Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
Reviewed-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/boot/dts/exynos5250-smdk5250.dts')
-rw-r--r-- | arch/arm/boot/dts/exynos5250-smdk5250.dts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/exynos5250-smdk5250.dts b/arch/arm/boot/dts/exynos5250-smdk5250.dts index 13746dfb20aa..3f80c2335d32 100644 --- a/arch/arm/boot/dts/exynos5250-smdk5250.dts +++ b/arch/arm/boot/dts/exynos5250-smdk5250.dts | |||
@@ -37,7 +37,7 @@ | |||
37 | }; | 37 | }; |
38 | }; | 38 | }; |
39 | 39 | ||
40 | vdd:fixed-regulator@0 { | 40 | vdd: fixed-regulator@0 { |
41 | compatible = "regulator-fixed"; | 41 | compatible = "regulator-fixed"; |
42 | regulator-name = "vdd-supply"; | 42 | regulator-name = "vdd-supply"; |
43 | regulator-min-microvolt = <1800000>; | 43 | regulator-min-microvolt = <1800000>; |
@@ -45,7 +45,7 @@ | |||
45 | regulator-always-on; | 45 | regulator-always-on; |
46 | }; | 46 | }; |
47 | 47 | ||
48 | dbvdd:fixed-regulator@1 { | 48 | dbvdd: fixed-regulator@1 { |
49 | compatible = "regulator-fixed"; | 49 | compatible = "regulator-fixed"; |
50 | regulator-name = "dbvdd-supply"; | 50 | regulator-name = "dbvdd-supply"; |
51 | regulator-min-microvolt = <3300000>; | 51 | regulator-min-microvolt = <3300000>; |
@@ -53,7 +53,7 @@ | |||
53 | regulator-always-on; | 53 | regulator-always-on; |
54 | }; | 54 | }; |
55 | 55 | ||
56 | spkvdd:fixed-regulator@2 { | 56 | spkvdd: fixed-regulator@2 { |
57 | compatible = "regulator-fixed"; | 57 | compatible = "regulator-fixed"; |
58 | regulator-name = "spkvdd-supply"; | 58 | regulator-name = "spkvdd-supply"; |
59 | regulator-min-microvolt = <5000000>; | 59 | regulator-min-microvolt = <5000000>; |