From patchwork Fri May 25 16:45:17 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ray Jui X-Patchwork-Id: 10427995 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id D4D27602D8 for ; Fri, 25 May 2018 16:45:55 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id C42BE28AD2 for ; Fri, 25 May 2018 16:45:55 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id B8A5528DBF; Fri, 25 May 2018 16:45:55 +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=-7.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI, T_DKIM_INVALID autolearn=unavailable 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 44DD828AD2 for ; Fri, 25 May 2018 16:45:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S967362AbeEYQpn (ORCPT ); Fri, 25 May 2018 12:45:43 -0400 Received: from mail-qk0-f194.google.com ([209.85.220.194]:46156 "EHLO mail-qk0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S967331AbeEYQpk (ORCPT ); Fri, 25 May 2018 12:45:40 -0400 Received: by mail-qk0-f194.google.com with SMTP id k86-v6so4534483qkh.13 for ; Fri, 25 May 2018 09:45:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=broadcom.com; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=MAcYsnmDAPx8HzdUWLZMr1CZWQV9EAX9owO30ZLSmCM=; b=dwT2HXFxsRyQ/oqGXSWvIdvMG6M4u035pqdU6jh1wiwP947aYMfRxt8sbsWKgGbDoC P5uccynNtoCaRakuBOijIH6HkJIsodOFuGG9OBqMFVpt7ua4u6HfGD969YcFeWvueuZ5 5ohXZsZ0ZakXJYp7ZHZy6FFjhrYzYMn0XbHA4= 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=MAcYsnmDAPx8HzdUWLZMr1CZWQV9EAX9owO30ZLSmCM=; b=LuN3ol1Eu47MhPPOpwuGn1IWAW0SIbTChh2qwSf6yk2z5goJEsxqWQoYcMQxBfqHaS pKjNnGdiN1Xf+thvrSYhURMR083cmxlasn6wbJi0XzyipCqnC/8VqxJxN5pXvG/mAJux q2hWYWP4T+fWKuys0z/ifmTexFXk0UdgQ42AGVWqMvvyiP2Zj/8n3YJape9Brk0PeOoC wCk61c8m79cPNADO8tDD9+YSrwaswvNk/TzYqdIE2v6rVT31fzPNwHh834/RfVvT2t8R BWv07O696eBpkbOXOeN/1SuDaptG4L0zKhk3dRRAnLd9UKRxxfLuz7TgIxXBPUNZotul ED3Q== X-Gm-Message-State: ALKqPwdX9U/cxHnPUMjw1PaDWAGU/aXklCtf9fYaHhhxQ2yWspJqN0eM K+NI0eyp+7aPtoH+C//lMOHgoA== X-Google-Smtp-Source: ADUXVKJC9o+AFkFf4kjqEhjqARvN15ARfm2Js3111gDv4Jyv6Q3JUVUhfS3dHqNZzmR/NFjIeGicNg== X-Received: by 2002:a37:a18d:: with SMTP id k135-v6mr2241807qke.33.1527266739735; Fri, 25 May 2018 09:45:39 -0700 (PDT) Received: from lbrmn-lnxub44-1.ric.broadcom.com ([192.19.228.250]) by smtp.gmail.com with ESMTPSA id d200-v6sm3537447qkg.18.2018.05.25.09.45.37 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 25 May 2018 09:45:38 -0700 (PDT) From: Ray Jui To: Michael Turquette , Stephen Boyd , Rob Herring , Mark Rutland Cc: linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, bcm-kernel-feedback-list@broadcom.com, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Pramod Kumar , Ray Jui Subject: [PATCH 3/3] arm64: dts: Update Stingray clock DT nodes Date: Fri, 25 May 2018 09:45:17 -0700 Message-Id: <1527266717-8406-4-git-send-email-ray.jui@broadcom.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1527266717-8406-1-git-send-email-ray.jui@broadcom.com> References: <1527266717-8406-1-git-send-email-ray.jui@broadcom.com> 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 Update clock output names in the Stingray clock DT nodes so they match the binding document and the latest ASIC datasheet. Also add entries for LCPLL2 Signed-off-by: Pramod Kumar Signed-off-by: Ray Jui --- .../boot/dts/broadcom/stingray/stingray-clock.dtsi | 26 ++++++++++++++++------ 1 file changed, 19 insertions(+), 7 deletions(-) diff --git a/arch/arm64/boot/dts/broadcom/stingray/stingray-clock.dtsi b/arch/arm64/boot/dts/broadcom/stingray/stingray-clock.dtsi index 3a4d452..10a106a 100644 --- a/arch/arm64/boot/dts/broadcom/stingray/stingray-clock.dtsi +++ b/arch/arm64/boot/dts/broadcom/stingray/stingray-clock.dtsi @@ -52,12 +52,24 @@ reg = <0x0001d104 0x32>, <0x0001c854 0x4>; clocks = <&osc>; - clock-output-names = "genpll0", "clk_125", "clk_scr", + clock-output-names = "genpll0", "clk_125m", "clk_scr", "clk_250", "clk_pcie_axi", "clk_paxc_axi_x2", "clk_paxc_axi"; }; + genpll2: genpll2@1d1ac { + #clock-cells = <1>; + compatible = "brcm,sr-genpll2"; + reg = <0x0001d1ac 0x32>, + <0x0001c854 0x4>; + clocks = <&osc>; + clock-output-names = "genpll2", "clk_nic", + "clk_ts_500_ref", "clk_125_nitro", + "clk_chimp", "clk_nic_flash", + "clk_fs"; + }; + genpll3: genpll3@1d1e0 { #clock-cells = <1>; compatible = "brcm,sr-genpll3"; @@ -75,8 +87,8 @@ <0x0001c854 0x4>; clocks = <&osc>; clock-output-names = "genpll4", "clk_ccn", - "clk_tpiu_pll", "noc_clk", - "pll_chclk_fs4", + "clk_tpiu_pll", "clk_noc", + "clk_chclk_fs4", "clk_bridge_fscpu"; }; @@ -86,8 +98,8 @@ reg = <0x0001d248 0x32>, <0x0001c870 0x4>; clocks = <&osc>; - clock-output-names = "genpll5", "fs4_hf_clk", - "crypto_ae_clk", "raid_ae_clk"; + clock-output-names = "genpll5", "clk_fs4_hf", + "clk_crypto_ae", "clk_raid_ae"; }; lcpll0: lcpll0@1d0c4 { @@ -107,9 +119,9 @@ reg = <0x0001d138 0x3c>, <0x0001c870 0x4>; clocks = <&osc>; - clock-output-names = "lcpll1", "clk_wanpn", + clock-output-names = "lcpll1", "clk_wan", "clk_usb_ref", - "timesync_evt_clk"; + "clk_crmu_ts"; }; hsls_clk: hsls_clk {