devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RESEND PATCH 1/3] ARM: dts: alpine: Align GIC nodename with dtschema
@ 2020-08-19 17:58 Krzysztof Kozlowski
  2020-08-19 17:58 ` [RESEND PATCH 2/3] arm64: " Krzysztof Kozlowski
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2020-08-19 17:58 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


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

end of thread, other threads:[~2020-08-30 14:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-19 17:58 [RESEND PATCH 1/3] ARM: dts: alpine: Align GIC nodename with dtschema Krzysztof Kozlowski
2020-08-19 17:58 ` [RESEND PATCH 2/3] arm64: " Krzysztof Kozlowski
2020-08-19 17:58 ` [RESEND PATCH 3/3] arm64: dts: alpine: Fix GIC unit address Krzysztof Kozlowski
2020-08-30 14:58 ` [RESEND PATCH 1/3] ARM: dts: alpine: Align GIC nodename with dtschema 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).