[am33xx-clocks.dtsi] move ieee5000 ti,gate-clock to a ti,clkctrl?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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



[Index of Archives]     [Linux Arm (vger)]     [ARM Kernel]     [ARM MSM]     [Linux Tegra]     [Linux WPAN Networking]     [Linux Wireless Networking]     [Maemo Users]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite Trails]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux