Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751268AbdFESOC (ORCPT ); Mon, 5 Jun 2017 14:14:02 -0400 Received: from mail-wr0-f173.google.com ([209.85.128.173]:36183 "EHLO mail-wr0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751162AbdFESOB (ORCPT ); Mon, 5 Jun 2017 14:14:01 -0400 From: Daniel Lezcano To: catalin.marinas@arm.com, will.deacon@arm.com Cc: daniel.lezcano@linaro.org, John Stultz , Ulf Hansson , Wei Xu , linux-arm-kernel@lists.infradead.org (moderated list:ARM64 PORT (AARCH64 ARCHITECTURE)), linux-kernel@vger.kernel.org (open list) Subject: [PATCH] ARM64: Kconfig: Fix the missing hi655x common clk Date: Mon, 5 Jun 2017 20:13:54 +0200 Message-Id: <1496686434-13181-1-git-send-email-daniel.lezcano@linaro.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: References: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 856 Lines: 26 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 Cc: Ulf Hansson Cc: Wei Xu Signed-off-by: Daniel Lezcano --- arch/arm64/Kconfig.platforms | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index 73272f4..6dfe72c 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -79,6 +79,7 @@ config ARCH_LG1K config ARCH_HISI bool "Hisilicon SoC Family" select ARM_TIMER_SP804 + select COMMON_CLK_HI655X select HISILICON_IRQ_MBIGEN if PCI select PINCTRL help -- 2.7.4