提交 08c4b441 编写于 作者: K Krzysztof Kozlowski 提交者: 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: NKrzysztof Kozlowski <k.kozlowski.k@gmail.com>
Signed-off-by: NKukjin Kim <kgene@kernel.org>
上级 13a866d4
...@@ -54,19 +54,19 @@ ...@@ -54,19 +54,19 @@
}; };
}; };
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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册