From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753961AbcFPJe7 (ORCPT ); Thu, 16 Jun 2016 05:34:59 -0400 Received: from mailout4.w1.samsung.com ([210.118.77.14]:19603 "EHLO mailout4.w1.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752605AbcFPJez (ORCPT ); Thu, 16 Jun 2016 05:34:55 -0400 X-AuditID: cbfec7f5-f792a6d000001302-dc-576272bb2315 Subject: Re: [PATCH 2/5] clk: Combine DT binding doc for max77686 and max77802 To: Javier Martinez Canillas , Laxman Dewangan , mturquette@baylibre.com, robh+dt@kernel.org, linux@armlinux.org.uk References: <1466000018-16784-1-git-send-email-ldewangan@nvidia.com> <1466000018-16784-3-git-send-email-ldewangan@nvidia.com> Cc: linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, Javier Martinez Canillas From: Krzysztof Kozlowski Message-id: <576272BA.50800@samsung.com> Date: Thu, 16 Jun 2016 11:34:50 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.8.0 MIME-version: 1.0 In-reply-to: Content-type: text/plain; charset=windows-1252 Content-transfer-encoding: 7bit X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFmpnkeLIzCtJLcpLzFFi42I5/e/4Zd09RUnhBme3MlrMP3KO1eLa7xls Fm/ermGyeP3C0GLpvtUsFpseX2O1+Nhzj9Xi8q45bBYzzu9jsjg0dS+jxcVTrhate4+wO/B4 XL52kdnj/Y1Wdo+/s1uZPTat6mTz2Lyk3qO3+R2bx5b+u+wefVtWMXp83iQXwBnFZZOSmpNZ llqkb5fAlXHyaR9jwSr2ipUzFjI1MH5k7WLk5JAQMJGYve83E4QtJnHh3nq2LkYuDiGBpYwS bYfWMUI4zxgltszqZASpEhbwk7h95zQzSEIEpOr+u8usEFU7GCV+nf8JlmEWuMYo0bh/JTNI C5uAscTm5UvYQGxeAQ2JdScfsYPYLAKqEhceXQWzRQUiJGZt/8EEUSMo8WPyPRYQm1PAWWLW 3I1AqzmAhupJ3L+oBRJmFpCX2LzmLfMERoFZSDpmIVTNQlK1gJF5FaNoamlyQXFSeq6RXnFi bnFpXrpecn7uJkZI9Hzdwbj0mNUhRgEORiUeXoH1ieFCrIllxZW5hxglOJiVRHgv5SWFC/Gm JFZWpRblxxeV5qQWH2KU5mBREueduet9iJBAemJJanZqakFqEUyWiYNTqoFRrWr307iXxSyz jtRFMNqzCa7dtumjZoCud8CdpwLWE9sWf5kqu18zy4ljVkhzbsKG5/fee5cdkNnxpWuhpPjs A5V7d6cZsn7aZvX/6amIDOnaCJPe9T3ts3YtnLtsi9glvbhFuWf93/y+V2CpGRijYthy7P7u TF9nx0yJiau/P0/oeHSgwWebEktxRqKhFnNRcSIAR1GSiJoCAAA= Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 06/15/2016 05:19 PM, Javier Martinez Canillas wrote: >> Remove the separate DT binding document file for maxim,max77802 and >> move all information to maxim,max77686 DT binding document. >> > > Now, I wonder if this is the correct approach. A system integrator is > probably going to search for the bindings of the chip that is present > in their system. For example there are different DT bindings docs for > both the max77686 and max77802 PMIC even when support is implemented > by the same driver (drivers/mfd/max77686.c). > > But maybe I'm wrong so I'll let people with more DT experience to say > if merging the bindings docs in a single one is the correct approach. I personally prefer having one binding document for all devices because essentially it is almost the same device. For looking up I use git grep with compatible string (or device name) so it does not matter, IMHO. Best regards, Krzysztof