Re: [RFC PATCH 06/11] icc: Relax requirement in of_icc_get_from_provider()

2019-07-24 Thread Krzysztof Kozlowski
On Tue, Jul 23, 2019 at 02:20:11PM +0200, Artur Świgoń wrote: > This patch relaxes the condition in of_icc_get_from_provider() so that it > is no longer required to set #interconnect-cells = <1> in the DT. In case > of the devfreq driver for exynos-bus, #interconnect-cells is always zero. > > Sign

[RFC PATCH 06/11] icc: Relax requirement in of_icc_get_from_provider()

2019-07-23 Thread Artur Świgoń
This patch relaxes the condition in of_icc_get_from_provider() so that it is no longer required to set #interconnect-cells = <1> in the DT. In case of the devfreq driver for exynos-bus, #interconnect-cells is always zero. Signed-off-by: Artur Świgoń --- drivers/interconnect/core.c | 2 +- 1 file