From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752726AbcIINn0 (ORCPT ); Fri, 9 Sep 2016 09:43:26 -0400 Received: from mail-wm0-f47.google.com ([74.125.82.47]:37077 "EHLO mail-wm0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752602AbcIINnW (ORCPT ); Fri, 9 Sep 2016 09:43:22 -0400 Subject: Re: [PATCH 3/3] dt-bindings: reset: oxnas: Update for OX820 To: Philipp Zabel References: <20160909131955.27334-1-narmstrong@baylibre.com> <20160909131955.27334-4-narmstrong@baylibre.com> <1473428153.3023.34.camel@pengutronix.de> Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org From: Neil Armstrong Organization: Baylibre Message-ID: <6045eda4-3a49-555b-9cf8-c321640bc98b@baylibre.com> Date: Fri, 9 Sep 2016 15:43:26 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <1473428153.3023.34.camel@pengutronix.de> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Philipp, On 09/09/2016 03:35 PM, Philipp Zabel wrote: > Hi Neil, > > Am Freitag, den 09.09.2016, 15:19 +0200 schrieb Neil Armstrong: >> Add new compatible string for reset and sys-ctrl for the Oxford >> Semiconductor OX820 Support. >> Drop the OX810SE indices since they moved in a dedicated include file. > > Not sure if the OX820 reset controller should be considered "compatible" > to OX810SE. The register layout and usage is the same, but the reset > indices are different. Does this warrant a new compatible string, or > should this be > compatible = "oxsemi,ox820-reset", "oxsemi,ox810se-reset"? As indicated on the cover letter, I'll like to have each supported SoC as a specific compatible, to ease maintaining the drivers and clarify what HW is supported. Having an include file per SoC is also part of the process. > [...] > > Please add a pointer to include/dt-bindings/reset/oxsemi,ox8{10se,20}.h OK, will do in v2. > > Otherwise I'm fine with the series, pending DT maintainer approval. > > regards > Philipp > Thanks, Neil