From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.0 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3435BC433DF for ; Wed, 5 Aug 2020 08:59:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 145BF22CAD for ; Wed, 5 Aug 2020 08:59:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726846AbgHEI7F (ORCPT ); Wed, 5 Aug 2020 04:59:05 -0400 Received: from mail-oi1-f196.google.com ([209.85.167.196]:39699 "EHLO mail-oi1-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725920AbgHEI7E (ORCPT ); Wed, 5 Aug 2020 04:59:04 -0400 Received: by mail-oi1-f196.google.com with SMTP id a24so18422635oia.6; Wed, 05 Aug 2020 01:59:03 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=3PEPkOHX4GNS8S5Rg4NoX/0Kkpu8DKvfoDJJeWRfc+c=; b=YUs9VLzGfUAL2yXtWfaLcB1DJm1d7fkMhXY64A9pZQLAG6sY378iMT4zJG93rPo6Zb 32wbnHZdLdS/XfWjTQi+57kXu9VWLwej97FLYLm4wibKghgOZ8M2400xgm+Sfv7ITHFS nWHLS2ptEFwth7uhPv/MZ90DKsB0MJ8R7G+vLyD0ym/lLwdfFNQb0KyO4r63wE3TMoN6 /CeuIvG3P4KruAqz48JJ6vVynXvJ0GcVX2d595mWd9jjDcigCk2f89FyESUH1skIuxGX 7RcT7oj80UDs2Gpq0FI0bV+SM/H6QnDW51+lopQcBEcUvTcgYoqb6jpXz6tLrTsocEBU KLHA== X-Gm-Message-State: AOAM532BeLtsHUBmgPMAJZFHfbCgyNDbjqOAJMrJXWxCQYomZz7mQ0NO QV0Y7cgQQO/Rr/wYgKLg4bTziUrewhinGZm9Rfg= X-Google-Smtp-Source: ABdhPJxOPpR3dk7VDSXYx6KKvjnoJv5/4tMZbEd2TqXt4CKHnoMUzx0WD2+9YVb/X64OZIidpkxnwCi/O01k1qJCr/c= X-Received: by 2002:aca:b742:: with SMTP id h63mr1809112oif.148.1596617943136; Wed, 05 Aug 2020 01:59:03 -0700 (PDT) MIME-Version: 1.0 References: <1594919915-5225-1-git-send-email-prabhakar.mahadev-lad.rj@bp.renesas.com> <1594919915-5225-9-git-send-email-prabhakar.mahadev-lad.rj@bp.renesas.com> In-Reply-To: <1594919915-5225-9-git-send-email-prabhakar.mahadev-lad.rj@bp.renesas.com> From: Geert Uytterhoeven Date: Wed, 5 Aug 2020 10:58:51 +0200 Message-ID: Subject: Re: [PATCH 08/20] dt-bindings: usb: usb-xhci: Document r8a774e1 support To: Lad Prabhakar Cc: Jens Axboe , Rob Herring , Vinod Koul , Mauro Carvalho Chehab , Marek Vasut , Yoshihiro Shimoda , Mark Brown , Niklas , Bjorn Helgaas , Kishon Vijay Abraham I , Liam Girdwood , Greg Kroah-Hartman , Magnus Damm , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , linux-ide@vger.kernel.org, dmaengine , Linux I2C , Linux Kernel Mailing List , Linux Media Mailing List , linux-pci , ALSA Development Mailing List , Linux-Renesas , USB list , Prabhakar Content-Type: text/plain; charset="UTF-8" Sender: dmaengine-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: dmaengine@vger.kernel.org On Thu, Jul 16, 2020 at 7:19 PM Lad Prabhakar wrote: > Document r8a774e1 xhci support. The driver will use the fallback > compatible string "renesas,rcar-gen3-xhci", therefore no driver > change is needed. > > Signed-off-by: Lad Prabhakar > Reviewed-by: Marian-Cristian Rotariu > --- > Documentation/devicetree/bindings/usb/usb-xhci.txt | 1 + In the mean time, this file has been converted to dt-schema in Rob's tree: Documentation/devicetree/bindings/usb/renesas,usb-xhci.yaml > --- a/Documentation/devicetree/bindings/usb/usb-xhci.txt > +++ b/Documentation/devicetree/bindings/usb/usb-xhci.txt > @@ -13,6 +13,7 @@ Required properties: > - "renesas,xhci-r8a774a1" for r8a774a1 SoC > - "renesas,xhci-r8a774b1" for r8a774b1 SoC > - "renesas,xhci-r8a774c0" for r8a774c0 SoC > + - "renesas,xhci-r8a774e1" for r8a774e1 SoC > - "renesas,xhci-r8a7790" for r8a7790 SoC > - "renesas,xhci-r8a7791" for r8a7791 SoC > - "renesas,xhci-r8a7793" for r8a7793 SoC For the logical change: Reviewed-by: Geert Uytterhoeven Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds