diff mbox

[v2,3/3] devicetree/dt_sysinfo: Add firestone model

Message ID 1467271061-16212-4-git-send-email-jk@ozlabs.org
State Accepted
Headers show

Commit Message

Jeremy Kerr June 30, 2016, 7:17 a.m. UTC
Add the -GCA variant of an 8335.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
---
 src/devicetree/dt_sysinfo/dt_sysinfo.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Colin Ian King June 30, 2016, 9:13 a.m. UTC | #1
On 30/06/16 08:17, Jeremy Kerr wrote:
> Add the -GCA variant of an 8335.
> 
> Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
> ---
>  src/devicetree/dt_sysinfo/dt_sysinfo.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/src/devicetree/dt_sysinfo/dt_sysinfo.c b/src/devicetree/dt_sysinfo/dt_sysinfo.c
> index 07cbbe0..743feb0 100644
> --- a/src/devicetree/dt_sysinfo/dt_sysinfo.c
> +++ b/src/devicetree/dt_sysinfo/dt_sysinfo.c
> @@ -30,6 +30,7 @@ static const char op_powernv[] = "ibm,powernv";
>  
>  static const char *firestone_models[] = {
>  	"8335-GTA        ",
> +	"8335-GCA        ",
>  	"8335-GTX        ",
>  };
>  
> 
Acked-by: Colin Ian King <colin.king@canonical.com>
Alex Hung July 1, 2016, 1:30 a.m. UTC | #2
On 2016-06-30 03:17 PM, Jeremy Kerr wrote:
> Add the -GCA variant of an 8335.
>
> Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
> ---
>   src/devicetree/dt_sysinfo/dt_sysinfo.c | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/src/devicetree/dt_sysinfo/dt_sysinfo.c b/src/devicetree/dt_sysinfo/dt_sysinfo.c
> index 07cbbe0..743feb0 100644
> --- a/src/devicetree/dt_sysinfo/dt_sysinfo.c
> +++ b/src/devicetree/dt_sysinfo/dt_sysinfo.c
> @@ -30,6 +30,7 @@ static const char op_powernv[] = "ibm,powernv";
>
>   static const char *firestone_models[] = {
>   	"8335-GTA        ",
> +	"8335-GCA        ",
>   	"8335-GTX        ",
>   };
>
>


Acked-by: Alex Hung <alex.hung@canonical.com>
diff mbox

Patch

diff --git a/src/devicetree/dt_sysinfo/dt_sysinfo.c b/src/devicetree/dt_sysinfo/dt_sysinfo.c
index 07cbbe0..743feb0 100644
--- a/src/devicetree/dt_sysinfo/dt_sysinfo.c
+++ b/src/devicetree/dt_sysinfo/dt_sysinfo.c
@@ -30,6 +30,7 @@  static const char op_powernv[] = "ibm,powernv";
 
 static const char *firestone_models[] = {
 	"8335-GTA        ",
+	"8335-GCA        ",
 	"8335-GTX        ",
 };