Re: [RESEND PATCH] soc: ti: ti_sci_pm_domains: check for proper args count in xlate

2020-10-29 Thread santosh . shilimkar
Hi Arnd, olof, On 10/29/20 2:33 AM, Tero Kristo wrote: K2G devices still only use single parameter for power-domains property, so check for this properly in the driver. Without this, every peripheral fails to probe resulting in boot failure. Fixes: efa5c01cd7ee ("soc: ti: ti_sci_pm_domains: swi

[RESEND PATCH] soc: ti: ti_sci_pm_domains: check for proper args count in xlate

2020-10-29 Thread Tero Kristo
K2G devices still only use single parameter for power-domains property, so check for this properly in the driver. Without this, every peripheral fails to probe resulting in boot failure. Fixes: efa5c01cd7ee ("soc: ti: ti_sci_pm_domains: switch to use multiple genpds instead of one") Reported-by:

[PATCH] soc: ti: ti_sci_pm_domains: check for proper args count in xlate

2020-10-28 Thread Tero Kristo
K2G devices still only use single parameter for power-domains property, so check for this properly in the driver. Without this, every peripheral fails to probe resulting in boot failure. Fixes: efa5c01cd7ee ("soc: ti: ti_sci_pm_domains: switch to use multiple genpds instead of one") Reported-by:

Re: [PATCH] soc: ti: ti_sci_pm_domains: check for proper args count in xlate

2020-10-28 Thread santosh . shilimkar
On 10/28/20 2:43 PM, Nishanth Menon wrote: On 16:17-20201028, Tero Kristo wrote: K2G devices still only use single parameter for power-domains property, so check for this properly in the driver. Without this, every peripheral fails to probe resulting in boot failure. Fixes: efa5c01cd7ee ("soc:

Re: [PATCH] soc: ti: ti_sci_pm_domains: check for proper args count in xlate

2020-10-28 Thread Nishanth Menon
On 16:17-20201028, Tero Kristo wrote: > K2G devices still only use single parameter for power-domains property, > so check for this properly in the driver. Without this, every peripheral > fails to probe resulting in boot failure. > > Fixes: efa5c01cd7ee ("soc: ti: ti_sci_pm_domains: switch to use