* [PATCH 1/2] arm64: dts: renesas: r8a774c0: Clean up CPU compatibles
@ 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
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Robin Murphy @ 2019-05-21 16:44 UTC (permalink / raw)
To: robh+dt, mark.rutland
Cc: linux-renesas-soc, devicetree, Simon Horman, Magnus Damm,
linux-arm-kernel
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
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply related [flat|nested] 5+ messages in thread* [PATCH 2/2] dt-bindings: arm: Clean up CPU binding examples 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-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-22 12:03 ` Simon Horman 2 siblings, 1 reply; 5+ messages in thread From: Robin Murphy @ 2019-05-21 16:44 UTC (permalink / raw) To: robh+dt, mark.rutland; +Cc: devicetree, Linus Walleij, linux-arm-kernel Following commit 31af04cd60d3 ("arm64: dts: Remove inconsistent use of 'arm,armv8' compatible string"), clean up these binding examples in case anyone is tempted to copy them. CC: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Robin Murphy <robin.murphy@arm.com> --- Documentation/devicetree/bindings/arm/arm-boards | 4 ++-- .../devicetree/bindings/arm/cpu-capacity.txt | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Documentation/devicetree/bindings/arm/arm-boards b/Documentation/devicetree/bindings/arm/arm-boards index b6e810c2781a..abff8d834a6a 100644 --- a/Documentation/devicetree/bindings/arm/arm-boards +++ b/Documentation/devicetree/bindings/arm/arm-boards @@ -216,7 +216,7 @@ Example: #size-cells = <0>; A57_0: cpu@0 { - compatible = "arm,cortex-a57","arm,armv8"; + compatible = "arm,cortex-a57"; reg = <0x0 0x0>; device_type = "cpu"; enable-method = "psci"; @@ -225,7 +225,7 @@ Example: ..... A53_0: cpu@100 { - compatible = "arm,cortex-a53","arm,armv8"; + compatible = "arm,cortex-a53"; reg = <0x0 0x100>; device_type = "cpu"; enable-method = "psci"; diff --git a/Documentation/devicetree/bindings/arm/cpu-capacity.txt b/Documentation/devicetree/bindings/arm/cpu-capacity.txt index 96fa46cb133c..380e21c5fc7e 100644 --- a/Documentation/devicetree/bindings/arm/cpu-capacity.txt +++ b/Documentation/devicetree/bindings/arm/cpu-capacity.txt @@ -118,7 +118,7 @@ cpus { }; A57_0: cpu@0 { - compatible = "arm,cortex-a57","arm,armv8"; + compatible = "arm,cortex-a57"; reg = <0x0 0x0>; device_type = "cpu"; enable-method = "psci"; @@ -129,7 +129,7 @@ cpus { }; A57_1: cpu@1 { - compatible = "arm,cortex-a57","arm,armv8"; + compatible = "arm,cortex-a57"; reg = <0x0 0x1>; device_type = "cpu"; enable-method = "psci"; @@ -140,7 +140,7 @@ cpus { }; A53_0: cpu@100 { - compatible = "arm,cortex-a53","arm,armv8"; + compatible = "arm,cortex-a53"; reg = <0x0 0x100>; device_type = "cpu"; enable-method = "psci"; @@ -151,7 +151,7 @@ cpus { }; A53_1: cpu@101 { - compatible = "arm,cortex-a53","arm,armv8"; + compatible = "arm,cortex-a53"; reg = <0x0 0x101>; device_type = "cpu"; enable-method = "psci"; @@ -162,7 +162,7 @@ cpus { }; A53_2: cpu@102 { - compatible = "arm,cortex-a53","arm,armv8"; + compatible = "arm,cortex-a53"; reg = <0x0 0x102>; device_type = "cpu"; enable-method = "psci"; @@ -173,7 +173,7 @@ cpus { }; A53_3: cpu@103 { - compatible = "arm,cortex-a53","arm,armv8"; + compatible = "arm,cortex-a53"; reg = <0x0 0x103>; device_type = "cpu"; enable-method = "psci"; -- 2.21.0.dirty _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel ^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH 2/2] dt-bindings: arm: Clean up CPU binding examples 2019-05-21 16:44 ` [PATCH 2/2] dt-bindings: arm: Clean up CPU binding examples Robin Murphy @ 2019-05-22 13:57 ` Rob Herring 0 siblings, 0 replies; 5+ messages in thread From: Rob Herring @ 2019-05-22 13:57 UTC (permalink / raw) To: Robin Murphy Cc: mark.rutland, devicetree, Linus Walleij, robh+dt, linux-arm-kernel On Tue, 21 May 2019 17:44:27 +0100, Robin Murphy wrote: > Following commit 31af04cd60d3 ("arm64: dts: Remove inconsistent use of > 'arm,armv8' compatible string"), clean up these binding examples in case > anyone is tempted to copy them. > > CC: Linus Walleij <linus.walleij@linaro.org> > Signed-off-by: Robin Murphy <robin.murphy@arm.com> > --- > Documentation/devicetree/bindings/arm/arm-boards | 4 ++-- > .../devicetree/bindings/arm/cpu-capacity.txt | 12 ++++++------ > 2 files changed, 8 insertions(+), 8 deletions(-) > Applied, thanks. Rob _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 1/2] arm64: dts: renesas: r8a774c0: Clean up CPU compatibles 2019-05-21 16:44 [PATCH 1/2] arm64: dts: renesas: r8a774c0: Clean up CPU compatibles Robin Murphy 2019-05-21 16:44 ` [PATCH 2/2] dt-bindings: arm: Clean up CPU binding examples Robin Murphy @ 2019-05-21 17:26 ` Geert Uytterhoeven 2019-05-22 12:03 ` Simon Horman 2 siblings, 0 replies; 5+ messages in thread From: Geert Uytterhoeven @ 2019-05-21 17:26 UTC (permalink / raw) To: Robin Murphy Cc: Mark Rutland, open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS, Simon Horman, Magnus Damm, Linux-Renesas, Rob Herring, Linux ARM 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 -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 1/2] arm64: dts: renesas: r8a774c0: Clean up CPU compatibles 2019-05-21 16:44 [PATCH 1/2] arm64: dts: renesas: r8a774c0: Clean up CPU compatibles Robin Murphy 2019-05-21 16:44 ` [PATCH 2/2] dt-bindings: arm: Clean up CPU binding examples Robin Murphy 2019-05-21 17:26 ` [PATCH 1/2] arm64: dts: renesas: r8a774c0: Clean up CPU compatibles Geert Uytterhoeven @ 2019-05-22 12:03 ` Simon Horman 2 siblings, 0 replies; 5+ messages in thread From: Simon Horman @ 2019-05-22 12:03 UTC (permalink / raw) To: Robin Murphy Cc: mark.rutland, devicetree, Magnus Damm, linux-renesas-soc, robh+dt, linux-arm-kernel 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. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2019-05-22 13:57 UTC | newest] Thread overview: 5+ 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 ` [PATCH 2/2] dt-bindings: arm: Clean up CPU binding examples Robin Murphy 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-22 12:03 ` Simon Horman
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).