From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752180AbdCCKnO (ORCPT ); Fri, 3 Mar 2017 05:43:14 -0500 Received: from mail-wm0-f53.google.com ([74.125.82.53]:35050 "EHLO mail-wm0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751074AbdCCKmd (ORCPT ); Fri, 3 Mar 2017 05:42:33 -0500 Subject: Re: [PATCH 1/3] dt-bindings: imx-ocotp: add compatible string for i.MX7D/S To: Peng Fan , shawnguo@kernel.org, maxime.ripard@free-electrons.com References: <1488350454-23860-1-git-send-email-peng.fan@nxp.com> Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, van.freenix@gmail.com, Rob Herring , Mark Rutland From: Srinivas Kandagatla Message-ID: Date: Fri, 3 Mar 2017 10:12:29 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <1488350454-23860-1-git-send-email-peng.fan@nxp.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 01/03/17 06:40, Peng Fan wrote: > Add compatible string for i.MX7D/S > > Signed-off-by: Peng Fan > Cc: Shawn Guo > Cc: Srinivas Kandagatla > Cc: Maxime Ripard > Cc: Rob Herring > Cc: Mark Rutland > --- > Documentation/devicetree/bindings/nvmem/imx-ocotp.txt | 1 + > 1 file changed, 1 insertion(+) > Thanks for the patch, I will queue both nvmem driver changes and bindings changes, via Greg's chars-misc tree. But the DT changes have to go via arm-soc tree. Thanks, srini > diff --git a/Documentation/devicetree/bindings/nvmem/imx-ocotp.txt b/Documentation/devicetree/bindings/nvmem/imx-ocotp.txt > index 966a72e..bbde2e4 100644 > --- a/Documentation/devicetree/bindings/nvmem/imx-ocotp.txt > +++ b/Documentation/devicetree/bindings/nvmem/imx-ocotp.txt > @@ -9,6 +9,7 @@ Required properties: > "fsl,imx6sl-ocotp" (i.MX6SL), or > "fsl,imx6sx-ocotp" (i.MX6SX), > "fsl,imx6ul-ocotp" (i.MX6UL), > + "fsl,imx7d-ocotp" (i.MX7D/S), > followed by "syscon". > - reg: Should contain the register base and length. > - clocks: Should contain a phandle pointing to the gated peripheral clock. >