mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 19:13:47 +02:00
ARM: dts: alpine: Align GIC nodename with dtschema
Fix dtschema validator warnings like:
gic@fb001000: $nodename:0:
'gic@fb001000' does not match '^interrupt-controller(@[0-9a-f,]+)*$'
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
This commit is contained in:
parent
14ed3139e1
commit
48d5732cdf
|
|
@ -91,7 +91,7 @@ arch-timer {
|
|||
};
|
||||
|
||||
/* Interrupt Controller */
|
||||
gic: gic@fb001000 {
|
||||
gic: interrupt-controller@fb001000 {
|
||||
compatible = "arm,cortex-a15-gic";
|
||||
#interrupt-cells = <3>;
|
||||
#size-cells = <0>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user