Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756996AbdLPSUr (ORCPT ); Sat, 16 Dec 2017 13:20:47 -0500 Received: from mail-ot0-f195.google.com ([74.125.82.195]:43136 "EHLO mail-ot0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754397AbdLPSUp (ORCPT ); Sat, 16 Dec 2017 13:20:45 -0500 X-Google-Smtp-Source: ACJfBovuZnmcNygJ2tVKAQfbhgPhRtP4kRsG9n5+yHGBggz5+Q/UoaFn+oD4/RKAFk6mJQ3l5ltwlA== Date: Sat, 16 Dec 2017 12:20:40 -0600 From: Rob Herring To: Dhaval Shah Cc: arnd@arndb.de, gregkh@linuxfoundation.org, mark.rutland@arm.com, rdunlap@infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, michal.simek@xilinx.com, hyunk@xilinx.com, Dhaval Shah Subject: Re: [PATCH v4 1/2] dt-bindings: misc: Add DT bindings to xlnx_vcu driver Message-ID: <20171216182040.7negu2om6buxvykp@rob-hp-laptop> References: <29198c0a-783e-8aa0-00e4-44b1fa1acef7@infradead.org> <1513322656-4571-1-git-send-email-dshah@xilinx.com> <1513322656-4571-2-git-send-email-dshah@xilinx.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1513322656-4571-2-git-send-email-dshah@xilinx.com> User-Agent: NeoMutt/20170609 (1.8.3) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1041 Lines: 26 On Thu, Dec 14, 2017 at 11:24:15PM -0800, Dhaval Shah wrote: > From: Dhaval Shah > > Add Device Tree binding document for logicoreIP. This logicoreIP > provides the isolation between the processing system and > programmable logic. Also provides the clock related information. > > Signed-off-by: Dhaval Shah > --- > Chnages since v3: > No Changes. > Chnages since v3: > * Use "dt-bindings: misc: ..." for the subject. > Changes since v2: > * Describe the h/w > * compatible string is updated to make it more specific > based on the logicoreIP version. > * Removed that encoder and decoder child nodes and relatd properties as that > will be a separate driver and dts nodes. other team is working on that. > * Updated to use as a single driver. > > .../devicetree/bindings/misc/xlnx,vcu.txt | 31 ++++++++++++++++++++++ > 1 file changed, 31 insertions(+) > create mode 100644 Documentation/devicetree/bindings/misc/xlnx,vcu.txt Reviewed-by: Rob Herring