On Wed, Mar 20, 2019 at 04:52:51PM +0000, Mark Brown wrote: > On Wed, Mar 20, 2019 at 02:28:12PM +0000, Charles Keepax wrote: > > > + - clock-names : Must include the following clocks: > > + "ln-sound-mclk" Master clock source for the sound card, should > > + normally be set to LOCHNAGAR_SOUNDCARD_MCLK provided by the > > + Lochnagar clock driver. > > Why the namespacing on the clock name here? I think this is just a hang over from when these clocks were not handled through DT and thus had to have the same name as was used in the clock driver. Agree it is redundant now and will remove, maybe even just mclk should be fine I guess, as the sound is kinda redundant as well. Thanks, Charles