Quoting Charles Keepax (2019-03-19 06:37:00) > Lochnagar is an evaluation and development board for Cirrus > Logic Smart CODEC and Amp devices. It allows the connection of > most Cirrus Logic devices on mini-cards, as well as allowing > connection of various application processor systems to provide a > full evaluation platform. This driver supports the board > controller chip on the Lochnagar board. > > The Lochnagar can take several input clocks from the host system, > provides several of its own clock sources, and provides extensive > routing options for those clocks to be supplied to the attached > CODEC/Amp device. > > Signed-off-by: Charles Keepax <ckeepax@xxxxxxxxxxxxxxxxxxxxx> > --- Applied to clk-next You may want to take a look at the clk-parent-rewrite-1 branch on clk.git and see if you can convert this driver to use that method instead of of_clk_get_parent_name(). It may simplify some of the driver.