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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 48C04C433EF for ; Sat, 23 Apr 2022 16:41:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231442AbiDWQol (ORCPT ); Sat, 23 Apr 2022 12:44:41 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58652 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236465AbiDWQoR (ORCPT ); Sat, 23 Apr 2022 12:44:17 -0400 Received: from mxout02.lancloud.ru (mxout02.lancloud.ru [45.84.86.82]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3660347AD3; Sat, 23 Apr 2022 09:41:14 -0700 (PDT) Received: from LanCloud DKIM-Filter: OpenDKIM Filter v2.11.0 mxout02.lancloud.ru ADB9123081DB Received: from LanCloud Received: from LanCloud Received: from LanCloud Subject: Re: [PATCH v3 7/8] ARM: dts: r9a06g032: Add USB PHY DT support To: Herve Codina , Marek Vasut , Yoshihiro Shimoda , Bjorn Helgaas , "Rob Herring" , Krzysztof Kozlowski , "Geert Uytterhoeven" , Magnus Damm , Lorenzo Pieralisi , =?UTF-8?Q?Krzysztof_Wilczy=c5=84ski?= CC: Rob Herring , , , , , Thomas Petazzoni , Clement Leger , Miquel Raynal References: <20220422120850.769480-1-herve.codina@bootlin.com> <20220422120850.769480-8-herve.codina@bootlin.com> From: Sergey Shtylyov Organization: Open Mobile Platform Message-ID: Date: Sat, 23 Apr 2022 19:41:09 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.10.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [192.168.11.198] X-ClientProxiedBy: LFEXT01.lancloud.ru (fd00:f066::141) To LFEX1907.lancloud.ru (fd00:f066::207) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 4/23/22 12:09 PM, Sergey Shtylyov wrote: [...] >> Define the r9a06g032 generic part of the USB PHY device node. >> >> Signed-off-by: Herve Codina >> --- >> arch/arm/boot/dts/r9a06g032.dtsi | 6 ++++++ >> 1 file changed, 6 insertions(+) >> >> diff --git a/arch/arm/boot/dts/r9a06g032.dtsi b/arch/arm/boot/dts/r9a06g032.dtsi >> index 33581f0c55c4..58af07eb75c9 100644 >> --- a/arch/arm/boot/dts/r9a06g032.dtsi >> +++ b/arch/arm/boot/dts/r9a06g032.dtsi >> @@ -59,6 +59,12 @@ ext_rtc_clk: extrtcclk { >> clock-frequency = <0>; >> }; >> >> + usbphy: usbphy { > > I think the node name should be "usb-phy"... It's not my thinking alone, the DT spec documents "usb-phy" in section 2.2.2. :-) > [...] MBR, Sergey