diff mbox

[04/33] POWER9: Fix P9 chip name in XSCOM

Message ID 1466808476-32690-4-git-send-email-benh@kernel.crashing.org
State Accepted
Headers show

Commit Message

Benjamin Herrenschmidt June 24, 2016, 10:47 p.m. UTC
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
---
 hw/xscom.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Michael Neuling July 6, 2016, 7:15 a.m. UTC | #1
On Sat, 2016-06-25 at 08:47 +1000, Benjamin Herrenschmidt wrote:
> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>

Acked-by: Michael Neuling <mikey@neuling.org>

> ---
>  hw/xscom.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/hw/xscom.c b/hw/xscom.c
> index d52d73d..395217b 100644
> --- a/hw/xscom.c
> +++ b/hw/xscom.c
> @@ -522,7 +522,7 @@ void xscom_init(void)
>  		struct proc_chip *chip;
>  		const char *chip_name;
>  		static const char *chip_names[] = {
> -			"UNKNOWN", "P7", "P7+", "P8E", "P8", "P8NVL",
> +			"UNKNOWN", "P7", "P7+", "P8E", "P8", "P8NVL",
> "P9N", "P9C"
>  		};
>  
>  		chip = get_chip(gcid);
diff mbox

Patch

diff --git a/hw/xscom.c b/hw/xscom.c
index d52d73d..395217b 100644
--- a/hw/xscom.c
+++ b/hw/xscom.c
@@ -522,7 +522,7 @@  void xscom_init(void)
 		struct proc_chip *chip;
 		const char *chip_name;
 		static const char *chip_names[] = {
-			"UNKNOWN", "P7", "P7+", "P8E", "P8", "P8NVL",
+			"UNKNOWN", "P7", "P7+", "P8E", "P8", "P8NVL", "P9N", "P9C"
 		};
 
 		chip = get_chip(gcid);