Commit 6a743ea3 authored by Sergiu Moga's avatar Sergiu Moga Committed by Nicolas Ferre
Browse files

ARM: dts: at91: Use the generic "rtc" node name for the rtt IPs



As the DT specification recommends, the node names should be of a
generic nature. Thus, the most appropriate generic node name for
the at91 rtt IPs is the "rtc" node name.

Signed-off-by: default avatarSergiu Moga <sergiu.moga@microchip.com>
Reviewed-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Reviewed-by: default avatarTudor Ambarus <tudor.ambarus@microchip.com>
Signed-off-by: default avatarClaudiu Beznea <claudiu.beznea@microchip.com>
Link: https://lore.kernel.org/all/20220304161159.147784-3-sergiu.moga@microchip.com


Signed-off-by: default avatarNicolas Ferre <nicolas.ferre@microchip.com>
parent 52e0d230
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -684,7 +684,7 @@ shutdown_controller: shdwc@fffffe10 {
				status = "disabled";
			};

			rtt: rtt@fffffe20 {
			rtt: rtc@fffffe20 {
				compatible = "microchip,sam9x60-rtt", "atmel,at91sam9260-rtt";
				reg = <0xfffffe20 0x20>;
				interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;
+1 −1
Original line number Diff line number Diff line
@@ -209,7 +209,7 @@ shdwc: shdwc@e001d010 {
			status = "disabled";
		};

		rtt: rtt@e001d020 {
		rtt: rtc@e001d020 {
			compatible = "microchip,sama7g5-rtt", "microchip,sam9x60-rtt", "atmel,at91sam9260-rtt";
			reg = <0xe001d020 0x30>;
			interrupts = <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>;