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=-12.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=unavailable 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 EFF9AC07E9D for ; Mon, 19 Jul 2021 23:26:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D601061175 for ; Mon, 19 Jul 2021 23:26:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245101AbhGSWjD (ORCPT ); Mon, 19 Jul 2021 18:39:03 -0400 Received: from mail.kernel.org ([198.145.29.99]:50394 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1358890AbhGSTbt (ORCPT ); Mon, 19 Jul 2021 15:31:49 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 5E00761164; Mon, 19 Jul 2021 20:12:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1626725544; bh=JCj9N4s/hdtVIGnVeiVqSJIQIXC5g0PIHW7LS3LSnQQ=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=bYsT06FdvrtF6+L2WZ/G8akQFJ48X/JNEH3PoG/rEXDpPvNSVUsXMP9D7Qrx2iueP eJ0spKqMyZ4z9dGwva0crTrObiU031Qzwb59RtUqiUOP7NqiozRJ/VbjkZpha9gNpf IyV7IEItJ2HqJqDUzTFyXYzt4sogWEHdW5uUZ+8D/aJ2btnhwsg9SjoYoOZogL530d SWIsNOyX5TOfXIMwNcKQlgZkU5aSd3+F2ODF8Toas6H557Q9dzbtCfWTmJk3ji02v+ ndYA2erHeBeXu8lTCUC/aecp/ED9YN7i3Csx6i9/5uo7q/bgA2dmsaCJQ+513XD9re /idw7mcXXM6KQ== Received: by mail-ed1-f42.google.com with SMTP id w14so25629982edc.8; Mon, 19 Jul 2021 13:12:24 -0700 (PDT) X-Gm-Message-State: AOAM530MFexKNspyxygcxZcgI7npKzqUDdJtJ0FNl8wLutdGxzc00yY6 BdGfKORwqDfzdniIhTLkyYs3UUhv3cv6+aXJRg== X-Google-Smtp-Source: ABdhPJwCxUJGpCNipUis1RgH8ABZHN7f3vU7SUFmhfDjndCv9fUJN8pvhKea2xsLX28gDThbSCs5vLmtxN/9QbIt8Lw= X-Received: by 2002:aa7:c641:: with SMTP id z1mr27592530edr.289.1626725542940; Mon, 19 Jul 2021 13:12:22 -0700 (PDT) MIME-Version: 1.0 References: <20210610175613.167601-1-nfraprado@collabora.com> <20210624190041.GA1812802@robh.at.kernel.org> <20210719195115.cgh7fh54kwloo4o7@notapiano> In-Reply-To: <20210719195115.cgh7fh54kwloo4o7@notapiano> From: Rob Herring Date: Mon, 19 Jul 2021 14:12:10 -0600 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH] dt-bindings: clk: Convert rockchip,rk3399-cru to DT schema To: =?UTF-8?B?TsOtY29sYXMgRi4gUi4gQS4gUHJhZG8=?= Cc: "linux-kernel@vger.kernel.org" , Collabora Kernel ML , Xing Zheng , linux-arm-kernel , devicetree@vger.kernel.org, Elaine Zhang , Heiko Stuebner , Michael Turquette , "open list:ARM/Rockchip SoC..." , Stephen Boyd , linux-clk Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org On Mon, Jul 19, 2021 at 1:51 PM N=C3=ADcolas F. R. A. Prado wrote: > > On Thu, Jun 24, 2021 at 01:00:41PM -0600, Rob Herring wrote: > > On Thu, 10 Jun 2021 14:56:13 -0300, N=C3=ADcolas F. R. A. Prado wrote: > > > Convert the rockchip,rk3399-cru binding to DT schema format. > > > Tested with > > > ARCH=3Darm64 make dt_binding_check DT_SCHEMA_FILES=3DDocumentation/de= vicetree/bindings/clock/rockchip,rk3399-cru.yaml > > > ARCH=3Darm64 make dtbs_check DT_SCHEMA_FILES=3DDocumentation/devicetr= ee/bindings/clock/rockchip,rk3399-cru.yaml > > > > > > Signed-off-by: N=C3=ADcolas F. R. A. Prado > > > --- > > > > > > One caveat is that this node expects certain external clocks, mainly = 'xin24m'. > > > > > > > Reviewed-by: Rob Herring > > Thanks! Is this blocked on something else? I'm expecting Stephen to pick this up. Rob