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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id BFC07C433F5 for ; Wed, 9 Mar 2022 09:38:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231970AbiCIJjK (ORCPT ); Wed, 9 Mar 2022 04:39:10 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48182 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231524AbiCIJjE (ORCPT ); Wed, 9 Mar 2022 04:39:04 -0500 Received: from mx0b-001ae601.pphosted.com (mx0b-001ae601.pphosted.com [67.231.152.168]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6C7715F68; Wed, 9 Mar 2022 01:38:05 -0800 (PST) Received: from pps.filterd (m0077474.ppops.net [127.0.0.1]) by mx0b-001ae601.pphosted.com (8.16.1.2/8.16.1.2) with ESMTP id 2297boHB006265; Wed, 9 Mar 2022 03:37:24 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cirrus.com; h=date : from : to : cc : subject : message-id : references : mime-version : content-type : in-reply-to; s=PODMain02222019; bh=d6oIGV5ctSHUZQyktQOGy+QNmd6WRd8LohDDntkaVeI=; b=U7JUVZib4SRjbqBEgOSQ6eFoA1otkUJqfXHFfT/p8wycwL/33lv5I7S8zI+a6CZDHqXw 7Rdu6Kt2k6+k/bwmujk0DuBZ2HIlqE3MQ0UgHXIkcLGLX4ix+HLWKbvYIQrnIbxoFdr6 ifEymmdCUsEWmpx/9cyyaxHx6rJNKjwYzlUvH/AOf7Jz28qtykzwDN9NFdkiEXdJO+4u 1Hva6wgopSdRVSocwUHltVhVfK5JrE6XIXghustKjXp6NEmhz4CPXByi+jNL3uEzNsU9 2zFY+HUfiZzVvnwpSsrwR76UZBti7uKR8NJj9TWRiCestKtQFlvTtQHJ3WGdCXYrX23m eA== Received: from ediex02.ad.cirrus.com ([84.19.233.68]) by mx0b-001ae601.pphosted.com (PPS) with ESMTPS id 3em55swe4v-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT); Wed, 09 Mar 2022 03:37:24 -0600 Received: from EDIEX01.ad.cirrus.com (198.61.84.80) by EDIEX02.ad.cirrus.com (198.61.84.81) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.18; Wed, 9 Mar 2022 09:37:22 +0000 Received: from ediswmail.ad.cirrus.com (198.61.86.93) by EDIEX01.ad.cirrus.com (198.61.84.80) with Microsoft SMTP Server id 15.1.2375.18 via Frontend Transport; Wed, 9 Mar 2022 09:37:22 +0000 Received: from ediswmail.ad.cirrus.com (ediswmail.ad.cirrus.com [198.61.86.93]) by ediswmail.ad.cirrus.com (Postfix) with ESMTP id BC8BDB06; Wed, 9 Mar 2022 09:37:22 +0000 (UTC) Date: Wed, 9 Mar 2022 09:37:22 +0000 From: Charles Keepax To: Lucas Tanure CC: Liam Girdwood , Mark Brown , Rob Herring , Jaroslav Kysela , Takashi Iwai , , , , , David Rhodes Subject: Re: [PATCH v3 15/16] ASoC: dt-bindings: cs35l41: Document CS35l41 External Boost Message-ID: <20220309093722.GI38351@ediswmail.ad.cirrus.com> References: <20220308171730.454587-1-tanureal@opensource.cirrus.com> <20220308171730.454587-16-tanureal@opensource.cirrus.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <20220308171730.454587-16-tanureal@opensource.cirrus.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-Proofpoint-ORIG-GUID: 6HkZvwNM2aINEgKd1u0XyORUQSla4DMr X-Proofpoint-GUID: 6HkZvwNM2aINEgKd1u0XyORUQSla4DMr X-Proofpoint-Spam-Reason: safe Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Mar 08, 2022 at 05:17:29PM +0000, Lucas Tanure wrote: > From: David Rhodes > > Document internal and external boost feature for ASoC CS35L41. > For internal boost the following properties are required: > - cirrus,boost-peak-milliamp > - cirrus,boost-ind-nanohenry > - cirrus,boost-cap-microfarad > > For external boost, the GPIO1 must be configured as output, > so the following properties are required: > - cirrus,gpio1-src-select = <1> > - cirrus,gpio1-output-enable > > Signed-off-by: David Rhodes > Signed-off-by: Lucas Tanure > --- Acked-by: Charles Keepax Thanks, Charles