powerpc/fsl: Fix rcpm compatible string
authorChenhui Zhao <chenhui.zhao@nxp.com>
Fri, 15 Apr 2016 10:47:46 +0000 (18:47 +0800)
committerScott Wood <oss@buserror.net>
Mon, 16 May 2016 23:23:59 +0000 (18:23 -0500)
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>
arch/powerpc/boot/dts/fsl/t1023si-post.dtsi
arch/powerpc/boot/dts/fsl/t1040si-post.dtsi

index 99e421df79d4c87016ce26ebe0a473f032ea0038..6e0b4892a7406b75ac7de9abf0cee730dbe5c102 100644 (file)
        };
 
        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>;
        };
 
index e0f4da55477405daa5f9eb8f1b065187c0af0574..507649ece0a195e0eca9a3e9899f1a11a184987f 100644 (file)
        };
 
        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>;
        };
 
This page took 0.025677 seconds and 5 git commands to generate.