All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm: mach-k3: Fix nomenclature on Silicon Revisions
@ 2020-02-10  5:09 Lokesh Vutla
  2020-02-14  9:52 ` Lokesh Vutla
  0 siblings, 1 reply; 2+ messages in thread
From: Lokesh Vutla @ 2020-02-10  5:09 UTC (permalink / raw)
  To: u-boot

Data manual mentions the new silicon revisions as SR instead of PG. Use
the same nomenclature inside U-Boot as well.

Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
---
 arch/arm/mach-k3/common.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-k3/common.c b/arch/arm/mach-k3/common.c
index 2f82edb970..7af60a7f2f 100644
--- a/arch/arm/mach-k3/common.c
+++ b/arch/arm/mach-k3/common.c
@@ -218,7 +218,7 @@ int print_cpuinfo(void)
 		name = "Unknown Silicon";
 	};
 
-	printf("%s PG ", name);
+	printf("%s SR ", name);
 	switch (rev) {
 	case REV_PG1_0:
 		name = "1.0";
-- 
2.23.0

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

* [PATCH] arm: mach-k3: Fix nomenclature on Silicon Revisions
  2020-02-10  5:09 [PATCH] arm: mach-k3: Fix nomenclature on Silicon Revisions Lokesh Vutla
@ 2020-02-14  9:52 ` Lokesh Vutla
  0 siblings, 0 replies; 2+ messages in thread
From: Lokesh Vutla @ 2020-02-14  9:52 UTC (permalink / raw)
  To: u-boot



On 10/02/20 10:39 AM, Lokesh Vutla wrote:
> Data manual mentions the new silicon revisions as SR instead of PG. Use
> the same nomenclature inside U-Boot as well.
> 
> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>

Merged into u-boot-ti.

Thanks and regards,
Lokesh

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

end of thread, other threads:[~2020-02-14  9:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-10  5:09 [PATCH] arm: mach-k3: Fix nomenclature on Silicon Revisions Lokesh Vutla
2020-02-14  9:52 ` Lokesh Vutla

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.