powerpc/fsl: Fix rcpm compatible string

For T1040, T1042, T1023, and T1024, they should use the compatible
string "fsl,qoriq-rcpm-2.1".

Signed-off-by: Chenhui Zhao <chenhui.zhao@nxp.com>
Signed-off-by: Scott Wood <oss@buserror.net>
This commit is contained in:
Chenhui Zhao 2016-04-15 18:47:46 +08:00 committed by Scott Wood
parent ed8fd100b4
commit d2d79dcc66
2 changed files with 2 additions and 2 deletions

View File

@ -263,7 +263,7 @@
};
rcpm: global-utilities@e2000 {
compatible = "fsl,t1023-rcpm", "fsl,qoriq-rcpm-2.0";
compatible = "fsl,t1023-rcpm", "fsl,qoriq-rcpm-2.1";
reg = <0xe2000 0x1000>;
};

View File

@ -472,7 +472,7 @@
};
rcpm: global-utilities@e2000 {
compatible = "fsl,t1040-rcpm", "fsl,qoriq-rcpm-2.0";
compatible = "fsl,t1040-rcpm", "fsl,qoriq-rcpm-2.1";
reg = <0xe2000 0x1000>;
};