Commit 08c4b441 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Kukjin Kim

ARM: dts: Use labels for overriding nodes in exynos4412

Usage of labels instead of full paths reduces possible mistakes when
overriding nodes.
Signed-off-by: default avatarKrzysztof Kozlowski <k.kozlowski.k@gmail.com>
Signed-off-by: default avatarKukjin Kim <kgene@kernel.org>
parent 13a866d4
...@@ -54,19 +54,19 @@ cpu@A03 { ...@@ -54,19 +54,19 @@ cpu@A03 {
}; };
}; };
combiner: interrupt-controller@10440000 {
samsung,combiner-nr = <20>;
};
pmu { pmu {
interrupts = <2 2>, <3 2>, <18 2>, <19 2>; interrupts = <2 2>, <3 2>, <18 2>, <19 2>;
}; };
};
gic: interrupt-controller@10490000 { &pmu_system_controller {
cpu-offset = <0x4000>; compatible = "samsung,exynos4412-pmu", "syscon";
}; };
pmu_system_controller: system-controller@10020000 { &combiner {
compatible = "samsung,exynos4412-pmu", "syscon"; samsung,combiner-nr = <20>;
}; };
&gic {
cpu-offset = <0x4000>;
}; };
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