Tony Lindgren <tony@xxxxxxxxxxx> wrote on Tue [2019-Oct-22 08:48:16 -0700]: > * Benoit Parrot <bparrot@xxxxxx> [191016 18:47]: > > --- a/arch/arm/boot/dts/am43xx-clocks.dtsi > > +++ b/arch/arm/boot/dts/am43xx-clocks.dtsi > > @@ -704,6 +704,60 @@ > > ti,bit-shift = <8>; > > reg = <0x2a48>; > > }; > > + > > + clkout1_osc_div_ck: clkout1_osc_div_ck { > > + #clock-cells = <0>; > > + compatible = "ti,divider-clock"; > > + clocks = <&sys_clkin_ck>; > > + ti,bit-shift = <20>; > > + ti,max-div = <4>; > > + reg = <0x4100>; > > + }; > > Here too please describe why the clock names are not generic. Tero originally had this patch in the kernel so this is somewhat of a revert. Since these "clock" were removed. If the name syntax is no longer valid for some reason, then I will need a little more informations to proceed. Tero, can you assist here? Benoit > > Regards, > > Tony