projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9123e3a
)
arm64: dts: alpine: Align GIC nodename with dtschema
author
Krzysztof Kozlowski
<krzk@kernel.org>
Mon, 29 Jun 2020 07:02:23 +0000
(09:02 +0200)
committer
Krzysztof Kozlowski
<krzk@kernel.org>
Fri, 11 Sep 2020 15:42:22 +0000
(17:42 +0200)
Fix dtschema validator warnings like:
gic@
f0100000
: $nodename:0:
'gic@
f0100000
' does not match '^interrupt-controller(@[0-9a-f,]+)*$'
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
arch/arm64/boot/dts/amazon/alpine-v2.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/amazon/alpine-v2.dtsi
b/arch/arm64/boot/dts/amazon/alpine-v2.dtsi
index d5e7e2bb4e6cceace6c1863e309991ecb0872ec4..de2eaf77b1ff9c2731c8e196dd2c84f9845b575e 100644
(file)
--- a/
arch/arm64/boot/dts/amazon/alpine-v2.dtsi
+++ b/
arch/arm64/boot/dts/amazon/alpine-v2.dtsi
@@
-113,7
+113,7
@@
<GIC_SPI 107 IRQ_TYPE_LEVEL_HIGH>;
};
- gic:
gic
@f0100000 {
+ gic:
interrupt-controller
@f0100000 {
compatible = "arm,gic-v3";
reg = <0x0 0xf0200000 0x0 0x10000>, /* GIC Dist */
<0x0 0xf0280000 0x0 0x200000>, /* GICR */