Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752341AbdDMVKW (ORCPT ); Thu, 13 Apr 2017 17:10:22 -0400 Received: from ec2-52-27-115-49.us-west-2.compute.amazonaws.com ([52.27.115.49]:42088 "EHLO osg.samsung.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751626AbdDMVKT (ORCPT ); Thu, 13 Apr 2017 17:10:19 -0400 Subject: Re: [PATCH v2 05/22] ARM: dts: at91: Add generic compatible string for I2C EEPROM To: Peter Rosin , linux-kernel@vger.kernel.org References: <20170413182839.25381-1-javier@osg.samsung.com> <20170413182839.25381-6-javier@osg.samsung.com> <869a0f44-6c97-2109-776b-6da9b86c732a@axentia.se> Cc: Wolfram Sang , devicetree@vger.kernel.org, Russell King , Alexandre Belloni , Rob Herring , Nicolas Ferre , Mark Rutland , linux-arm-kernel@lists.infradead.org, Geert Uytterhoeven From: Javier Martinez Canillas Message-ID: Date: Thu, 13 Apr 2017 18:09:56 -0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <869a0f44-6c97-2109-776b-6da9b86c732a@axentia.se> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 804 Lines: 41 Hello Peter, On 04/13/2017 05:43 PM, Peter Rosin wrote: > On 2017-04-13 20:28, Javier Martinez Canillas wrote: [snip] >> >> eeprom@50 { >> - compatible = "nxp,24c02"; >> + compatible = "nxp,24c02","atmel,24c02"; >> reg = <0x50>; >> pagesize = <16>; >> }; >> > > Sure, in principle. But not having a space after the commas is a real OCD > trigger for me. My spine is rotating... :-) > Right, Geert already pointed out. It's something I missed in my sed script so I got it wrong in all the DTS :( I'll fix my script and send a v2. > Anyway, with those whitespace fixes (and without them too, but please): > Acked-by: Peter Rosin > Thanks for the review! > Cheers, > peda > > Best regards, -- Javier Martinez Canillas Open Source Group Samsung Research America