Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1162587AbbKTKLr (ORCPT ); Fri, 20 Nov 2015 05:11:47 -0500 Received: from mail-wm0-f68.google.com ([74.125.82.68]:36657 "EHLO mail-wm0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751145AbbKTKJm (ORCPT ); Fri, 20 Nov 2015 05:09:42 -0500 From: Raphael Poggi X-Google-Original-From: Raphael Poggi To: perex@perex.cz, tiwai@suse.com Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, alsa-devel@alsa-project.org, Raphael Poggi Subject: [PATCH 3/4] dt-bindings: sound: add binding for pcm1792a Date: Fri, 20 Nov 2015 11:09:16 +0100 Message-Id: <1448014157-36526-4-git-send-email-raphael.poggi@avalun.com> X-Mailer: git-send-email 2.1.0 In-Reply-To: <1448014157-36526-1-git-send-email-raphael.poggi@avalun.com> References: <1448014157-36526-1-git-send-email-raphael.poggi@avalun.com> X-Antivirus: avast! (VPS 151119-1, 19/11/2015), Outbound message X-Antivirus-Status: Clean Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1121 Lines: 37 From: Raphael Poggi Add a binding for specify channel selection. Signed-off-by: Raphael Poggi --- Documentation/devicetree/bindings/sound/pcm1792a.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Documentation/devicetree/bindings/sound/pcm1792a.txt b/Documentation/devicetree/bindings/sound/pcm1792a.txt index 970ba1e..6e87a3a 100644 --- a/Documentation/devicetree/bindings/sound/pcm1792a.txt +++ b/Documentation/devicetree/bindings/sound/pcm1792a.txt @@ -9,10 +9,15 @@ Required properties: For required properties on SPI, please consult Documentation/devicetree/bindings/spi/spi-bus.txt +Optional properties: +- ti,side: specifie the channel side + insertion, removal. + Examples: codec_spi: 1792a@0 { compatible = "ti,pcm1792a"; spi-max-frequency = <600000>; + ti,side = }; -- 2.1.0 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/