From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-m16.yeah.net (mail-m16.yeah.net [1.95.21.17]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 34E5E5FEE6; Mon, 9 Dec 2024 07:31:16 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=1.95.21.17 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1733729484; cv=none; b=RPyexid2FLYiaRiytix0Me9MgC+jCwnU7A7gmkcZTZfEC7rl7ryPWdvtMFHCgeiWvE6tmeDwDGWW+ST7+pm0t0RtzWAP+aBq6n1U5QkvT2uH1jKPEZz3lU/BPvDmJY6fycr7g7Se16cZ/uB3Nl27daEnFnfUOPiY7udPF96bRl8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1733729484; c=relaxed/simple; bh=JlVF6x0+d/bzmlLoYVXR8KZAC5ObMonJdxOXrS/bSkU=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=OstwKuyP2MEiQ+m0jwkrbDN7WBjeeo4qe7t1qZMc5dVqfwbLHew3ZtBOC2wYFaSjdVEqihQuSKaKH41CFEl1gLSQ8PuDTe3j6Dg90H7oT7BV9AcImlO9EEPa3iKBphgt0ic/hpHXKd7wbU/oNE9eJ5Nb0RyCwCM5d6Bo9YPV4fc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=yeah.net; spf=pass smtp.mailfrom=yeah.net; dkim=pass (1024-bit key) header.d=yeah.net header.i=@yeah.net header.b=N97k7Cry; arc=none smtp.client-ip=1.95.21.17 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=yeah.net Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=yeah.net Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=yeah.net header.i=@yeah.net header.b="N97k7Cry" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yeah.net; s=s110527; h=Date:From:Subject:Message-ID:MIME-Version: Content-Type; bh=/kuYzy4TvOvrW5Ysb7raR4QcHn1lxSFVuvD5F5LoL8s=; b=N97k7CryICfX9jh86hJTeBgEADIbl2Lo29RYU94PkaJvrZv89euFfIkA+t8m7E 4sFUhL9EKlkhDetYq+lXjqDHhehecPNcCMscua1nbfV9cUrYp0s75prWk5006qpI EuKiOPQXYyTPxhfdREhNVONR9ejRz9VYvu3+9sJopUgX4= Received: from dragon (unknown []) by gzsmtp1 (Coremail) with SMTP id Mc8vCgCHe+ZOnFZnMep5BA--.46497S3; Mon, 09 Dec 2024 15:29:20 +0800 (CST) Date: Mon, 9 Dec 2024 15:29:18 +0800 From: Shawn Guo To: Geert Uytterhoeven Cc: Liam Girdwood , Mark Brown , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Lubomir Rintel , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , Magnus Damm , Heiko Stuebner , Kunihiko Hayashi , Masami Hiramatsu , Paul Cercueil , Thomas Bogendoerfer , Shengjiu Wang , Xiubo Li , Nicolin Chen , Jaroslav Kysela , Takashi Iwai , Kuninori Morimoto , Adrien Grassein , Adam Ford , linux-sound@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, imx@lists.linux.dev, linux-renesas-soc@vger.kernel.org, linux-rockchip@lists.infradead.org, linux-mips@vger.kernel.org, alsa-devel@alsa-project.org, linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH treewide 04/11] arm64: dts: freescale: imx: Switch to simple-audio-card,hp-det-gpios Message-ID: References: Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-CM-TRANSID:Mc8vCgCHe+ZOnFZnMep5BA--.46497S3 X-Coremail-Antispam: 1Uf129KBjDUn29KB7ZKAUJUUUUU529EdanIXcx71UUUUU7v73 VFW2AGmfu7bjvjm3AaLaJ3UbIYCTnIWIevJa73UjIFyTuYvjxUodgAUUUUU X-CM-SenderInfo: pvkd40hjxrjqh1hdxhhqhw/1tbiERiwZWdWZpHlSgAAs1 On Fri, Sep 27, 2024 at 02:42:19PM +0200, Geert Uytterhoeven wrote: > Replace the deprecated "simple-audio-card,hp-det-gpio" property by > "simple-audio-card,hp-det-gpios" in Simple Audio Card device nodes. > > Signed-off-by: Geert Uytterhoeven Applied, thanks!