All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] arm64: dts: renesas: r8a774c0: Clean up CPU compatibles
@ 2019-05-21 16:44 ` Robin Murphy
  0 siblings, 0 replies; 13+ messages in thread
From: Robin Murphy @ 2019-05-21 16:44 UTC (permalink / raw)
  To: robh+dt, mark.rutland
  Cc: devicetree, linux-arm-kernel, Simon Horman, Magnus Damm,
	linux-renesas-soc

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(-)

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>;
-- 
2.21.0.dirty


^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2019-05-22 13:57 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-21 16:44 [PATCH 1/2] arm64: dts: renesas: r8a774c0: Clean up CPU compatibles Robin Murphy
2019-05-21 16:44 ` Robin Murphy
2019-05-21 16:44 ` Robin Murphy
2019-05-21 16:44 ` [PATCH 2/2] dt-bindings: arm: Clean up CPU binding examples Robin Murphy
2019-05-21 16:44   ` Robin Murphy
2019-05-22 13:57   ` Rob Herring
2019-05-22 13:57     ` Rob Herring
2019-05-21 17:26 ` [PATCH 1/2] arm64: dts: renesas: r8a774c0: Clean up CPU compatibles Geert Uytterhoeven
2019-05-21 17:26   ` Geert Uytterhoeven
2019-05-21 17:26   ` Geert Uytterhoeven
2019-05-22 12:03 ` Simon Horman
2019-05-22 12:03   ` Simon Horman
2019-05-22 12:03   ` Simon Horman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.