devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: tegra: Fix CPU compatible string for Tegra132
@ 2016-05-23  7:42 Joseph Lo
       [not found] ` <20160523074221.7135-1-josephl-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
  0 siblings, 1 reply; 5+ messages in thread
From: Joseph Lo @ 2016-05-23  7:42 UTC (permalink / raw)
  To: Stephen Warren, Thierry Reding, Alexandre Courbot
  Cc: Mark Rutland, devicetree, Pawel Moll, Ian Campbell,
	Catalin Marinas, Joseph Lo, Will Deacon, Rob Herring, Kumar Gala,
	linux-tegra, linux-arm-kernel

As per commit f634da375fc96 ("Documentation: DT bindings: add nvidia,
tegra132-denver compatible string"), fixing the CPU compatible string for
Tegra132 to match the binding document currently.

Signed-off-by: Joseph Lo <josephl@nvidia.com>
---
 arch/arm64/boot/dts/nvidia/tegra132.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm64/boot/dts/nvidia/tegra132.dtsi b/arch/arm64/boot/dts/nvidia/tegra132.dtsi
index 2013f8916084..7b1cdc029de3 100644
--- a/arch/arm64/boot/dts/nvidia/tegra132.dtsi
+++ b/arch/arm64/boot/dts/nvidia/tegra132.dtsi
@@ -964,13 +964,13 @@
 
 		cpu@0 {
 			device_type = "cpu";
-			compatible = "nvidia,denver", "arm,armv8";
+			compatible = "nvidia,tegra132-denver", "arm,armv8";
 			reg = <0>;
 		};
 
 		cpu@1 {
 			device_type = "cpu";
-			compatible = "nvidia,denver", "arm,armv8";
+			compatible = "nvidia,tegra132-denver", "arm,armv8";
 			reg = <1>;
 		};
 	};
-- 
2.8.3

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

end of thread, other threads:[~2016-05-26 16:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-23  7:42 [PATCH] arm64: tegra: Fix CPU compatible string for Tegra132 Joseph Lo
     [not found] ` <20160523074221.7135-1-josephl-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2016-05-25  2:11   ` Joseph Lo
     [not found]     ` <574509E7.4030208-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2016-05-25 15:42       ` Stephen Warren
     [not found]         ` <5745C7E4.2050908-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2016-05-26  9:29           ` Joseph Lo
     [not found]             ` <5746C1F1.6070703-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2016-05-26 16:29               ` Stephen Warren

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