[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <5C00043E.2070607@hisilicon.com>
Date: Thu, 29 Nov 2018 15:22:38 +0000
From: Wei Xu <xuwei5@...ilicon.com>
To: Manivannan Sadhasivam <manivannan.sadhasivam@...aro.org>,
<mturquette@...libre.com>, <sboyd@...nel.org>, <robh+dt@...nel.org>
CC: <linux-arm-kernel@...ts.infradead.org>,
<devicetree@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<amit.kucheria@...aro.org>, <linux-clk@...r.kernel.org>
Subject: Re: [PATCH 3/4] arm64: dts: hisilicon: Source SoC clock for UART6
Hi Manivannan,
On 2018/9/21 7:01, Manivannan Sadhasivam wrote:
> Remove fixed clock and source SoC clock for UART6 for
> HiSilicon Hi3670 SoC.
>
> Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@...aro.org>
Applied to the hisilicon soc dt tree.
Thanks!
Best Regards,
Wei
> ---
> arch/arm64/boot/dts/hisilicon/hi3670.dtsi | 9 ++-------
> 1 file changed, 2 insertions(+), 7 deletions(-)
>
> diff --git a/arch/arm64/boot/dts/hisilicon/hi3670.dtsi b/arch/arm64/boot/dts/hisilicon/hi3670.dtsi
> index 8a0ee4b08886..34a2f0dbc6f7 100644
> --- a/arch/arm64/boot/dts/hisilicon/hi3670.dtsi
> +++ b/arch/arm64/boot/dts/hisilicon/hi3670.dtsi
> @@ -187,17 +187,12 @@
> #clock-cells = <1>;
> };
>
> - uart6_clk: clk_19_2M {
> - compatible = "fixed-clock";
> - #clock-cells = <0>;
> - clock-frequency = <19200000>;
> - };
> -
> uart6: serial@...32000 {
> compatible = "arm,pl011", "arm,primecell";
> reg = <0x0 0xfff32000 0x0 0x1000>;
> interrupts = <GIC_SPI 79 IRQ_TYPE_LEVEL_HIGH>;
> - clocks = <&uart6_clk &uart6_clk>;
> + clocks = <&crg_ctrl HI3670_CLK_UART6>,
> + <&crg_ctrl HI3670_PCLK>;
> clock-names = "uartclk", "apb_pclk";
> status = "disabled";
> };
>
Powered by blists - more mailing lists