From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH v3 2/2] ASoC: dt-bindings: Convert Allwinner A23 analog codec to a schema Date: Tue, 17 Sep 2019 14:02:14 -0500 Message-ID: <20190917190214.GA8947@bogus> References: <20190906151221.3148-1-mripard@kernel.org> <20190906151221.3148-2-mripard@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20190906151221.3148-2-mripard@kernel.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org Cc: Mark Rutland , devicetree@vger.kernel.org, alsa-devel@alsa-project.org, Liam Girdwood , Maxime Ripard , Chen-Yu Tsai , Mark Brown , Frank Rowand , linux-arm-kernel@lists.infradead.org List-Id: devicetree@vger.kernel.org On Fri, 6 Sep 2019 18:12:21 +0300, Maxime Ripard wrote: > From: Maxime Ripard > > The Allwinner A23 SoC and later have an embedded audio codec that uses a > separate controller to drive its analog part, which is supported in Linux, > with a matching Device Tree binding. > > Now that we have the DT validation in place, let's convert the device tree > bindings for that controller over to a YAML schemas. > > Signed-off-by: Maxime Ripard > > --- > > Changes from v2: > - Use an enum instead of a oneOf for the compatibles > > Changes from v1: > - Fix subject prefix > --- > .../allwinner,sun8i-a23-codec-analog.yaml | 38 +++++++++++++++++++ > .../bindings/sound/sun8i-codec-analog.txt | 17 --------- > 2 files changed, 38 insertions(+), 17 deletions(-) > create mode 100644 Documentation/devicetree/bindings/sound/allwinner,sun8i-a23-codec-analog.yaml > delete mode 100644 Documentation/devicetree/bindings/sound/sun8i-codec-analog.txt > Reviewed-by: Rob Herring