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=-8.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=unavailable 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 E40C1C4363A for ; Wed, 21 Oct 2020 19:09:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 850DB22470 for ; Wed, 21 Oct 2020 19:09:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2407073AbgJUTJ3 (ORCPT ); Wed, 21 Oct 2020 15:09:29 -0400 Received: from mleia.com ([178.79.152.223]:57846 "EHLO mail.mleia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2395257AbgJUTJ3 (ORCPT ); Wed, 21 Oct 2020 15:09:29 -0400 X-Greylist: delayed 414 seconds by postgrey-1.27 at vger.kernel.org; Wed, 21 Oct 2020 15:09:28 EDT Received: from mail.mleia.com (localhost [127.0.0.1]) by mail.mleia.com (Postfix) with ESMTP id 79EE4412CE5; Wed, 21 Oct 2020 19:02:33 +0000 (UTC) Received: from [192.168.43.55] (85-76-32-245-nat.elisa-mobile.fi [85.76.32.245]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by mail.mleia.com (Postfix) with ESMTPSA id 7BECE412CA6; Wed, 21 Oct 2020 19:02:32 +0000 (UTC) Subject: Re: [PATCH 10/29] arm: dts: lpc18xx: Harmonize EHCI/OHCI DT nodes name To: Serge Semin , Felipe Balbi , Krzysztof Kozlowski , Florian Fainelli , Rob Herring , Greg Kroah-Hartman Cc: Serge Semin , linux-arm-kernel@lists.infradead.org, linux-usb@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org References: <20201020115959.2658-1-Sergey.Semin@baikalelectronics.ru> <20201020115959.2658-11-Sergey.Semin@baikalelectronics.ru> From: Vladimir Zapolskiy Message-ID: <64cad126-0be3-a989-97f1-425851f3f4d7@mleia.com> Date: Wed, 21 Oct 2020 22:02:31 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.3.1 MIME-Version: 1.0 In-Reply-To: <20201020115959.2658-11-Sergey.Semin@baikalelectronics.ru> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-49551924 X-CRM114-CacheID: sfid-20201021_190233_525648_78872986 X-CRM114-Status: UNSURE ( 9.46 ) X-CRM114-Notice: Please train this message. Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 10/20/20 2:59 PM, 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/arm/boot/dts/lpc18xx.dtsi | 4 ++-- Acked-by: Vladimir Zapolskiy -- Best wishes, Vladimir