]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: ls1021a: Fix FTM node
authorAlexander Stein <alexander.stein@ew.tq-group.com>
Fri, 25 Jul 2025 06:13:29 +0000 (08:13 +0200)
committerShawn Guo <shawnguo@kernel.org>
Fri, 22 Aug 2025 03:15:08 +0000 (11:15 +0800)
RTC nodes are supposed to be named rtc@. Also remove reg-names which is
neither used nor specified.

Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/nxp/ls/ls1021a.dtsi

index 2351374c2e1075a9166260f73058bbfdafc7ce2e..2c39981bb94edf90390b58d5c30c737dbe4f9468 100644 (file)
                        #power-domain-cells = <0>;
                };
 
-               ftm_alarm0: timer0@29d0000 {
+               ftm_alarm0: rtc@29d0000 {
                        compatible = "fsl,ls1021a-ftm-alarm";
                        reg = <0x0 0x29d0000 0x0 0x10000>;
-                       reg-names = "ftm";
                        fsl,rcpm-wakeup = <&rcpm 0x0 0x20000000>;
                        interrupts = <GIC_SPI 118 IRQ_TYPE_LEVEL_HIGH>;
                        big-endian;