mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-02-13 22:34:24 -05:00
ARM: dts: Use labels for overriding nodes in exynos4212
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:
committed by
Kukjin Kim
parent
9b70afd9ea
commit
b14cf1276c
@@ -41,12 +41,12 @@ cpu@A01 {
|
||||
reg = <0xA01>;
|
||||
};
|
||||
};
|
||||
|
||||
combiner: interrupt-controller@10440000 {
|
||||
samsung,combiner-nr = <18>;
|
||||
};
|
||||
|
||||
gic: interrupt-controller@10490000 {
|
||||
cpu-offset = <0x8000>;
|
||||
};
|
||||
};
|
||||
|
||||
&combiner {
|
||||
samsung,combiner-nr = <18>;
|
||||
};
|
||||
|
||||
&gic {
|
||||
cpu-offset = <0x8000>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user