mbox series

[0/2] arm64: dts: ti: k3: add platforms chipid module nodes

Message ID 20200613164346.28852-1-grygorii.strashko@ti.com (mailing list archive)
Headers show
Series arm64: dts: ti: k3: add platforms chipid module nodes | expand

Message

Grygorii Strashko June 13, 2020, 4:43 p.m. UTC
Hi Tero,

Hence k3 platforms chipid module driver was merged, there is follow up series
to add corresponding DT chipid nodes. 

[1] https://lkml.org/lkml/2020/5/29/979

Grygorii Strashko (2):
  arm64: dts: ti: k3-am65-wakeup: add k3 platforms chipid module node
  arm64: dts: ti: k3-j721e-mcu-wakeup: add k3 platforms chipid module node

 arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi      | 5 +++++
 arch/arm64/boot/dts/ti/k3-j721e-mcu-wakeup.dtsi | 5 +++++
 2 files changed, 10 insertions(+)

Comments

Peter Ujfalusi June 15, 2020, 7:47 a.m. UTC | #1
Hi Grygorii,

On 13/06/2020 19.43, Grygorii Strashko wrote:
> Hi Tero,
> 
> Hence k3 platforms chipid module driver was merged, there is follow up series
> to add corresponding DT chipid nodes. 
> 
> [1] https://lkml.org/lkml/2020/5/29/979
> 
> Grygorii Strashko (2):
>   arm64: dts: ti: k3-am65-wakeup: add k3 platforms chipid module node
>   arm64: dts: ti: k3-j721e-mcu-wakeup: add k3 platforms chipid module node

Can you also send a patch to enable the socinfo build?

diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index 8dd05b2a925c..1d3710e3626a 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -98,6 +98,7 @@ config ARCH_K3
 	select TI_SCI_PROTOCOL
 	select TI_SCI_INTR_IRQCHIP
 	select TI_SCI_INTA_IRQCHIP
+	select TI_K3_SOCINFO
 	help
 	  This enables support for Texas Instruments' K3 multicore SoC
 	  architecture.

With this added:
Tested-by: Peter Ujfalusi <peter.ujfalusi@ti.com>

> 
>  arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi      | 5 +++++
>  arch/arm64/boot/dts/ti/k3-j721e-mcu-wakeup.dtsi | 5 +++++
>  2 files changed, 10 insertions(+)
> 

- Péter

Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki.
Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki
Grygorii Strashko June 19, 2020, 4:26 p.m. UTC | #2
On 15/06/2020 10:47, Peter Ujfalusi wrote:
> Hi Grygorii,
> 
> On 13/06/2020 19.43, Grygorii Strashko wrote:
>> Hi Tero,
>>
>> Hence k3 platforms chipid module driver was merged, there is follow up series
>> to add corresponding DT chipid nodes.
>>
>> [1] https://lkml.org/lkml/2020/5/29/979
>>
>> Grygorii Strashko (2):
>>    arm64: dts: ti: k3-am65-wakeup: add k3 platforms chipid module node
>>    arm64: dts: ti: k3-j721e-mcu-wakeup: add k3 platforms chipid module node
> 
> Can you also send a patch to enable the socinfo build?

Posted.

> 
> diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
> index 8dd05b2a925c..1d3710e3626a 100644
> --- a/arch/arm64/Kconfig.platforms
> +++ b/arch/arm64/Kconfig.platforms
> @@ -98,6 +98,7 @@ config ARCH_K3
>   	select TI_SCI_PROTOCOL
>   	select TI_SCI_INTR_IRQCHIP
>   	select TI_SCI_INTA_IRQCHIP
> +	select TI_K3_SOCINFO
>   	help
>   	  This enables support for Texas Instruments' K3 multicore SoC
>   	  architecture.
> 
> With this added:
> Tested-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Tero: FYI. There is no dependecies for this series.

Best regards,
grygorii
Tero Kristo June 22, 2020, 7:39 a.m. UTC | #3
On 19/06/2020 19:26, Grygorii Strashko wrote:
> 
> 
> On 15/06/2020 10:47, Peter Ujfalusi wrote:
>> Hi Grygorii,
>>
>> On 13/06/2020 19.43, Grygorii Strashko wrote:
>>> Hi Tero,
>>>
>>> Hence k3 platforms chipid module driver was merged, there is follow 
>>> up series
>>> to add corresponding DT chipid nodes.
>>>
>>> [1] https://lkml.org/lkml/2020/5/29/979
>>>
>>> Grygorii Strashko (2):
>>>    arm64: dts: ti: k3-am65-wakeup: add k3 platforms chipid module node
>>>    arm64: dts: ti: k3-j721e-mcu-wakeup: add k3 platforms chipid 
>>> module node
>>
>> Can you also send a patch to enable the socinfo build?
> 
> Posted.
> 
>>
>> diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
>> index 8dd05b2a925c..1d3710e3626a 100644
>> --- a/arch/arm64/Kconfig.platforms
>> +++ b/arch/arm64/Kconfig.platforms
>> @@ -98,6 +98,7 @@ config ARCH_K3
>>       select TI_SCI_PROTOCOL
>>       select TI_SCI_INTR_IRQCHIP
>>       select TI_SCI_INTA_IRQCHIP
>> +    select TI_K3_SOCINFO
>>       help
>>         This enables support for Texas Instruments' K3 multicore SoC
>>         architecture.
>>
>> With this added:
>> Tested-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
> Tero: FYI. There is no dependecies for this series.

Queued for 5.9, thanks.

-Tero

> 
> Best regards,
> grygorii

--
Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki