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 D4E07C7618D for ; Thu, 6 Apr 2023 16:47:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239233AbjDFQrZ (ORCPT ); Thu, 6 Apr 2023 12:47:25 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58264 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239475AbjDFQrY (ORCPT ); Thu, 6 Apr 2023 12:47:24 -0400 Received: from mail-ot1-f52.google.com (mail-ot1-f52.google.com [209.85.210.52]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8FF74AD03; Thu, 6 Apr 2023 09:46:59 -0700 (PDT) Received: by mail-ot1-f52.google.com with SMTP id o25-20020a9d4119000000b006a11eb19f8eso19806141ote.5; Thu, 06 Apr 2023 09:46:59 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1680799619; x=1683391619; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=y5R2nnvokLlBhefou6r+FxkRDSzpDeUjT394xl/l7UI=; b=1uMBfbHOXn+BvqRq1kLYeydfkcNfCYm7p+V2wLCZyeA0/0Ei0sv7oJu752+4kMM9wB Ln9fY2TV5Yun9wDBZDUyB+swSoipJKrg4r8gnQZWCg0llhBpUBdGJ4Rk2zncVhGCHp57 j0U2Kz8CnVjC64v04SG08immqCvtLb3fvzX3zJH9TwU6KYj3hnoxPICHMLJep6l1bS1L 3RcoNW+8uqA4ZwIYUzCNiX+2nki0tN+6UZ5YRN+UBZ9aZR7MDPj0Oh9BJrChMVoG103C ihDMZfkQNrtp+7hJaatmS2eHw9pKh4P8SALZbjdzpIh/c4KHAgmkRsXA+P9bNCX83UTY cL+A== X-Gm-Message-State: AAQBX9fQ1oLN6rYLac1+z3FCjH7S3qxSTWjdTCXqcaQumZOQkPp43k1Y Cao1FTIAK1bGnXk5qGrj0A== X-Google-Smtp-Source: AKy350Z3OYaa76+/4YxtLF2Qu+11ekm4rdpDupLiBwu+MAGdjJcY/6Zgjftgeu/hCJZiZwQrzIXP8g== X-Received: by 2002:a05:6830:1be4:b0:69f:91db:51f1 with SMTP id k4-20020a0568301be400b0069f91db51f1mr4937068otb.29.1680799618832; Thu, 06 Apr 2023 09:46:58 -0700 (PDT) Received: from robh_at_kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id s7-20020a0568301e0700b006a1508d348dsm875024otr.22.2023.04.06.09.46.58 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 06 Apr 2023 09:46:58 -0700 (PDT) Received: (nullmailer pid 3281922 invoked by uid 1000); Thu, 06 Apr 2023 16:46:57 -0000 Date: Thu, 6 Apr 2023 11:46:57 -0500 From: Rob Herring To: Krzysztof Kozlowski Cc: Vinod Koul , Swapnil Jakhade , Abraham I , linux-kernel@vger.kernel.org, Rob Herring , devicetree@vger.kernel.org, Yuti Amonkar , Krzysztof Kozlowski , Kishon Vijay Abraham I , linux-phy@lists.infradead.org Subject: Re: [PATCH 1/5] dt-bindings: phy: cadence-sierra: drop assigned-clocks Message-ID: <168079961708.3281867.11311371291138451400.robh@kernel.org> References: <20230404190115.546973-1-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230404190115.546973-1-krzysztof.kozlowski@linaro.org> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Tue, 04 Apr 2023 21:01:11 +0200, Krzysztof Kozlowski wrote: > The meta schema from DT schema already defines assigned-clocks, so there > is no need for device schema to mention it at all. There are also no > benefits of having it here and a board could actually need more of clock > assignments than the schema allows. > > Signed-off-by: Krzysztof Kozlowski > --- > .../devicetree/bindings/phy/phy-cadence-sierra.yaml | 8 -------- > 1 file changed, 8 deletions(-) > Reviewed-by: Rob Herring