Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751649AbdFIJgn (ORCPT ); Fri, 9 Jun 2017 05:36:43 -0400 Received: from mail-wm0-f48.google.com ([74.125.82.48]:38507 "EHLO mail-wm0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751531AbdFIJgl (ORCPT ); Fri, 9 Jun 2017 05:36:41 -0400 Subject: Re: [PATCH v4 1/3] nvmem: dt: document SNVS LPGPR binding To: Oleksij Rempel , devicetree@vger.kernel.org, kernel@pengutronix.de, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Mark Rutland , Maxime Ripard , Rob Herring , Shawn Guo References: <20170608165134.14971-1-o.rempel@pengutronix.de> <20170608165134.14971-2-o.rempel@pengutronix.de> From: Srinivas Kandagatla Message-ID: <82860099-f4d3-400f-1c6b-45837d91fd54@linaro.org> Date: Fri, 9 Jun 2017 10:36:38 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 In-Reply-To: <20170608165134.14971-2-o.rempel@pengutronix.de> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1359 Lines: 44 On 08/06/17 17:51, Oleksij Rempel wrote: > Documentation bindings for the Low Power General Purpose Register > available on i.MX6 SoCs in the Secure Non-Volatile Storage. > > Signed-off-by: Oleksij Rempel > --- > .../devicetree/bindings/nvmem/snvs-lpgpr.txt | 19 +++++++++++++++++++ > 1 file changed, 19 insertions(+) > create mode 100644 Documentation/devicetree/bindings/nvmem/snvs-lpgpr.txt > > diff --git a/Documentation/devicetree/bindings/nvmem/snvs-lpgpr.txt b/Documentation/devicetree/bindings/nvmem/snvs-lpgpr.txt These look okay, but bindings needs ack from DT maintainers for me to pick it up. --srini > new file mode 100644 > index 000000000000..21910fb3159f > --- /dev/null > +++ b/Documentation/devicetree/bindings/nvmem/snvs-lpgpr.txt > @@ -0,0 +1,19 @@ > +Device tree bindings for Low Power General Purpose Register found in i.MX6Q/D > +Secure Non-Volatile Storage. > + > +This DT node should be represented as a sub-node of a "syscon", > +"simple-mfd" node. > + > +Required properties: > +- compatible: should be: > + "fsl,imx6q-snvs-lpgpr" for Freescale i.MX6Q/D/DL/S > + > +Example: > +snvs: snvs@020cc000 { > + compatible = "fsl,sec-v4.0-mon", "syscon", "simple-mfd"; > + reg = <0x020cc000 0x4000>; > + > + snvs_lpgpr: snvs-lpgpr { > + compatible = "fsl,imx6q-snvs-lpgpr"; > + }; > +}; >