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 phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 4EB87C05027 for ; Wed, 1 Feb 2023 21:59:10 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 3FB9585E1D; Wed, 1 Feb 2023 22:58:40 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1675288720; bh=z3Uo2vnZFKhmXgJ1pD0b9byNBexXr3zQvfS6yKe33+8=; h=Date:Subject:To:Cc:References:From:In-Reply-To:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=U2BNVmNm2pisVVBem+DEyxvg/NIkvnNUoWPgzMC2Ild18u2lkZ7Eg0cXqzZyuIn5Y 16qo5uRcJj2k4BTZ18O6UDzqUhY63T/6KwQ6Ydk3Qm80k8uhEGHbUCPHVy6ZudLkwz vfpTzXdsIm7zl07aN+OMbMJgwp3P1KgrSQ94Yp8C+CcJb8tl8YsVSSz+VIKWYBw1tj izUrUNqBiFfkIxSzVUKr+U2nR4TBP/g9GTwiLk69IyU+E+lalQFzchYd6l8IX0+gRS sGAWQiYUZE3klEFhlBs3wXZNsOQ+w0boR64Lk3fvSMaY7B240AUPbbS0+1jOqEMO48 Y/eW7jPeDPv/A== Received: from [127.0.0.1] (p578adb1c.dip0.t-ipconnect.de [87.138.219.28]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: marex@denx.de) by phobos.denx.de (Postfix) with ESMTPSA id DF36C85D3E; Wed, 1 Feb 2023 22:56:49 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1675288610; bh=z3Uo2vnZFKhmXgJ1pD0b9byNBexXr3zQvfS6yKe33+8=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=rwNXE0zxE4r7RdJe8noX4eNC88lw0DZhVLZwo9XEiqHhBM37wRJ9SBRFYES27ns21 y7BmBKkkPDAHZUngD7f3/vS/khqS1V8/W/V7CoWVDUuqU1VssZq3i8LZTEuw8A3+HG MBogStJtOd+O9/O46FUAX3O0RF+SssAVMXUf1xQUrStrnA36NCR8CbyH+BbJ5etQpt V++LJyNzOAdnObHB2Oy7Sd9yNZd5m2gxebHNmXMxHklLM95sjmuWcveSywyVhKgshl k0NjWCc3VqbUFVGrqroVXSRi/EmFc9E6vIQEN5GP4SmgZRQdkfgnOFwo9h7CzSVEUh EC0tNjB0bo+kQ== Message-ID: Date: Wed, 1 Feb 2023 22:55:32 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.1 Subject: Re: [PATCH v2 10/12] ARM: dts: uniphier: Fix node names and missing reg property in USB glue node Content-Language: en-US To: Kunihiko Hayashi , Michal Simek , Sean Anderson , Angus Ainslie , Lukasz Majewski , T Karthik Reddy , Jan Kiszka Cc: u-boot@lists.denx.de References: <20230201011325.10679-1-hayashi.kunihiko@socionext.com> <20230201011325.10679-11-hayashi.kunihiko@socionext.com> From: Marek Vasut In-Reply-To: <20230201011325.10679-11-hayashi.kunihiko@socionext.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.6 at phobos.denx.de X-Virus-Status: Clean On 2/1/23 02:13, Kunihiko Hayashi wrote: > The node name should follow the generic name list in DT specification. > This moves "reset" to "reset-controller", "hs-phy" and "ss-phy" to "phy" > in the USB glue node. > > And the node should have reg property to define the register region. > > Signed-off-by: Kunihiko Hayashi > --- > arch/arm/dts/uniphier-ld20.dtsi | 15 ++++++++------- > arch/arm/dts/uniphier-pro4.dtsi | 7 ++++--- > arch/arm/dts/uniphier-pro5.dtsi | 15 ++++++++------- > arch/arm/dts/uniphier-pxs2.dtsi | 20 +++++++++++--------- > arch/arm/dts/uniphier-pxs3.dtsi | 20 +++++++++++--------- > 5 files changed, 42 insertions(+), 35 deletions(-) I don't mind this patch, but would it make sense to later, in a separate patch, synchronize the .dtsi with Linux kernel fully ?