Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d2d79dcc authored by Chenhui Zhao's avatar Chenhui Zhao Committed by Scott Wood
Browse files

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: default avatarChenhui Zhao <chenhui.zhao@nxp.com>
Signed-off-by: default avatarScott Wood <oss@buserror.net>
parent ed8fd100
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>;
	};

+1 −1
Original line number Diff line number Diff line
@@ -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>;
	};