From mboxrd@z Thu Jan 1 00:00:00 1970 From: Amit Kucheria Subject: Re: [PATCH 3/4] arm64: dts: qcom: msm8916: Add clock properties to the APCS node Date: Wed, 7 Feb 2018 15:30:47 +0530 Message-ID: References: <20180205144651.5934-1-georgi.djakov@linaro.org> <20180205144651.5934-3-georgi.djakov@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from mail-ot0-f196.google.com ([74.125.82.196]:36955 "EHLO mail-ot0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753419AbeBGKAs (ORCPT ); Wed, 7 Feb 2018 05:00:48 -0500 Received: by mail-ot0-f196.google.com with SMTP id e64so269036ote.4 for ; Wed, 07 Feb 2018 02:00:48 -0800 (PST) In-Reply-To: <20180205144651.5934-3-georgi.djakov@linaro.org> Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: Georgi Djakov Cc: Andy Gross , bjorn.andersson@linaro.org, linux-arm-msm@vger.kernel.org, lakml , LKML On Mon, Feb 5, 2018 at 8:16 PM, Georgi Djakov wrote: > There are clock controller registers in the APCS block, which purpose If you respin this, s/which/whose > is to control the main CPU mux and divider. Add the clock properties as > part of the APCS device-tree node. > > Signed-off-by: Georgi Djakov > --- > arch/arm64/boot/dts/qcom/msm8916.dtsi | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/arch/arm64/boot/dts/qcom/msm8916.dtsi b/arch/arm64/boot/dts/qcom/msm8916.dtsi > index 5414f53a0fa1..4539571a36b2 100644 > --- a/arch/arm64/boot/dts/qcom/msm8916.dtsi > +++ b/arch/arm64/boot/dts/qcom/msm8916.dtsi > @@ -336,6 +336,8 @@ > compatible = "qcom,msm8916-apcs-kpss-global", "syscon"; > reg = <0xb011000 0x1000>; > #mbox-cells = <1>; > + clocks = <&a53pll>; > + #clock-cells = <0>; > }; > > blsp1_uart2: serial@78b0000 { > -- > To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: amit.kucheria@linaro.org (Amit Kucheria) Date: Wed, 7 Feb 2018 15:30:47 +0530 Subject: [PATCH 3/4] arm64: dts: qcom: msm8916: Add clock properties to the APCS node In-Reply-To: <20180205144651.5934-3-georgi.djakov@linaro.org> References: <20180205144651.5934-1-georgi.djakov@linaro.org> <20180205144651.5934-3-georgi.djakov@linaro.org> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Mon, Feb 5, 2018 at 8:16 PM, Georgi Djakov wrote: > There are clock controller registers in the APCS block, which purpose If you respin this, s/which/whose > is to control the main CPU mux and divider. Add the clock properties as > part of the APCS device-tree node. > > Signed-off-by: Georgi Djakov > --- > arch/arm64/boot/dts/qcom/msm8916.dtsi | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/arch/arm64/boot/dts/qcom/msm8916.dtsi b/arch/arm64/boot/dts/qcom/msm8916.dtsi > index 5414f53a0fa1..4539571a36b2 100644 > --- a/arch/arm64/boot/dts/qcom/msm8916.dtsi > +++ b/arch/arm64/boot/dts/qcom/msm8916.dtsi > @@ -336,6 +336,8 @@ > compatible = "qcom,msm8916-apcs-kpss-global", "syscon"; > reg = <0xb011000 0x1000>; > #mbox-cells = <1>; > + clocks = <&a53pll>; > + #clock-cells = <0>; > }; > > blsp1_uart2: serial at 78b0000 { > -- > To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in > the body of a message to majordomo at vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html