Re: [PATCH 2/2] soundwire: qcom: get max rows and cols info from compatible

2020-09-10 Thread Srinivas Kandagatla
On 10/09/2020 07:39, Vinod Koul wrote: On 09-09-20, 17:09, Srinivas Kandagatla wrote: currently the max rows and cols values are hardcoded. In reality these values depend on the IP version. So get these based on device tree compatible strings. Signed-off-by: Srinivas Kandagatla ---

Re: [PATCH 2/2] soundwire: qcom: get max rows and cols info from compatible

2020-09-10 Thread Vinod Koul
On 09-09-20, 17:09, Srinivas Kandagatla wrote: > currently the max rows and cols values are hardcoded. In reality > these values depend on the IP version. So get these based on > device tree compatible strings. > > Signed-off-by: Srinivas Kandagatla > --- > drivers/soundwire/qcom.c | 46

[PATCH 2/2] soundwire: qcom: get max rows and cols info from compatible

2020-09-09 Thread Srinivas Kandagatla
currently the max rows and cols values are hardcoded. In reality these values depend on the IP version. So get these based on device tree compatible strings. Signed-off-by: Srinivas Kandagatla --- drivers/soundwire/qcom.c | 46 +++- 1 file changed, 31