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 8D505C433F5 for ; Fri, 25 Mar 2022 00:51:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1346818AbiCYAxG (ORCPT ); Thu, 24 Mar 2022 20:53:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48732 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240383AbiCYAxG (ORCPT ); Thu, 24 Mar 2022 20:53:06 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 77C86BB914; Thu, 24 Mar 2022 17:51:33 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 273EFB82709; Fri, 25 Mar 2022 00:51:32 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C45A3C340EC; Fri, 25 Mar 2022 00:51:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1648169490; bh=o5w4forM0PQDaQou02BEP4f9ZlEL8vngVEYp+H2Z3UM=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=E0xOsdDMVk16VFeeZBne45dxJSO/iA356gJi7Z4Af44CvpscVIV0Z87Faz0iu/bAL GJkND377RHIiVF82EvSzitCu2iM1v6FqM4TegzUSxZuK+paMFL3uRS6QV0krWB9ElQ ACGmqg7tAOMWr9mgjnbg3+nHKx9EN18fsLuD2DD81ZXh913Iy8HIph4zrpnOHXJtgG C53Cyj9wurTyTRb/gS/a95GtTSgZ7H5/VZYKv4JI+phTw9azcA2oHvJsQs6KtYLgzQ 5/ArwYJWb5P5GEd8b2uMIGEH9kcEQ/zeUXoGsEpZwVapWRHdCxk2S4HJc8JgiWd2CV CAq08Lr3cumiw== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: References: <20220324133229.24035-1-jbx6244@gmail.com> Subject: Re: [PATCH v1] dt-bindings: clock: convert rockchip,rk3188-cru.txt to YAML From: Stephen Boyd Cc: robh+dt@kernel.org, krzk+dt@kernel.org, mturquette@baylibre.com, linux-clk@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org To: Johan Jonker , Krzysztof Kozlowski , heiko@sntech.de Date: Thu, 24 Mar 2022 17:51:28 -0700 User-Agent: alot/0.10 Message-Id: <20220325005130.C45A3C340EC@smtp.kernel.org> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Quoting Johan Jonker (2022-03-24 12:51:36) > Hi Heiko, Krzysztof, >=20 > Question for the Rockchip clock maintainer: > What clock should be used here and other SoCs with several clock parents > in the tree? >=20 > The clock.yaml produces a lot off notifications like: >=20 > /arch/arm/boot/dts/rk3036-evb.dtb: clock-controller@20000000: 'clocks' > is a dependency of 'assigned-clocks' 'clocks' is not a dependency of 'assigned-clocks'. The dt-schema should be fixed to remove that requirement.