public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
From: Oskar Holmlund <info@ohdata.se>
To: linux-omap@vger.kernel.org
Cc: tony@atomide.com
Subject: [am33xx-clocks.dtsi] move ieee5000 ti,gate-clock to a ti,clkctrl?
Date: Wed, 30 Dec 2020 12:12:20 +0100	[thread overview]
Message-ID: <f4c28638a0c00d1ae988dbebe88a1884@ohdata.se> (raw)

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

             reply	other threads:[~2020-12-30 11:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-30 11:12 Oskar Holmlund [this message]
2021-01-18  7:48 ` [am33xx-clocks.dtsi] move ieee5000 ti,gate-clock to a ti,clkctrl? Tony Lindgren

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=f4c28638a0c00d1ae988dbebe88a1884@ohdata.se \
    --to=info@ohdata.se \
    --cc=linux-omap@vger.kernel.org \
    --cc=tony@atomide.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox