Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752758AbdLUOSj (ORCPT ); Thu, 21 Dec 2017 09:18:39 -0500 Received: from mail-oi0-f42.google.com ([209.85.218.42]:33850 "EHLO mail-oi0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752495AbdLUOSf (ORCPT ); Thu, 21 Dec 2017 09:18:35 -0500 X-Google-Smtp-Source: ACJfBouTAS9AT7IbISwNO6W264jsgvTqJBBpYPqkXekBEISaJYqkj//yjj2cAq4AD5Zl74qIDwJaVVs8SYNmX7sLS1A= MIME-Version: 1.0 In-Reply-To: References: <20171221134842.31287-1-brgl@bgdev.pl> <20171221134842.31287-3-brgl@bgdev.pl> From: Bartosz Golaszewski Date: Thu, 21 Dec 2017 15:18:32 +0100 Message-ID: Subject: Re: [PATCH v2 2/5] dt-bindings: at24: add a missing compatible To: Andy Shevchenko Cc: Rob Herring , Mark Rutland , Javier Martinez Canillas , David Lechner , Divagar Mohandass , linux-i2c , devicetree , Linux Kernel Mailing List 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: 765 Lines: 25 2017-12-21 15:08 GMT+01:00 Andy Shevchenko : > On Thu, Dec 21, 2017 at 3:48 PM, Bartosz Golaszewski wrote: >> "atmel,spd" is reported by checkpatch as undocumented in the device >> tree bindings. Add it to the list of supported compatible strings. > >> "atmel,24c00", >> "atmel,24c01", >> "atmel,24c02", >> + "atmel,spd", >> "atmel,24c04", >> "atmel,24c08", >> "atmel,24c16", > > Sounds alogical to me to make a split by this new record. > Can you find better line to inject? > > -- > With Best Regards, > Andy Shevchenko They are actually ordered by memory size. I want to keep it like this in the driver and I prefer that the DT reflect it. Thanks, Bartosz