Received: by 10.223.176.5 with SMTP id f5csp3550249wra; Mon, 29 Jan 2018 15:06:20 -0800 (PST) X-Google-Smtp-Source: AH8x2246JY+TNO6GFbDdlCWIFhKrOqxQ8nQswIEewO/Lm5WT/TAZt+f8r+dhQlEuf8pzyDPiYhnK X-Received: by 10.98.231.11 with SMTP id s11mr28265005pfh.174.1517267180697; Mon, 29 Jan 2018 15:06:20 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1517267180; cv=none; d=google.com; s=arc-20160816; b=gVnjTGKbCt+r+SMQgnlJ/vKcruJ/hUWHcGY9ptvnvdKTVUu14mfT7iy9g2El2ONUMj oKeECBEkbv0kPi6iUsNIaWYdPxR9i4XWRYpRyTgRcPFJtCEWXYDMzZ1vN1Yv004/SSWS lCIs6myuzNSIWwsn34/3AS1D/760QT6mojkpyjzr0wuqsd+NItn6/XzH/FGqOYogGJnt WVCdaLpyczbOgQvsnuw0BjLS7ZkYyXWgmzkBLfvMl3tFARAS6+6dlhZWFjW5TrehkIU5 AzXivLQcVocsnE79yfOElYQU3Z8Mbplo0SROkHlfdzAlDPayy3C0MVzEc5otvqgcaDU2 RVKA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:content-disposition :mime-version:message-id:subject:to:from:date :arc-authentication-results; bh=ydBuB7lzFdZqDxwAMkKM8PgEwpa32uIJY753fOO9kRs=; b=ALlm6qQyu64gTUsgrCH485jlIYtdRVuR+k6lrqmb8+IEC29VAD7Cy8HSbOrpF+yQql 3zdsZp3QXlALgbYiwKkbimQqtX1gpzN80aBVRxyujUxn0rI/CkZp4g+W7HzScj7cRiBD BW46ORtKpLKiAImktPTmzdedLtdFxwMpHnuYpT82uC6RzHPMHtbR3cmuhhEF+TOPkla2 wn+AIaGoBVHa8kTZhcE+3JcMpwhW1ZFC861iC/6M52Hmon1WJXhm8+nWnk7hO9ybFx1i DcKywzE4KEYBOJKxKQFDX/lA0GRQiJlop9LJErROG5Jak3woFqROuhIDxsMu6z17Z74X JsXg== 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 g1-v6si1883905plt.574.2018.01.29.15.06.05; Mon, 29 Jan 2018 15:06:20 -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 S1751594AbeA2XFm (ORCPT + 99 others); Mon, 29 Jan 2018 18:05:42 -0500 Received: from atrey.karlin.mff.cuni.cz ([195.113.26.193]:59736 "EHLO atrey.karlin.mff.cuni.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751357AbeA2XFl (ORCPT ); Mon, 29 Jan 2018 18:05:41 -0500 Received: by atrey.karlin.mff.cuni.cz (Postfix, from userid 512) id 9CCDC8017D; Tue, 30 Jan 2018 00:05:39 +0100 (CET) Date: Tue, 30 Jan 2018 00:05:39 +0100 From: Pavel Machek To: lgirdwood@gmail.com, broonie@kernel.org, robh+dt@kernel.org, mark.rutland@arm.com, perex@perex.cz, tiwai@suse.com, bhumirks@gmail.com, pavel@ucw.cz, 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 =?utf-8?Q?Matijevi=C4=87?= Subject: [PATCH] sound/tlv320dac33: Add device tree support Message-ID: <20180129230539.GA18280@amd> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="+QahgC5+KEYLbs62" Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --+QahgC5+KEYLbs62 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable This adds device tree support to tlv320dac33.c. Signed-off-by: Pavel Machek diff --git a/Documentation/devicetree/bindings/sound/tlv320dac33.txt b/Docu= mentation/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 + +- 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 =3D "ti,tlv320dac33"; + reg =3D <0x19>; + + interrupt-parent =3D <&gpio2>; + interrupts =3D <21 1>; /* gpio_53, IRQF_TRIGGER_RISING */ + power-gpio =3D <&gpio2 28 0>; /* gpio_60 */ + + ti,keep-bclk; + ti,burst-bclkdiv =3D <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 */ =20 int keep_bclk; /* Keep the BCLK continuously running @@ -1484,16 +1487,11 @@ static struct snd_soc_dai_driver dac33_dai =3D { 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 =3D client->dev.platform_data; struct tlv320dac33_priv *dac33; + struct device_node *np =3D client->dev.of_node; int ret, i; =20 - if (client->dev.platform_data =3D=3D NULL) { - dev_err(&client->dev, "Platform data not set\n"); - return -ENODEV; - } - pdata =3D client->dev.platform_data; - dac33 =3D devm_kzalloc(&client->dev, sizeof(struct tlv320dac33_priv), GFP_KERNEL); if (dac33 =3D=3D NULL) @@ -1505,10 +1503,26 @@ static int dac33_i2c_probe(struct i2c_client *clien= t, =20 i2c_set_clientdata(client, dac33); =20 - dac33->power_gpio =3D pdata->power_gpio; - dac33->burst_bclkdiv =3D pdata->burst_bclkdiv; - dac33->keep_bclk =3D pdata->keep_bclk; - dac33->mode1_latency =3D pdata->mode1_latency; + if (pdata) { + dac33->power_gpio =3D pdata->power_gpio; + dac33->burst_bclkdiv =3D pdata->burst_bclkdiv; + dac33->keep_bclk =3D pdata->keep_bclk; + dac33->mode1_latency =3D pdata->mode1_latency; + } else if (np) { + ret =3D of_get_named_gpio(np, "power-gpios", 0); + if (ret >=3D 0) + dac33->power_gpio =3D ret; + else + dac33->power_gpio =3D -1; + + if (of_property_read_bool(np, "ti,keep-bclk")) + dac33->keep_bclk =3D 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 =3D 10000; /* 10ms */ dac33->irq =3D client->irq; @@ -1574,9 +1588,16 @@ static const struct i2c_device_id tlv320dac33_i2c_id= [] =3D { }; MODULE_DEVICE_TABLE(i2c, tlv320dac33_i2c_id); =20 +static const struct of_device_id tlv320dac33_of_match[] =3D { + { .compatible =3D "ti,tlv320dac33", }, + {}, +}; +MODULE_DEVICE_TABLE(i2c, tlv320dac33_of_match); + static struct i2c_driver tlv320dac33_i2c_driver =3D { .driver =3D { .name =3D "tlv320dac33-codec", + .of_match_table =3D of_match_ptr(tlv320dac33_of_match), }, .probe =3D dac33_i2c_probe, .remove =3D dac33_i2c_remove, --=20 (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blo= g.html --+QahgC5+KEYLbs62 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlpvqMMACgkQMOfwapXb+vKqtQCdFnCA4LlqtKuol9jqGJWx5juh lfoAn0jQ6cD3Ke0CRvJGD5gLMTSZGKY/ =NnnZ -----END PGP SIGNATURE----- --+QahgC5+KEYLbs62--