Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp1157686pxk; Fri, 4 Sep 2020 02:03:27 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwtmxoca1vPhRYugEianI3uNaaEa0KLj5pWERYzKbQ780s3xOv40N20l9OiPJDdYDtRAOEd X-Received: by 2002:aa7:cf0e:: with SMTP id a14mr7535435edy.81.1599210206980; Fri, 04 Sep 2020 02:03:26 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1599210206; cv=none; d=google.com; s=arc-20160816; b=RIiMPshZYYiN8+f0gKsC9a2b4QwGmdpsInSi8teFzx6NOYyjjP9WEK7aBabT8qzO9N ihuNpPEuuah0HINTxjN+0y0GQTmfC/ueS6xg9GglYDerj92KjWnbhgTnkPAKPvyvgMIv WkJulH3XeGTr/dmi/kJBbRyTNx4QYJmCohjko32gwWiv4DTxccPHARo4Bi8986Uj2RwW jgQf+9MysTDrOmTDgthgeYF1nSFMAubs+KsJtJy926+mzOWhC/yiHHCgjH5O6FnqvFrp eInq31ImR8+UWdzuh/gb2Zpe4xvIlkLc8il4hA/2G0CcGzGy7TYLIlanqYCm1oW7VlyC HPxQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=oNCFwKPf+qKaM2FzYbuAOL97kdz/Jz2KsczylvOH24o=; b=wLzJuypsyt/7Ld98xT/ehW+VgJ6V3F6KTa/i+BOWf9DTWRG5HcAVumz14kPMwwrnmM 4GthWSiWtGePKsfDIL21qvWTeeJff3PA/QzcGqXoVq6sgPA5Da7Lb3chKCy/BxZjqDuE ZotusRNuwyDFUUEproik21HHklMJbYNyadQj0coFvap5W+ehWLQ6cmck15+mBjXGxdkT 8PPErBABc8BZBr4adr0+I7/ygz2RM7L5yrBb7RdUCRaFerBUDxye8ykCbB4dVZ0QrPEO H5yA56naWRBVbvAOspmcw6WqEiA18+QhvRGCb2OGYc7z+k5ceJQWkbddP+3e15Rpe+dg QEFA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=8bytes.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id w6si3556047ejb.150.2020.09.04.02.03.04; Fri, 04 Sep 2020 02:03:26 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=8bytes.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729819AbgIDJCC (ORCPT + 99 others); Fri, 4 Sep 2020 05:02:02 -0400 Received: from 8bytes.org ([81.169.241.247]:40826 "EHLO theia.8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729628AbgIDJCB (ORCPT ); Fri, 4 Sep 2020 05:02:01 -0400 Received: by theia.8bytes.org (Postfix, from userid 1000) id B0FA43D5; Fri, 4 Sep 2020 11:01:59 +0200 (CEST) Date: Fri, 4 Sep 2020 11:01:58 +0200 From: Joerg Roedel To: Lad Prabhakar Cc: Rob Herring , Yoshihiro Shimoda , Geert Uytterhoeven , iommu@lists.linux-foundation.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-renesas-soc@vger.kernel.org, Prabhakar Subject: Re: [PATCH] dt-bindings: iommu: renesas,ipmmu-vmsa: Sort compatible string in increasing number of the SoC Message-ID: <20200904090158.GE6714@8bytes.org> References: <20200809193527.19659-1-prabhakar.mahadev-lad.rj@bp.renesas.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200809193527.19659-1-prabhakar.mahadev-lad.rj@bp.renesas.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Aug 09, 2020 at 08:35:27PM +0100, Lad Prabhakar wrote: > Sort the items in the compatible string list in increasing number of SoC. > > Signed-off-by: Lad Prabhakar > --- > Documentation/devicetree/bindings/iommu/renesas,ipmmu-vmsa.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied, thanks.