Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752320AbdLLUHI (ORCPT ); Tue, 12 Dec 2017 15:07:08 -0500 Received: from mail-ot0-f193.google.com ([74.125.82.193]:40651 "EHLO mail-ot0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752273AbdLLUHF (ORCPT ); Tue, 12 Dec 2017 15:07:05 -0500 X-Google-Smtp-Source: ACJfBouDzbooxtcXlUWt7NyUbY1OTtuaHvVD70nHxH/31Qp+X+JeiCgI+qWSFMvE/n5z+1qX9eTvrA== Date: Tue, 12 Dec 2017 14:07:03 -0600 From: Rob Herring To: Dhaval Shah Cc: arnd@arndb.de, gregkh@linuxfoundation.org, pombredanne@nexb.com, mark.rutland@arm.com, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, michal.simek@xilinx.com, hyunk@xilinx.com, Dhaval Shah Subject: Re: [PATCH v2 1/2] Documentation: devicetree: Add DT bindings to xlnx_vcu driver Message-ID: <20171212200703.nxabyfcjbswwbp4v@rob-hp-laptop> References: <20171207104757.GA27343@kroah.com> <1512682276-6082-1-git-send-email-dshah@xilinx.com> <1512682276-6082-2-git-send-email-dshah@xilinx.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1512682276-6082-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: 942 Lines: 22 On Thu, Dec 07, 2017 at 01:31:15PM -0800, Dhaval Shah wrote: > 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 > --- > 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 One nit. Use "dt-bindings: misc: ..." for the subject.