]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: layerscape: rename rcpm as wakeup-control from power-control
authorFrank Li <Frank.Li@nxp.com>
Mon, 29 Jul 2024 18:59:24 +0000 (14:59 -0400)
committerShawn Guo <shawnguo@kernel.org>
Tue, 13 Aug 2024 07:26:49 +0000 (15:26 +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. Fix below CHECK_DTBS warning.

power-controller@1ee2140: '#power-domain-cells' is a required property
        from schema $id: http://devicetree.org/schemas/power/power-domain.yaml#

Signed-off-by: Frank Li <Frank.Li@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/fsl-ls1012a.dtsi
arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi
arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi
arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi
arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi
arch/arm64/boot/dts/freescale/fsl-ls208xa.dtsi
arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi

index e61ea7e0737e42b7cc78671edc587fd59e6dcaa2..dfd245b326a0dda2fb47905ed5a5ca562ddb3d45 100644 (file)
                        status = "disabled";
                };
 
-               rcpm: power-controller@1ee2140 {
+               rcpm: wakeup-controller@1ee2140 {
                        compatible = "fsl,ls1012a-rcpm", "fsl,qoriq-rcpm-2.1+";
                        reg = <0x0 0x1ee2140 0x0 0x4>;
                        #fsl,rcpm-wakeup-cells = <1>;
index 6b6e3ee950e538ea7b2b13514534cded7856cfc2..24e86abe88ea10b50fab90706ad863515e9f01cd 100644 (file)
                        status = "disabled";
                };
 
-               rcpm: power-controller@1e34040 {
+               rcpm: wakeup-controller@1e34040 {
                        compatible = "fsl,ls1028a-rcpm", "fsl,qoriq-rcpm-2.1+";
                        reg = <0x0 0x1e34040 0x0 0x1c>;
                        #fsl,rcpm-wakeup-cells = <7>;
index b19a024525cbc9c7ba2a9b7d634fc26514d5604a..c176d36f68437f5f3db4e915181e2716089024f1 100644 (file)
                        big-endian;
                };
 
-               rcpm: power-controller@1ee2140 {
+               rcpm: wakeup-controller@1ee2140 {
                        compatible = "fsl,ls1043a-rcpm", "fsl,qoriq-rcpm-2.1+";
                        reg = <0x0 0x1ee2140 0x0 0x4>;
                        #fsl,rcpm-wakeup-cells = <1>;
index 6e244dc4832d1fdabbea04b3075e37f8a4438046..baf9cb90ba8e751572e3d5353316d6d18cc45446 100644 (file)
                        big-endian;
                };
 
-               rcpm: power-controller@1ee2140 {
+               rcpm: wakeup-controller@1ee2140 {
                        compatible = "fsl,ls1046a-rcpm", "fsl,qoriq-rcpm-2.1+";
                        reg = <0x0 0x1ee2140 0x0 0x4>;
                        #fsl,rcpm-wakeup-cells = <1>;
index 8ce4b6aae79d47a2f20809b09648c395cfb399e2..c980f4c5dcfdc44d74687ec5fc750dafd6f3fb9d 100644 (file)
                        };
                };
 
-               rcpm: power-controller@1e34040 {
+               rcpm: wakeup-controller@1e34040 {
                        compatible = "fsl,ls1088a-rcpm", "fsl,qoriq-rcpm-2.1+";
                        reg = <0x0 0x1e34040 0x0 0x18>;
                        #fsl,rcpm-wakeup-cells = <6>;
index bde89de2576e165796b65663710dfa7773ad63e2..8691117ffcf760508441cd98d57655c9d289faf8 100644 (file)
                        interrupts = <GIC_SPI 12 IRQ_TYPE_LEVEL_HIGH>;
                };
 
-               rcpm: power-controller@1e34040 {
+               rcpm: wakeup-controller@1e34040 {
                        compatible = "fsl,ls208xa-rcpm", "fsl,qoriq-rcpm-2.1+";
                        reg = <0x0 0x1e34040 0x0 0x18>;
                        #fsl,rcpm-wakeup-cells = <6>;
index 26c7ca31e22e7b8a341a42f2e32561484f6e828a..73ee45acfde13c3916e98ffc1cff2c59c8a88ec2 100644 (file)
                        timeout-sec = <30>;
                };
 
-               rcpm: power-controller@1e34040 {
+               rcpm: wakeup-controller@1e34040 {
                        compatible = "fsl,lx2160a-rcpm", "fsl,qoriq-rcpm-2.1+";
                        reg = <0x0 0x1e34040 0x0 0x1c>;
                        #fsl,rcpm-wakeup-cells = <7>;