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=-16.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=ham 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 5DC73C47096 for ; Thu, 3 Jun 2021 05:54:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3CD50613EE for ; Thu, 3 Jun 2021 05:54:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229667AbhFCF4M (ORCPT ); Thu, 3 Jun 2021 01:56:12 -0400 Received: from mail.kernel.org ([198.145.29.99]:49454 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229635AbhFCF4M (ORCPT ); Thu, 3 Jun 2021 01:56:12 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 4D589613C9; Thu, 3 Jun 2021 05:54:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1622699668; bh=f4JogtJ88o/uB5SRGOdZF272124+VChsiDtFMUcw3Bo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=o5NQXog8REkzRTEGREi1W9j0yrulGy5kmDTU3cyF+Kn16NRNjWfBAJEUlC44ybo/N rPFpTWmR2rJ5djKwh61YJ95gpwkHPAEuYHBI4C8En/OgxAaRdLarhcIwGmaAsPwAPq A52GJUvZSyaQLKIk8Rs5qKMLl/FhDRh+UcCH0rjEgCunid6IEeGHuIPIeZ2m0LRFIW hVyolXn/BW+ybZYjiwSZnOfaKNOBTv5wjAMXZPLyWLpWZ1hV7kb9jpDbC2PMHHa8mY d6aZA0kz8vh1okyNrT3PITpdIwa80tEuQi09hxuryFFujuYHJce+gj0YPvRRCPpswf /u7+poleUyUlw== Date: Thu, 3 Jun 2021 11:24:24 +0530 From: Vinod Koul To: Johan Jonker Cc: heiko@sntech.de, robh+dt@kernel.org, kishon@ti.com, t.schramm@manjaro.org, linux-phy@lists.infradead.org, linux-rockchip@lists.infradead.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v7 1/5] dt-bindings: phy: rename phy nodename in phy-rockchip-inno-usb2.yaml Message-ID: References: <20210601164800.7670-1-jbx6244@gmail.com> <20210601164800.7670-2-jbx6244@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210601164800.7670-2-jbx6244@gmail.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 01-06-21, 18:47, Johan Jonker wrote: > The pattern: "^(|usb-|usb2-|usb3-|pci-|pcie-|sata-)phy(@[0-9a-f,]+)*$" > in phy-provider.yaml has required "#phy-cells" for phy nodes. > The "phy-cells" in rockchip-inno-usb2 nodes are located in subnodes. > Rename the nodename to pattern "usb2phy@[0-9a-f]+$" to prevent > notifications. Remove unneeded "#phy-cells" from parent node. > Also sort example. > > make ARCH=arm dtbs_check > DT_SCHEMA_FILES=~/.local/lib/python3.5/site-packages/dtschema/schemas/ > phy/phy-provider.yaml > > Signed-off-by: Johan Jonker > Acked-by: Rob Herring > --- > .../devicetree/bindings/phy/phy-rockchip-inno-usb2.yaml | 11 +++-------- > Documentation/devicetree/bindings/soc/rockchip/grf.yaml | 4 ++-- I dont have grf.yaml, I guess it would be easier to split this into two or apply this thru rockchip tree. If you prefer latter: Acked-By: Vinod Koul -- ~Vinod