From mboxrd@z Thu Jan 1 00:00:00 1970 From: sboyd@codeaurora.org (Stephen Boyd) Date: Thu, 31 Aug 2017 18:32:40 -0700 Subject: [PATCH 1/2] clk: hi6220: change watchdog clock source In-Reply-To: <1503993518-24428-1-git-send-email-leo.yan@linaro.org> References: <1503993518-24428-1-git-send-email-leo.yan@linaro.org> Message-ID: <20170901013240.GM21656@codeaurora.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 08/29, Leo Yan wrote: > The old code uses tcxo (19.2MHz) as watchdog clock but actually the > watchdog uses 32K clock, as result the watchdog timeout cannot be set > correctly and delay long time to reset SoC. > > So this patch is to use 'ref32k' as clock source for watchdog. > > Fixes: 72ea48610d43 ("clk: hi6220: Clock driver support for Hisilicon hi6220 SoC") > Signed-off-by: Leo Yan > --- Applied to clk-next -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project