From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E1235C433E0 for ; Wed, 30 Dec 2020 11:21:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A9E8D221F8 for ; Wed, 30 Dec 2020 11:21:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726348AbgL3LUz (ORCPT ); Wed, 30 Dec 2020 06:20:55 -0500 Received: from 46-22-124-5.ip.axbyte.se ([46.22.124.5]:49386 "EHLO mail01.ohdata.se" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726290AbgL3LUy (ORCPT ); Wed, 30 Dec 2020 06:20:54 -0500 X-Greylist: delayed 879 seconds by postgrey-1.27 at vger.kernel.org; Wed, 30 Dec 2020 06:20:54 EST Received: from localhost (localhost [127.0.0.1]) by mail01.ohdata.se (Postfix) with ESMTP id 489C96188; Wed, 30 Dec 2020 12:02:32 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mail01.ohdata.se Received: from mail01.ohdata.se ([127.0.0.1]) by localhost (mail01.ohdata.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zJ7KQ42jE7qt; Wed, 30 Dec 2020 12:02:31 +0100 (CET) Received: from webmail.ohdata.se (unknown [10.0.38.61]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail01.ohdata.se (Postfix) with ESMTPSA id B95C05DD0; Wed, 30 Dec 2020 12:02:31 +0100 (CET) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Date: Wed, 30 Dec 2020 12:12:20 +0100 From: Oskar Holmlund To: linux-omap@vger.kernel.org Cc: tony@atomide.com Subject: [am33xx-clocks.dtsi] move ieee5000 ti,gate-clock to a ti,clkctrl? Organization: OH Data Message-ID: X-Sender: info@ohdata.se User-Agent: Roundcube Webmail/1.3.6 Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org Hi, Is it possible to move &prcm_clocks { ... ieee5000_fck: ieee5000_fck@e4 { #clock-cells = <0>; compatible = "ti,gate-clock"; clocks = <&dpll_core_m4_div2_ck>; ti,bit-shift = <1>; reg = <0x00e4>; }; to something like this to better correlate to the TRM 8.1.12.1.40 CM_PER_IEEE5000_CLKCTRL Register(offset= E4h) ? Or is there any reason the ieee5000 is a ti,gate-clock? &prcm { per_cm: per-cm@0 { compatible = "ti,omap4-cm"; reg = <0x0 0x400>; #address-cells = <1>; #size-cells = <1>; ranges = <0 0x0 0x400>; ... ieee5000_clkctrl: ieee5000_clkctrl@e4 { compatible = "ti,clkctrl"; reg = <0xe4 0x4>; #clock-cells = <2>; }; pruss_ocp_clkctrl: pruss-ocp-clkctrl@e8 { compatible = "ti,clkctrl"; reg = <0xe8 0x4>; #clock-cells = <2>; }; -- Bästa Hälsningar Oskar Holmlund Tel 070-3220292