Received: by 10.223.176.5 with SMTP id f5csp3590534wra; Mon, 29 Jan 2018 15:50:28 -0800 (PST) X-Google-Smtp-Source: AH8x225mVh+PCNxf1vWTEDE6doky787Wg9H6fKmlVOoeFcWbYGqooZ8+8pqptWqpzI/Y7iqW5scy X-Received: by 2002:a17:902:7614:: with SMTP id k20-v6mr23407912pll.343.1517269828705; Mon, 29 Jan 2018 15:50:28 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1517269828; cv=none; d=google.com; s=arc-20160816; b=B3JMw6LNHFrPg9W2wgISLLBBQUzTBiQplyeLQ0LHv0CK2A1LMOE74DNYug2tZsC1SS Y8u0Tv6duPBMAwBGSWVSMF/amZ71Xt3mKzy3IgmrinX+M3+2ORwue5lYpFqJQTxz7s2r rnKzt7jriMfC7pcndzY6se+2HS3/UQpbQqvd4+f6tlIDG+jvy3QbjQAalxeXcSSx8Wvb yobP6OvKn8ceAX4NHQ+YQkyb57IxHYc1SpaD2HLaiVioQJjcotGWUJvqi2t9O4VxTfDO YUUidKowACK0tEKmTbP1TZeS2I4o3Bud+LL5FyjecRNJZR8hZOdValBMVJ+4xk00RRra narg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=e4RASIoLjt0TYdwi8GVA/fBImxVu6nsHk+XK13IwXQw=; b=sNBijYEDTxrzJYQ9HTo+19s+Va3ZVZL9zbsFigH0UjINRAkQduvx4GoZ6ezspH7CNK NTx/q9OQe124AK3gNjjcsSfu4gfSeLuIumGF4WSZGEg0jLlQbYhS21RpCwY3fGP9laRq 3Irn29xKbWOqTArgZJ0sJjBVTqViFJXJWDr4UPzvTEMamy+/Y7pWaeEH7jMlJ09mtENL ooz8HOF3vlfhIYu7tuBZMaBsmXi7udRm4HQTXd+QLmg5N9QaQIpircINuyepjjcxBWPD F+Jq6ffPwCJNAwx9mcTtO9yMgju5yBMHppDt2fOrwT7EtVs+S0+p40k0qypNREztQNk1 3sTA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id a59-v6si2196949pla.366.2018.01.29.15.50.14; Mon, 29 Jan 2018 15:50:28 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752081AbeA2Xtk (ORCPT + 99 others); Mon, 29 Jan 2018 18:49:40 -0500 Received: from eddie.linux-mips.org ([148.251.95.138]:46568 "EHLO cvs.linux-mips.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751436AbeA2Xti (ORCPT ); Mon, 29 Jan 2018 18:49:38 -0500 Received: (from localhost user: 'ladis' uid#1021 fake: STDIN (ladis@eddie.linux-mips.org)) by eddie.linux-mips.org id S23994684AbeA2XUjXiYRp (ORCPT + 2 others); Tue, 30 Jan 2018 00:20:39 +0100 Date: Tue, 30 Jan 2018 00:20:31 +0100 From: Ladislav Michl To: Pavel Machek Cc: lgirdwood@gmail.com, broonie@kernel.org, robh+dt@kernel.org, mark.rutland@arm.com, perex@perex.cz, tiwai@suse.com, bhumirks@gmail.com, alsa-devel@alsa-project.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, pali.rohar@gmail.com, sre@kernel.org, linux-arm-kernel , linux-omap@vger.kernel.org, tony@atomide.com, khilman@kernel.org, aaro.koskinen@iki.fi, ivo.g.dimitrov.75@gmail.com, patrikbachan@gmail.com, serge@hallyn.com, abcloriens@gmail.com, clayton@craftyguy.net, martijn@brixit.nl, sakari.ailus@linux.intel.com, Filip =?iso-8859-2?Q?Matijevi=E6?= Subject: Re: [PATCH] sound/tlv320dac33: Add device tree support Message-ID: <20180129232031.GA7695@lenoch> References: <20180129230539.GA18280@amd> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180129230539.GA18280@amd> User-Agent: Mutt/1.9.3 (2018-01-21) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jan 30, 2018 at 12:05:39AM +0100, Pavel Machek wrote: > > This adds device tree support to tlv320dac33.c. > > Signed-off-by: Pavel Machek > > diff --git a/Documentation/devicetree/bindings/sound/tlv320dac33.txt b/Documentation/devicetree/bindings/sound/tlv320dac33.txt > new file mode 100644 > index 0000000..6cbd311 > --- /dev/null > +++ b/Documentation/devicetree/bindings/sound/tlv320dac33.txt > @@ -0,0 +1,32 @@ > +Texas Instruments - tlv320dac33 Codec module > + > +The tlv320dac33 serial control bus communicates through I2C protocols. > + > +Required properties: > + > +- compatible - "ti,tlv320dac33" > +- reg - I2C slave address > + > +Optional properties: > + > +- power-gpios - gpio pin to power the device, active high While driver used gpio in platform data, isn't it more likely regulator which powers device? > +- interrupts - The interrupt output from the device. > +- interrupt-parent - The parent interrupt controller. > + > +- ti,keep-bclk - Keep the BCLK running in FIFO modes > +- ti,burst-bclkdiv - BCLK divider value in burst mode > + > +Example: > + > +tlv320dac33: audio-codec@19 { > + compatible = "ti,tlv320dac33"; > + reg = <0x19>; > + > + interrupt-parent = <&gpio2>; > + interrupts = <21 1>; /* gpio_53, IRQF_TRIGGER_RISING */ > + power-gpio = <&gpio2 28 0>; /* gpio_60 */ > + > + ti,keep-bclk; > + ti,burst-bclkdiv = <3>; > +}; > diff --git a/sound/soc/codecs/tlv320dac33.c b/sound/soc/codecs/tlv320dac33.c > index 5b94a15..2a0fe06 100644 > --- a/sound/soc/codecs/tlv320dac33.c > +++ b/sound/soc/codecs/tlv320dac33.c > @@ -30,6 +32,7 @@ > #include > #include > #include > +#include > #include > #include > #include > @@ -105,7 +108,7 @@ struct tlv320dac33_priv { > unsigned int nsample; /* burst read amount from host */ > int mode1_latency; /* latency caused by the i2c writes in > * us */ > - u8 burst_bclkdiv; /* BCLK divider value in burst mode */ > + u32 burst_bclkdiv; /* BCLK divider value in burst mode */ > unsigned int burst_rate; /* Interface speed in Burst modes */ > > int keep_bclk; /* Keep the BCLK continuously running > @@ -1484,16 +1487,11 @@ static struct snd_soc_dai_driver dac33_dai = { > static int dac33_i2c_probe(struct i2c_client *client, > const struct i2c_device_id *id) > { > - struct tlv320dac33_platform_data *pdata; > + struct tlv320dac33_platform_data *pdata = client->dev.platform_data; > struct tlv320dac33_priv *dac33; > + struct device_node *np = client->dev.of_node; > int ret, i; > > - if (client->dev.platform_data == NULL) { > - dev_err(&client->dev, "Platform data not set\n"); > - return -ENODEV; > - } > - pdata = client->dev.platform_data; > - > dac33 = devm_kzalloc(&client->dev, sizeof(struct tlv320dac33_priv), > GFP_KERNEL); > if (dac33 == NULL) > @@ -1505,10 +1503,26 @@ static int dac33_i2c_probe(struct i2c_client *client, > > i2c_set_clientdata(client, dac33); > > - dac33->power_gpio = pdata->power_gpio; > - dac33->burst_bclkdiv = pdata->burst_bclkdiv; > - dac33->keep_bclk = pdata->keep_bclk; > - dac33->mode1_latency = pdata->mode1_latency; > + if (pdata) { > + dac33->power_gpio = pdata->power_gpio; > + dac33->burst_bclkdiv = pdata->burst_bclkdiv; > + dac33->keep_bclk = pdata->keep_bclk; > + dac33->mode1_latency = pdata->mode1_latency; > + } else if (np) { > + ret = of_get_named_gpio(np, "power-gpios", 0); > + if (ret >= 0) > + dac33->power_gpio = ret; > + else > + dac33->power_gpio = -1; > + > + if (of_property_read_bool(np, "ti,keep-bclk")) > + dac33->keep_bclk = true; > + > + of_property_read_u32(np, "ti,burst-bclkdiv", &dac33->burst_bclkdiv); > + } else { > + dev_err(&client->dev, "Platform data not set\n"); > + return -ENODEV; > + } > if (!dac33->mode1_latency) > dac33->mode1_latency = 10000; /* 10ms */ > dac33->irq = client->irq; > @@ -1574,9 +1588,16 @@ static const struct i2c_device_id tlv320dac33_i2c_id[] = { > }; > MODULE_DEVICE_TABLE(i2c, tlv320dac33_i2c_id); > > +static const struct of_device_id tlv320dac33_of_match[] = { > + { .compatible = "ti,tlv320dac33", }, > + {}, > +}; > +MODULE_DEVICE_TABLE(i2c, tlv320dac33_of_match); > + > static struct i2c_driver tlv320dac33_i2c_driver = { > .driver = { > .name = "tlv320dac33-codec", > + .of_match_table = of_match_ptr(tlv320dac33_of_match), > }, > .probe = dac33_i2c_probe, > .remove = dac33_i2c_remove, > > -- > (english) http://www.livejournal.com/~pavelmachek > (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html