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,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 0F592C433DF for ; Tue, 20 Oct 2020 12:45:53 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [203.11.71.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 2368F21789 for ; Tue, 20 Oct 2020 12:45:51 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 2368F21789 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Received: from bilbo.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 4CFtdm6tPZzDqLs for ; Tue, 20 Oct 2020 23:45:48 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gmail.com (client-ip=209.85.128.68; helo=mail-wm1-f68.google.com; envelope-from=k.kozlowski.k@gmail.com; receiver=) Authentication-Results: lists.ozlabs.org; dmarc=fail (p=none dis=none) header.from=kernel.org Received: from mail-wm1-f68.google.com (mail-wm1-f68.google.com [209.85.128.68]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4CFtTg64j3zDqKs for ; Tue, 20 Oct 2020 23:38:47 +1100 (AEDT) Received: by mail-wm1-f68.google.com with SMTP id k21so1093211wmi.1 for ; Tue, 20 Oct 2020 05:38:47 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=VTv2TqWQaefwCIoRzRKnAaaiLi/7OL3sa2J56yTprLs=; b=j+L0GCeDZOSUhID6im71Cw6DPMZvnG2kk5r6EoujTR4aYPW2dsRo5QCrZQgl2ugHMs pAEJzk999yzA43qLduxUTNU5lXs5ra7X1mHu1zVIe5VlFDhNckcoRrqTqhzXms1tDaVk DN8XpoKO1sc2pLcJ2dk3OjSci0gjrVwf7+DHvPpiZEfn4BiSCyLMuLBYhGRanuuN0Qwb B0SY9OcruHx+x2s+rCoHOI6DzJK9PGLqoiVp+EXnBFVGA+pcL0Vv/NINN2jMqVAwBxsE 9uFKSweXXJoySyXrkUX3pMoVnsY4e1+S4qGZphvwL+nswOIqBwtCLmDUPc3gFIIRQ2Vp kiGQ== X-Gm-Message-State: AOAM532MxB1yUd0ON8eZp2OcfWjRxmpqxOVx2bpmFC/6H8wRAmJhIDVA mZDg2Hf4rZro1qsIjTvWTrA= X-Google-Smtp-Source: ABdhPJxYWnby37gGUJzkP8a+m+DcxULHlq2Ju5ioF7EFg4aW+NMlchfDdOXWGCt5a67pdNl3vfjobw== X-Received: by 2002:a7b:c250:: with SMTP id b16mr2860427wmj.161.1603197523212; Tue, 20 Oct 2020 05:38:43 -0700 (PDT) Received: from kozik-lap ([194.230.155.171]) by smtp.googlemail.com with ESMTPSA id k6sm2575353wmk.16.2020.10.20.05.38.40 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 20 Oct 2020 05:38:41 -0700 (PDT) Date: Tue, 20 Oct 2020 14:38:33 +0200 From: Krzysztof Kozlowski To: Serge Semin Subject: Re: [PATCH 15/29] powerpc: dts: akebono: Harmonize EHCI/OHCI DT nodes name Message-ID: <20201020123833.GL127386@kozik-lap> References: <20201020115959.2658-1-Sergey.Semin@baikalelectronics.ru> <20201020115959.2658-16-Sergey.Semin@baikalelectronics.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20201020115959.2658-16-Sergey.Semin@baikalelectronics.ru> X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Felipe Balbi , Florian Fainelli , Greg Kroah-Hartman , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, Serge Semin , devicetree@vger.kernel.org, Rob Herring , Paul Mackerras , linuxppc-dev@lists.ozlabs.org, linux-arm-kernel@lists.infradead.org Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" On Tue, Oct 20, 2020 at 02:59:45PM +0300, Serge Semin wrote: > In accordance with the Generic EHCI/OHCI bindings the corresponding node > name is suppose to comply with the Generic USB HCD DT schema, which > requires the USB nodes to have the name acceptable by the regexp: > "^usb(@.*)?" . Make sure the "generic-ehci" and "generic-ohci"-compatible > nodes are correctly named. > > Signed-off-by: Serge Semin > --- > arch/powerpc/boot/dts/akebono.dts | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) Acked-by: Krzysztof Kozlowski Best regards, Krzysztof