From mboxrd@z Thu Jan 1 00:00:00 1970 From: jbrunet@baylibre.com (Jerome Brunet) Date: Tue, 10 Jul 2018 09:58:43 +0200 Subject: [PATCH RESEND] ARM64: dts: meson-axg: add the audio clock controller In-Reply-To: <7h7em4nkja.fsf@baylibre.com> References: <20180706144305.30116-1-jbrunet@baylibre.com> <7h7em4nkja.fsf@baylibre.com> Message-ID: <1531209523.2708.46.camel@baylibre.com> To: linus-amlogic@lists.infradead.org List-Id: linus-amlogic.lists.infradead.org On Mon, 2018-07-09 at 14:53 -0700, Kevin Hilman wrote: > Jerome Brunet writes: > > > Add the audio clock controller which is part of the audio bus > > This controller takes 8 input plls, and the usual clock gate, from the > > main clock controller. It provides the clocs for the all the devices of > > the audio subsystem, such as tdms, spdif, pdm, etc. > > > > Signed-off-by: Jerome Brunet > > --- > > > > Resend to fix typo reported by Martin in the commit description. > > (Thx Martin !) > > > > Kevin, > > > > Please note that this change depends on the axg audio clock bindings [0]. > > > > It explains the problem reported by kbuild robot > > It will be part of our PR to clock in this cycle. > > > > As usual, I've prepared a topic branch with the DT changes for you. > > Please, let me know when you need a tag on it. > > Unless you're expecting some more dependencies for the v4.19 cycle, > please tag it now, then I will queue it up. Done : meson-clk-dt-for-v4.19 > > Kevin