mirror of https://gitee.com/openkylin/linux.git
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: Krzysztof Kozlowski <k.kozlowski.k@gmail.com> Signed-off-by: Kukjin Kim <kgene@kernel.org>
This commit is contained in:
parent
13a866d45f
commit
08c4b441a6
|
@ -54,19 +54,19 @@ cpu@A03 {
|
|||
};
|
||||
};
|
||||
|
||||
combiner: interrupt-controller@10440000 {
|
||||
samsung,combiner-nr = <20>;
|
||||
};
|
||||
|
||||
pmu {
|
||||
interrupts = <2 2>, <3 2>, <18 2>, <19 2>;
|
||||
};
|
||||
|
||||
gic: interrupt-controller@10490000 {
|
||||
cpu-offset = <0x4000>;
|
||||
};
|
||||
|
||||
pmu_system_controller: system-controller@10020000 {
|
||||
compatible = "samsung,exynos4412-pmu", "syscon";
|
||||
};
|
||||
};
|
||||
|
||||
&pmu_system_controller {
|
||||
compatible = "samsung,exynos4412-pmu", "syscon";
|
||||
};
|
||||
|
||||
&combiner {
|
||||
samsung,combiner-nr = <20>;
|
||||
};
|
||||
|
||||
&gic {
|
||||
cpu-offset = <0x4000>;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue