aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/arm/boot/dts/sam9x60.dtsi
diff options
context:
space:
mode:
authorSergiu Moga <sergiu.moga@microchip.com>2022-03-04 18:11:57 +0200
committerNicolas Ferre <nicolas.ferre@microchip.com>2022-05-17 17:14:42 +0200
commit6a743ea387e639aaee7202e56c94bee8969009b9 (patch)
tree898ba32a3593a6b6b990d375934bb9abd5ea96e2 /arch/arm/boot/dts/sam9x60.dtsi
parentARM: dts: at91: Add the required 'atmel, rtt-rtc-time-reg' property (diff)
downloadwireguard-linux-6a743ea387e639aaee7202e56c94bee8969009b9.tar.xz
wireguard-linux-6a743ea387e639aaee7202e56c94bee8969009b9.zip
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: Sergiu Moga <sergiu.moga@microchip.com> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> Reviewed-by: Tudor Ambarus <tudor.ambarus@microchip.com> Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com> Link: https://lore.kernel.org/all/20220304161159.147784-3-sergiu.moga@microchip.com Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Diffstat (limited to 'arch/arm/boot/dts/sam9x60.dtsi')
-rw-r--r--arch/arm/boot/dts/sam9x60.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/sam9x60.dtsi b/arch/arm/boot/dts/sam9x60.dtsi
index 998629a3c34f..c328b67bea0c 100644
--- a/arch/arm/boot/dts/sam9x60.dtsi
+++ b/arch/arm/boot/dts/sam9x60.dtsi
@@ -684,7 +684,7 @@
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>;