mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-14 10:02:33 -04: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 @@ pcie1: pcie@3400000 {
|
||||
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 @@ pwm7: pwm@2870000 {
|
||||
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 @@ qdma: dma-controller@8380000 {
|
||||
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 @@ qdma: dma-controller@8380000 {
|
||||
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 @@ dpmac10: ethernet@a {
|
||||
};
|
||||
};
|
||||
|
||||
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 @@ ccn@4000000 {
|
||||
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 @@ watchdog@23a0000 {
|
||||
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