Re: [PATCH] ARM64: Kconfig: Fix the missing hi655x common clk

From: Arnd Bergmann
Date: Fri Jun 09 2017 - 16:06:56 EST


On Fri, Jun 9, 2017 at 5:46 PM, Daniel Lezcano
<daniel.lezcano@xxxxxxxxxx> wrote:
> On Tue, Jun 06, 2017 at 04:17:40PM +0200, Ulf Hansson wrote:
>> On 5 June 2017 at 20:13, Daniel Lezcano <daniel.lezcano@xxxxxxxxxx> wrote:
>> > With the addition of the hi655x common clock, the config option is missing
>> > for the ARM64's hi6220 platform. That leads to a non functionnal WiFi because
>> > the hi655x clock driver misses when initializing the power sequence via DT.
>> >
>> > Cc: John Stultz <john.stultz@xxxxxxxxxx>
>> > Cc: Ulf Hansson <ulf.hansson@xxxxxxxxxx>
>> > Cc: Wei Xu <xuwei5@xxxxxxxxxxxxx>
>> > Signed-off-by: Daniel Lezcano <daniel.lezcano@xxxxxxxxxx>
>>
>> Acked-by: Ulf Hansson <ulf.hansson@xxxxxxxxxx>
>>
>> Would be nice to get this trivial fix in for 4.12 rcs to make the WiFi
>> work for Hikey.
>>
>
> I'm wondering if I submitted this patch for the right path.
>
> Shall it go through arm-soc ?

Yes, but I'm not sure this is the right patch either. We tend to not
use 'select' for user-visible drivers, and most hisilicon platforms
won't need this driver.

I think it would be more consistent to add this to the defconfig
and regard it as a user error when the driver is disabled on a
machine that needs it.

Arnd