diff options
author | Chenhui Zhao <chenhui.zhao@nxp.com> | 2016-04-15 06:47:46 -0400 |
---|---|---|
committer | Scott Wood <oss@buserror.net> | 2016-05-16 19:23:59 -0400 |
commit | d2d79dcc661d6a5b70597ab982e09d7752d66101 (patch) | |
tree | e6c8aa3e9a346a23a2c6cbb158964546c4d70d1b /arch/powerpc | |
parent | ed8fd100b494b95118097ddfcc3f8c112a9a04f0 (diff) |
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>
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/boot/dts/fsl/t1023si-post.dtsi | 2 | ||||
-rw-r--r-- | arch/powerpc/boot/dts/fsl/t1040si-post.dtsi | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/boot/dts/fsl/t1023si-post.dtsi b/arch/powerpc/boot/dts/fsl/t1023si-post.dtsi index 99e421df79d4..6e0b4892a740 100644 --- a/arch/powerpc/boot/dts/fsl/t1023si-post.dtsi +++ b/arch/powerpc/boot/dts/fsl/t1023si-post.dtsi | |||
@@ -263,7 +263,7 @@ | |||
263 | }; | 263 | }; |
264 | 264 | ||
265 | rcpm: global-utilities@e2000 { | 265 | rcpm: global-utilities@e2000 { |
266 | compatible = "fsl,t1023-rcpm", "fsl,qoriq-rcpm-2.0"; | 266 | compatible = "fsl,t1023-rcpm", "fsl,qoriq-rcpm-2.1"; |
267 | reg = <0xe2000 0x1000>; | 267 | reg = <0xe2000 0x1000>; |
268 | }; | 268 | }; |
269 | 269 | ||
diff --git a/arch/powerpc/boot/dts/fsl/t1040si-post.dtsi b/arch/powerpc/boot/dts/fsl/t1040si-post.dtsi index e0f4da554774..507649ece0a1 100644 --- a/arch/powerpc/boot/dts/fsl/t1040si-post.dtsi +++ b/arch/powerpc/boot/dts/fsl/t1040si-post.dtsi | |||
@@ -472,7 +472,7 @@ | |||
472 | }; | 472 | }; |
473 | 473 | ||
474 | rcpm: global-utilities@e2000 { | 474 | rcpm: global-utilities@e2000 { |
475 | compatible = "fsl,t1040-rcpm", "fsl,qoriq-rcpm-2.0"; | 475 | compatible = "fsl,t1040-rcpm", "fsl,qoriq-rcpm-2.1"; |
476 | reg = <0xe2000 0x1000>; | 476 | reg = <0xe2000 0x1000>; |
477 | }; | 477 | }; |
478 | 478 | ||