From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753199AbeDPHaM (ORCPT ); Mon, 16 Apr 2018 03:30:12 -0400 Received: from mail.kernel.org ([198.145.29.99]:56154 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752896AbeDPHaL (ORCPT ); Mon, 16 Apr 2018 03:30:11 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 79D4B2177F Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=shawnguo@kernel.org Date: Mon, 16 Apr 2018 15:29:39 +0800 From: Shawn Guo To: Matt Porter Cc: Sascha Hauer , Fabio Estevam , Rob Herring , Mark Rutland , Russell King , "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , open list Subject: Re: [PATCH v2] arm: dts: hummingboard: convert onboard audio to simple-audio-card Message-ID: <20180416072938.GD25429@dragon> References: <20180319201414.29481-1-mporter@konsulko.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180319201414.29481-1-mporter@konsulko.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Mar 19, 2018 at 04:14:13PM -0400, Matt Porter wrote: > The HB onboard audio currently makes use of the imx-audio-sgtl5000 > binding. This binding does not support auxiliary audio devices such > as external amplifiers. The simple-audio-card binding does support > this property which allows systems incorporating the HB to add an > auxiliary device that's attached to the HB audio jack with an > overlay. Convert the HB onboard audio to use simple-audio-card for > this additional flexibility. > > Signed-off-by: Matt Porter > Reviewed-by: Fabio Estevam Applied, thanks.