linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] ARM: dts: alpine: Align GIC nodename with dtschema
@ 2020-06-29  8:15 Krzysztof Kozlowski
  2020-06-29  8:15 ` [PATCH 2/3] arm64: " Krzysztof Kozlowski
  2020-06-29  8:15 ` [PATCH 3/3] arm64: dts: alpine: Fix GIC unit address Krzysztof Kozlowski
  0 siblings, 2 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2020-06-29  8:15 UTC (permalink / raw)
  To: Tsahee Zidenberg, Antoine Tenart, Rob Herring, linux-arm-kernel,
	devicetree, linux-kernel
  Cc: Krzysztof Kozlowski

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>
---
 arch/arm/boot/dts/alpine.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/alpine.dtsi b/arch/arm/boot/dts/alpine.dtsi
index d3036ea823d1..3b0675a1c460 100644
--- a/arch/arm/boot/dts/alpine.dtsi
+++ b/arch/arm/boot/dts/alpine.dtsi
@@ -91,7 +91,7 @@
 		};
 
 		/* Interrupt Controller */
-		gic: gic@fb001000 {
+		gic: interrupt-controller@fb001000 {
 			compatible = "arm,cortex-a15-gic";
 			#interrupt-cells = <3>;
 			#size-cells = <0>;
-- 
2.17.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-06-29  8:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-29  8:15 [PATCH 1/3] ARM: dts: alpine: Align GIC nodename with dtschema Krzysztof Kozlowski
2020-06-29  8:15 ` [PATCH 2/3] arm64: " Krzysztof Kozlowski
2020-06-29  8:15 ` [PATCH 3/3] arm64: dts: alpine: Fix GIC unit address Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).