]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ARM: dts: ls1021a: rename rcpm as wakeup-control from power-control
authorAlexander Stein <alexander.stein@ew.tq-group.com>
Tue, 12 Aug 2025 06:13:38 +0000 (08:13 +0200)
committerShawn Guo <shawnguo@kernel.org>
Fri, 22 Aug 2025 09:04:27 +0000 (17:04 +0800)
Invoke power-domain.yaml if node name as 'power-control'.

Rcpm actually are not power domain controller. It just control wakeup
capability. So rename it as wakeup-control. Implements the same change
as commit e39f567e1c38c ("arm64: dts: layerscape: rename rcpm as
wakeup-control from power-control") for arm64 layerscapes.
While at it, also remove superfluous #power-domain-cells

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 abb3e5ed7e027c5f53b35338dcd6c1bc0ba5dfe2..29105773add7f4da0ab1c3acee753514eaae4a62 100644 (file)
                        big-endian;
                };
 
-               rcpm: power-controller@1ee2140 {
+               rcpm: wakeup-controller@1ee2140 {
                        compatible = "fsl,ls1021a-rcpm", "fsl,qoriq-rcpm-2.1+";
                        reg = <0x0 0x1ee2140 0x0 0x8>;
                        #fsl,rcpm-wakeup-cells = <2>;
-                       #power-domain-cells = <0>;
                };
 
                ftm_alarm0: rtc@29d0000 {