提交 0572b725 编写于 作者: T Tomasz Figa 提交者: Kukjin Kim

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: NTomasz Figa <t.figa@samsung.com>
Acked-by: NKyungmin Park <kyungmin.park@samsung.com>
Reviewed-by: NSylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: NKukjin Kim <kgene.kim@samsung.com>
上级 84ee1c15
...@@ -85,14 +85,14 @@ ...@@ -85,14 +85,14 @@
reg = <0x10023CE0 0x20>; reg = <0x10023CE0 0x20>;
}; };
gic:interrupt-controller@10490000 { gic: interrupt-controller@10490000 {
compatible = "arm,cortex-a9-gic"; compatible = "arm,cortex-a9-gic";
#interrupt-cells = <3>; #interrupt-cells = <3>;
interrupt-controller; interrupt-controller;
reg = <0x10490000 0x1000>, <0x10480000 0x100>; reg = <0x10490000 0x1000>, <0x10480000 0x100>;
}; };
combiner:interrupt-controller@10440000 { combiner: interrupt-controller@10440000 {
compatible = "samsung,exynos4210-combiner"; compatible = "samsung,exynos4210-combiner";
#interrupt-cells = <2>; #interrupt-cells = <2>;
interrupt-controller; interrupt-controller;
......
...@@ -36,11 +36,11 @@ ...@@ -36,11 +36,11 @@
reg = <0x10023CA0 0x20>; reg = <0x10023CA0 0x20>;
}; };
gic:interrupt-controller@10490000 { gic: interrupt-controller@10490000 {
cpu-offset = <0x8000>; cpu-offset = <0x8000>;
}; };
combiner:interrupt-controller@10440000 { combiner: interrupt-controller@10440000 {
samsung,combiner-nr = <16>; samsung,combiner-nr = <16>;
interrupts = <0 0 0>, <0 1 0>, <0 2 0>, <0 3 0>, interrupts = <0 0 0>, <0 1 0>, <0 2 0>, <0 3 0>,
<0 4 0>, <0 5 0>, <0 6 0>, <0 7 0>, <0 4 0>, <0 5 0>, <0 6 0>, <0 7 0>,
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
/ { / {
compatible = "samsung,exynos4212"; compatible = "samsung,exynos4212";
gic:interrupt-controller@10490000 { gic: interrupt-controller@10490000 {
cpu-offset = <0x8000>; cpu-offset = <0x8000>;
}; };
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
/ { / {
compatible = "samsung,exynos4412"; compatible = "samsung,exynos4412";
gic:interrupt-controller@10490000 { gic: interrupt-controller@10490000 {
cpu-offset = <0x4000>; cpu-offset = <0x4000>;
}; };
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
reg = <0x10000000 0x100>; reg = <0x10000000 0x100>;
}; };
combiner:interrupt-controller@10440000 { combiner: interrupt-controller@10440000 {
compatible = "samsung,exynos4210-combiner"; compatible = "samsung,exynos4210-combiner";
#interrupt-cells = <2>; #interrupt-cells = <2>;
interrupt-controller; interrupt-controller;
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
<0 28 0>, <0 29 0>, <0 30 0>, <0 31 0>; <0 28 0>, <0 29 0>, <0 30 0>, <0 31 0>;
}; };
gic:interrupt-controller@10481000 { gic: interrupt-controller@10481000 {
compatible = "arm,cortex-a15-gic", "arm,cortex-a9-gic"; compatible = "arm,cortex-a15-gic", "arm,cortex-a9-gic";
#interrupt-cells = <3>; #interrupt-cells = <3>;
interrupt-controller; interrupt-controller;
......
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
}; };
}; };
vdd:fixed-regulator@0 { vdd: fixed-regulator@0 {
compatible = "regulator-fixed"; compatible = "regulator-fixed";
regulator-name = "vdd-supply"; regulator-name = "vdd-supply";
regulator-min-microvolt = <1800000>; regulator-min-microvolt = <1800000>;
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
regulator-always-on; regulator-always-on;
}; };
dbvdd:fixed-regulator@1 { dbvdd: fixed-regulator@1 {
compatible = "regulator-fixed"; compatible = "regulator-fixed";
regulator-name = "dbvdd-supply"; regulator-name = "dbvdd-supply";
regulator-min-microvolt = <3300000>; regulator-min-microvolt = <3300000>;
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
regulator-always-on; regulator-always-on;
}; };
spkvdd:fixed-regulator@2 { spkvdd: fixed-regulator@2 {
compatible = "regulator-fixed"; compatible = "regulator-fixed";
regulator-name = "spkvdd-supply"; regulator-name = "spkvdd-supply";
regulator-min-microvolt = <5000000>; regulator-min-microvolt = <5000000>;
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
#clock-cells = <1>; #clock-cells = <1>;
}; };
gic:interrupt-controller@2E0000 { gic: interrupt-controller@2E0000 {
compatible = "arm,cortex-a15-gic"; compatible = "arm,cortex-a15-gic";
#interrupt-cells = <3>; #interrupt-cells = <3>;
interrupt-controller; interrupt-controller;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册