Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752738AbcJCSmj (ORCPT ); Mon, 3 Oct 2016 14:42:39 -0400 Received: from mail-oi0-f68.google.com ([209.85.218.68]:35634 "EHLO mail-oi0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752249AbcJCSmg (ORCPT ); Mon, 3 Oct 2016 14:42:36 -0400 Date: Mon, 3 Oct 2016 13:42:34 -0500 From: Rob Herring To: Nava kishore Manne Cc: gregkh@linuxfoundation.org, mark.rutland@arm.com, jslaby@suse.com, michal.simek@xilinx.com, soren.brinkmann@xilinx.com, linux-serial@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, punnaia@xilinx.com, Nava kishore Manne Subject: Re: [PATCH v5] devicetree: bindings: uart: Add new compatible string for ZynqMP Message-ID: <20161003184234.GA13165@rob-hp-laptop> References: <1474898801-36571-1-git-send-email-navam@xilinx.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1474898801-36571-1-git-send-email-navam@xilinx.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1717 Lines: 50 On Mon, Sep 26, 2016 at 07:36:41PM +0530, Nava kishore Manne wrote: > From: Nava kishore Manne > > This patch Adds the new compatible string for ZynqMP SoC. > > Signed-off-by: Nava kishore Manne > --- > Changes for v5: > -Fixed some minor comments. Not a useful changelog. The point of these comments is to remind the reviewers of what they commented on. > Changes for v4: > -Modified the ChangeLog comment. > Changes for v3: > -Added changeLog comment. > Changes for v2: > -None > > Documentation/devicetree/bindings/serial/cdns,uart.txt | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/serial/cdns,uart.txt b/Documentation/devicetree/bindings/serial/cdns,uart.txt > index a3eb154..30c885c 100644 > --- a/Documentation/devicetree/bindings/serial/cdns,uart.txt > +++ b/Documentation/devicetree/bindings/serial/cdns,uart.txt > @@ -1,7 +1,9 @@ > Binding for Cadence UART Controller > > Required properties: > -- compatible : should be "cdns,uart-r1p8", or "xlnx,xuartps" > +- compatible : > + Use "cdns,uart-r1p8", or "xlnx,xuartps" for Zynq-7xxx SoC. This is still not right. It was wrong before, but you are touching it so make it right. OR doesn't match the dts files. It is AND and the opposite order. xlnx,xuartps wasn't the best naming, but it's in use so we'll have to live with it for zynq-7xxx. > + Use "cdns,uart-r1p12" for Zynq Ultrascale+ MPSoC. What I meant here was this should have something like "xlnx,mpsoc-uart" as the first compatible with "cdns,uart-r1p12" as the second. Not sure if "mpsoc" is the best name here. Rob