Hi, * Oskar Holmlund <info@xxxxxxxxx> [201230 11:05]: > 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? For the clkctrl clocks, we should just use cm base + offset. But somehow we don't have this for ieee5000_clkctrl defined in the include/dt-bindings/clock/am3.h. Regards, Tony