From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.2 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id DC911C3F2D2 for ; Fri, 28 Feb 2020 12:49:51 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 64E23246A3 for ; Fri, 28 Feb 2020 12:49:51 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=alsa-project.org header.i=@alsa-project.org header.b="vNHQAINn" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 64E23246A3 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=alsa-devel-bounces@alsa-project.org Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id BAC0016C7; Fri, 28 Feb 2020 13:48:59 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz BAC0016C7 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1582894189; bh=RbnEktHwkPh5QL2BDqvBmTDNzw8FEVDHgyMUXdUpb44=; h=Subject:From:To:References:Date:In-Reply-To:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=vNHQAINnOvnGao/aMFSIbROlYeiVOyx5K7DMx6PXnHo5q1ctOsnQWFAhon2/o47lu ggmcfgkdPISR8E4j3j8nDkwakEfmlgJF8Ur0sBiS7HnNlAVCK9M9qQ5R0G1e6o+2H7 QxZ/KDM+oI48EJJ1O6B9qYcGg2ufPhRaGvFQEs8c= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 4E015F8014D; Fri, 28 Feb 2020 13:48:59 +0100 (CET) Received: by alsa1.perex.cz (Postfix, from userid 50401) id AF4C3F8014E; Fri, 28 Feb 2020 13:48:57 +0100 (CET) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by alsa1.perex.cz (Postfix) with ESMTP id 15990F80089 for ; Fri, 28 Feb 2020 13:48:54 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 15990F80089 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 12BE34B2; Fri, 28 Feb 2020 04:48:53 -0800 (PST) Received: from [10.1.196.37] (e121345-lin.cambridge.arm.com [10.1.196.37]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id D82A33F7B4; Fri, 28 Feb 2020 04:48:51 -0800 (PST) Subject: Re: [PATCH v2 3/3] arm64: dts: rockchip: Describe RK3328 GPIO_MUTE users From: Robin Murphy To: heiko@sntech.de References: <53637c0359ad9473dc1391a8428ba21017ec467e.1581376744.git.robin.murphy@arm.com> Message-ID: <59fe8a7d-22ab-6098-5266-4fdf4bf41adb@arm.com> Date: Fri, 28 Feb 2020 12:48:50 +0000 User-Agent: Mozilla/5.0 (X11; Linux aarch64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0 MIME-Version: 1.0 In-Reply-To: <53637c0359ad9473dc1391a8428ba21017ec467e.1581376744.git.robin.murphy@arm.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-GB Content-Transfer-Encoding: 7bit Cc: devicetree@vger.kernel.org, alsa-devel@alsa-project.org, lgirdwood@gmail.com, linux-rockchip@lists.infradead.org, broonie@kernel.org, pgwipeout@gmail.com, linux-arm-kernel@lists.infradead.org X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" Hi Heiko, On 18/02/2020 9:32 pm, Robin Murphy wrote: > Add explicit properties to describe existing boards' GPIO_MUTE usage > for the analog codec. Are you happy to pick this up now that the driver patches are queued? Thanks, Robin. > Signed-off-by: Robin Murphy > --- > > v2: no change > > arch/arm64/boot/dts/rockchip/rk3328-a1.dts | 1 + > arch/arm64/boot/dts/rockchip/rk3328-rock64.dts | 1 + > 2 files changed, 2 insertions(+) > > diff --git a/arch/arm64/boot/dts/rockchip/rk3328-a1.dts b/arch/arm64/boot/dts/rockchip/rk3328-a1.dts > index 16f1656d5203..797e90a3ac92 100644 > --- a/arch/arm64/boot/dts/rockchip/rk3328-a1.dts > +++ b/arch/arm64/boot/dts/rockchip/rk3328-a1.dts > @@ -60,6 +60,7 @@ > }; > > &codec { > + mute-gpios = <&grf_gpio 0 GPIO_ACTIVE_LOW>; > status = "okay"; > }; > > diff --git a/arch/arm64/boot/dts/rockchip/rk3328-rock64.dts b/arch/arm64/boot/dts/rockchip/rk3328-rock64.dts > index 62936b432f9a..bf3e546f5266 100644 > --- a/arch/arm64/boot/dts/rockchip/rk3328-rock64.dts > +++ b/arch/arm64/boot/dts/rockchip/rk3328-rock64.dts > @@ -104,6 +104,7 @@ > }; > > &codec { > + mute-gpios = <&grf_gpio 0 GPIO_ACTIVE_LOW>; > status = "okay"; > > port@0 { >