Message ID | 20200803105359.16744-1-peter.ujfalusi@ti.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | soc: ti: k3-socinfo: Add entry for J7200 | expand |
On 03/08/20 4:23 pm, Peter Ujfalusi wrote: > Update K3 chipinfo driver to support new TI J7200 SoC. > It's JTAG PARTNO is 0xBB6D. > > Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com> Thanks and regards, Lokesh > --- > drivers/soc/ti/k3-socinfo.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/soc/ti/k3-socinfo.c b/drivers/soc/ti/k3-socinfo.c > index af0ba5288e58..bbbc2d2b7091 100644 > --- a/drivers/soc/ti/k3-socinfo.c > +++ b/drivers/soc/ti/k3-socinfo.c > @@ -39,6 +39,7 @@ static const struct k3_soc_id { > } k3_soc_ids[] = { > { 0xBB5A, "AM65X" }, > { 0xBB64, "J721E" }, > + { 0xBB6D, "J7200" }, > }; > > static int >
Hi Santosh, On 03/08/2020 17:41, Lokesh Vutla wrote: > > > On 03/08/20 4:23 pm, Peter Ujfalusi wrote: >> Update K3 chipinfo driver to support new TI J7200 SoC. >> It's JTAG PARTNO is 0xBB6D. >> >> Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> > > Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com> > Reviewed-by: Grygorii Strashko <grygorii.strashko@ti.com>
On 8/4/20 2:39 PM, Grygorii Strashko wrote: > Hi Santosh, > > On 03/08/2020 17:41, Lokesh Vutla wrote: >> >> >> On 03/08/20 4:23 pm, Peter Ujfalusi wrote: >>> Update K3 chipinfo driver to support new TI J7200 SoC. >>> It's JTAG PARTNO is 0xBB6D. >>> >>> Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> >> >> Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com> >> > > Reviewed-by: Grygorii Strashko <grygorii.strashko@ti.com> > Thanks for reviews. Will add it to the queue.
diff --git a/drivers/soc/ti/k3-socinfo.c b/drivers/soc/ti/k3-socinfo.c index af0ba5288e58..bbbc2d2b7091 100644 --- a/drivers/soc/ti/k3-socinfo.c +++ b/drivers/soc/ti/k3-socinfo.c @@ -39,6 +39,7 @@ static const struct k3_soc_id { } k3_soc_ids[] = { { 0xBB5A, "AM65X" }, { 0xBB64, "J721E" }, + { 0xBB6D, "J7200" }, }; static int
Update K3 chipinfo driver to support new TI J7200 SoC. It's JTAG PARTNO is 0xBB6D. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> --- drivers/soc/ti/k3-socinfo.c | 1 + 1 file changed, 1 insertion(+)