From patchwork Fri Sep 21 06:01:02 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Manivannan Sadhasivam X-Patchwork-Id: 10609073 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 8862D157B for ; Fri, 21 Sep 2018 06:01:24 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 788622DF35 for ; Fri, 21 Sep 2018 06:01:24 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 75E242DF36; Fri, 21 Sep 2018 06:01:24 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.5 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI, URIBL_DBL_ABUSE_MALW autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 238CB2DF2E for ; Fri, 21 Sep 2018 06:01:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389286AbeIULsh (ORCPT ); Fri, 21 Sep 2018 07:48:37 -0400 Received: from mail-it1-f196.google.com ([209.85.166.196]:39100 "EHLO mail-it1-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2389243AbeIULsh (ORCPT ); Fri, 21 Sep 2018 07:48:37 -0400 Received: by mail-it1-f196.google.com with SMTP id h1-v6so753130itj.4 for ; Thu, 20 Sep 2018 23:01:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=gzU6v5xWc9dIvDgqXb1SE74zda+5lHaIqfgTIAAAstI=; b=bpaoA3kkHShq4oS3lHp2c7bmW0qp5xOo0UABMUEJnzsSAOGRf8UsHbWeOQNaIeaA6x ajPUia5/j2rJ8Tf/Q36VGIaKBkWDwv7Ud9mn5xEUAgnq4zTrhryvsVu4JhzTX1UN3Bn4 M+vgRt4xfR+ko28KrD/b3lXnRDKpYslIDQ/IE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=gzU6v5xWc9dIvDgqXb1SE74zda+5lHaIqfgTIAAAstI=; b=qGRmeeLprqbfP+VID7v1zEP3F783AkfRLyTDf1r+9ejbLRKjR0DLXV704i3YVkb9/B jU2fb9RtqtzEhGiIjhssSDtuOBxwDJ8IRLlCE4QL+PErm9O+nHlD9cCc157CjLY6SP6H nnoGrTTOMgV/vwJG5EtPG1garSMK388ZpCMZXlghYD9i2kTRzsVoDXjmcHEIEa0EAoLK PVbnKwGgH+3CSPeGX21bPkk123SypTX6kUFyeVUSaxuA+Ff3sB/iUpN8kY8OdaB3216O jBoQ7OFMYN5HMDE8lmElxy3pXqNO/Zcy/67y/SoveYNnkWT+ckqjxlPfzBGhJWWGeqkc A4nQ== X-Gm-Message-State: APzg51ALLPptATDQ4t7sLhV+T/+d159yvuAT0/gMwX3yLX7bmL7+ibF0 cs+HTnGTGrTlcLfg2hE9pH5o X-Google-Smtp-Source: ANB0VdahbBCCMKMcEY0OpRB7/dLe7bRn0WB0nrWtDYMObF3uNPV41QmLig490i/ieHEwzJirlzg4mA== X-Received: by 2002:a24:1ad2:: with SMTP id 201-v6mr4968137iti.18.1537509679527; Thu, 20 Sep 2018 23:01:19 -0700 (PDT) Received: from localhost.localdomain ([209.82.80.116]) by smtp.gmail.com with ESMTPSA id b195-v6sm1973875itc.42.2018.09.20.23.01.18 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 20 Sep 2018 23:01:19 -0700 (PDT) From: Manivannan Sadhasivam To: mturquette@baylibre.com, sboyd@kernel.org, robh+dt@kernel.org, xuwei5@hisilicon.com Cc: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, amit.kucheria@linaro.org, linux-clk@vger.kernel.org, Manivannan Sadhasivam Subject: [PATCH 3/4] arm64: dts: hisilicon: Source SoC clock for UART6 Date: Thu, 20 Sep 2018 23:01:02 -0700 Message-Id: <20180921060103.21370-4-manivannan.sadhasivam@linaro.org> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20180921060103.21370-1-manivannan.sadhasivam@linaro.org> References: <20180921060103.21370-1-manivannan.sadhasivam@linaro.org> Sender: linux-clk-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Remove fixed clock and source SoC clock for UART6 for HiSilicon Hi3670 SoC. Signed-off-by: Manivannan Sadhasivam --- 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@fff32000 { compatible = "arm,pl011", "arm,primecell"; reg = <0x0 0xfff32000 0x0 0x1000>; interrupts = ; - clocks = <&uart6_clk &uart6_clk>; + clocks = <&crg_ctrl HI3670_CLK_UART6>, + <&crg_ctrl HI3670_PCLK>; clock-names = "uartclk", "apb_pclk"; status = "disabled"; };