On Mon, Sep 26, 2022 at 01:05:33PM +0200, Pali Rohár wrote: > From: Marcin Wojtas <mw@xxxxxxxxxxxx> > > The audio unit of Marvell Armada38x SoC is similar to the ones comprised by > other Marvell SoCs (Kirkwood, Dove and Armada 370). Therefore KW audio > driver can be used to support it and this commit adds new compatible string > to identify Armada 38x variant. > > Two new memory regions are added: first one for PLL configuration and > the second one for choosing one of audio I/O modes (I2S or S/PDIF). > For the latter purpose a new optional DT property is added ('spdif-mode'). > > kirkwood-i2s driver is extended by adding a new init function for Armada > 38x flavor and also a routine that enables PLL output (i.e. MCLK) > configuration. > > Signed-off-by: Marcin Wojtas <mw@xxxxxxxxxxxx> > Tested-by: Star_Automation <star@xxxxxxxxxxx> > Reviewed-by: Nadav Haklai <nadavh@xxxxxxxxxxx> > Reviewed-by: Lior Amsalem <alior@xxxxxxxxxxx> > Tested-by: Lior Amsalem <alior@xxxxxxxxxxx> > Signed-off-by: Hezi Shahmoon <hezi@xxxxxxxxxxx> > Reviewed-by: Neta Zur Hershkovits <neta@xxxxxxxxxxx> > [pali: Fix support for pre-38x SoCs] > Signed-off-by: Pali Rohár <pali@xxxxxxxxxx> Reviewed-by: Andrew Lunn <andrew@xxxxxxx> Andrew