Message ID | 50fbe259ee5951e32221af457737b7d970be9f32.1558456785.git.robin.murphy@arm.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 11290c09e29600f45684113d78209d1df1c22aba |
Delegated to: | Simon Horman |
Headers | show |
Series | [1/2] arm64: dts: renesas: r8a774c0: Clean up CPU compatibles | expand |
On Tue, May 21, 2019 at 6:44 PM Robin Murphy <robin.murphy@arm.com> wrote: > Apparently this DTS crossed over with commit 31af04cd60d3 ("arm64: dts: > Remove inconsistent use of 'arm,armv8' compatible string") and missed > out on the cleanup, so put it right. > > CC: Simon Horman <horms@verge.net.au> > CC: Magnus Damm <magnus.damm@gmail.com> > CC: linux-renesas-soc@vger.kernel.org > Signed-off-by: Robin Murphy <robin.murphy@arm.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Gr{oetje,eeting}s, Geert
On Tue, May 21, 2019 at 05:44:26PM +0100, Robin Murphy wrote: > Apparently this DTS crossed over with commit 31af04cd60d3 ("arm64: dts: > Remove inconsistent use of 'arm,armv8' compatible string") and missed > out on the cleanup, so put it right. > > CC: Simon Horman <horms@verge.net.au> > CC: Magnus Damm <magnus.damm@gmail.com> > CC: linux-renesas-soc@vger.kernel.org > Signed-off-by: Robin Murphy <robin.murphy@arm.com> Thanks Robin, applied for inclusion in v5.3.
diff --git a/arch/arm64/boot/dts/renesas/r8a774c0.dtsi b/arch/arm64/boot/dts/renesas/r8a774c0.dtsi index 3f86db199dbf..500b7bd58022 100644 --- a/arch/arm64/boot/dts/renesas/r8a774c0.dtsi +++ b/arch/arm64/boot/dts/renesas/r8a774c0.dtsi @@ -70,7 +70,7 @@ #size-cells = <0>; a53_0: cpu@0 { - compatible = "arm,cortex-a53", "arm,armv8"; + compatible = "arm,cortex-a53"; reg = <0>; device_type = "cpu"; power-domains = <&sysc R8A774C0_PD_CA53_CPU0>; @@ -81,7 +81,7 @@ }; a53_1: cpu@1 { - compatible = "arm,cortex-a53", "arm,armv8"; + compatible = "arm,cortex-a53"; reg = <1>; device_type = "cpu"; power-domains = <&sysc R8A774C0_PD_CA53_CPU1>;
Apparently this DTS crossed over with commit 31af04cd60d3 ("arm64: dts: Remove inconsistent use of 'arm,armv8' compatible string") and missed out on the cleanup, so put it right. CC: Simon Horman <horms@verge.net.au> CC: Magnus Damm <magnus.damm@gmail.com> CC: linux-renesas-soc@vger.kernel.org Signed-off-by: Robin Murphy <robin.murphy@arm.com> --- arch/arm64/boot/dts/renesas/r8a774c0.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)