mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
arm64: dts: layerscape: rename rcpm as wakeup-control from power-control
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>
This commit is contained in:
@@ -556,7 +556,7 @@
|
||||
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>;
|
||||
|
||||
@@ -1319,7 +1319,7 @@
|
||||
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>;
|
||||
|
||||
@@ -983,7 +983,7 @@
|
||||
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>;
|
||||
|
||||
@@ -935,7 +935,7 @@
|
||||
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>;
|
||||
|
||||
@@ -1033,7 +1033,7 @@
|
||||
};
|
||||
};
|
||||
|
||||
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>;
|
||||
|
||||
@@ -1218,7 +1218,7 @@
|
||||
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>;
|
||||
|
||||
@@ -1078,7 +1078,7 @@
|
||||
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>;
|
||||
|
||||
Reference in New Issue
Block a user