Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755978AbdLORUf (ORCPT ); Fri, 15 Dec 2017 12:20:35 -0500 Received: from mail-ot0-f170.google.com ([74.125.82.170]:41197 "EHLO mail-ot0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755458AbdLORUa (ORCPT ); Fri, 15 Dec 2017 12:20:30 -0500 X-Google-Smtp-Source: ACJfBosZ1oHCdPWCUhzzvW7Pty+VfLKrzSUzLZMIA9YyuwOut762bqiIh7ZNbmY1fQmVFcInKjRRn1wtKIOrx0+BmNw= MIME-Version: 1.0 In-Reply-To: <20171215171327.8513-1-malat@debian.org> References: <20171215124631.30132-1-malat@debian.org> <20171215171327.8513-1-malat@debian.org> From: Fabio Estevam Date: Fri, 15 Dec 2017 15:20:29 -0200 Message-ID: Subject: Re: [PATCH v2] arm: imx: dts: Remove leading 0x and 0s from bindings notation To: Mathieu Malaterre Cc: Rob Herring , Shawn Guo , Sascha Hauer , Fabio Estevam , Mark Rutland , Russell King , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 543 Lines: 16 HI Mathieu, On Fri, Dec 15, 2017 at 3:13 PM, Mathieu Malaterre wrote: > diff --git a/arch/arm/boot/dts/imx6q-display5.dtsi b/arch/arm/boot/dts/imx6q-display5.dtsi > index 4084de43d4d9..09085fde3341 100644 > --- a/arch/arm/boot/dts/imx6q-display5.dtsi > +++ b/arch/arm/boot/dts/imx6q-display5.dtsi > @@ -255,7 +255,7 @@ > pinctrl-0 = <&pinctrl_i2c1>; > status = "okay"; > > - codec: tfa9879@6C { > + codec: tfa9879@6c { This change is fine, but it no longer matches the Subject and commit log.