Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934473AbdCXNKb (ORCPT ); Fri, 24 Mar 2017 09:10:31 -0400 Received: from mail.kernel.org ([198.145.29.136]:41914 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754267AbdCXNKM (ORCPT ); Fri, 24 Mar 2017 09:10:12 -0400 Date: Fri, 24 Mar 2017 21:09:36 +0800 From: Shawn Guo To: Jagan Teki Cc: Jagan Teki , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel , Matteo Lisi , Michael Trimarchi Subject: Re: [PATCH 07/12] ARM: dts: imx6ul-isiot: Add Sound card with codec node Message-ID: <20170324130934.GO30608@dragon> References: <1490204897-14525-1-git-send-email-jagan@openedev.com> <1490204897-14525-8-git-send-email-jagan@openedev.com> <20170324052324.GF30608@dragon> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1417 Lines: 36 On Fri, Mar 24, 2017 at 02:02:38PM +0530, Jagan Teki wrote: > On Fri, Mar 24, 2017 at 10:53 AM, Shawn Guo wrote: > > On Wed, Mar 22, 2017 at 11:18:12PM +0530, Jagan Teki wrote: > >> From: Jagan Teki > >> > >> Add support for Sound card and related codec(via i2c1) nodes > >> on Engicam Is.IoT MX6UL variant module boards. > >> > >> Cc: Shawn Guo > >> Cc: Matteo Lisi > >> Cc: Michael Trimarchi > >> Signed-off-by: Jagan Teki > >> --- > >> arch/arm/boot/dts/imx6ul-isiot-common.dtsi | 11 +++++++++++ > >> arch/arm/boot/dts/imx6ul-isiot.dtsi | 30 ++++++++++++++++++++++++++++++ > >> 2 files changed, 41 insertions(+) > >> > >> diff --git a/arch/arm/boot/dts/imx6ul-isiot-common.dtsi b/arch/arm/boot/dts/imx6ul-isiot-common.dtsi > >> index b149b5e..c79fa42 100644 > >> --- a/arch/arm/boot/dts/imx6ul-isiot-common.dtsi > >> +++ b/arch/arm/boot/dts/imx6ul-isiot-common.dtsi > >> @@ -41,6 +41,17 @@ > >> */ > >> > >> &i2c1 { > >> + codec: sgtl5000@0a { > > > > sgtl5000: codec@a { > > Just to understand, why codec: sgtl5000@0a not a suitable notation? > couldn't see any Documentation. The node name should be generic. Please see ePAPR '2.2.2 Generic Names Recommendation'. Also, the unit-address shouldn't have leading zeros. Shawn