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=-4.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS autolearn=no 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 A56D3C2D0C9 for ; Thu, 12 Dec 2019 22:12:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6FA522253D for ; Thu, 12 Dec 2019 22:12:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1576188749; bh=BZXcBrg43znvkzXsw7BiYCv+5ooVO2ZlYSSTwSngLm8=; h=In-Reply-To:References:From:Cc:To:Subject:Date:List-ID:From; b=wcLmInacKtmF3qSTl575EppldBG1i4FVtgpEwlJLb6T4CI1SZdpIPn4k2wRFD5TO/ 3t+VDAO7tzxQNjVC7xFcjM/rO7dN9urqRzoIlHC3FfGo3zznecz3vq20R+/kEAWtIM KOcVXwL3he2lLAxxxzc1AWhoVrkUz3bcVfaU878s= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730920AbfLLWM3 (ORCPT ); Thu, 12 Dec 2019 17:12:29 -0500 Received: from mail.kernel.org ([198.145.29.99]:49538 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730912AbfLLWM2 (ORCPT ); Thu, 12 Dec 2019 17:12:28 -0500 Received: from kernel.org (unknown [104.132.0.74]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 2D5C820663; Thu, 12 Dec 2019 22:12:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1576188748; bh=BZXcBrg43znvkzXsw7BiYCv+5ooVO2ZlYSSTwSngLm8=; h=In-Reply-To:References:From:Cc:To:Subject:Date:From; b=yH3EYZNy14PKPmgOWzv8J0gwB1TPaTg2KSWoSO/WYFFNExsWxenak71cykWdzgQz/ V0/w/G4TmZWZP0zcKjDLh5/mHqaNUNhpqaaKKrL/a6xFVafGHnqcRvjGLPvNBE4UpM WZrgyDmoKitoV/mPvgKlLYXHfTib5mMlP+cL+JUQ= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20191209093558.50940-2-maxime@cerno.tech> References: <20191209093558.50940-1-maxime@cerno.tech> <20191209093558.50940-2-maxime@cerno.tech> From: Stephen Boyd Cc: Chen-Yu Tsai , Maxime Ripard , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Mike Turquette , Stephen Boyd , linux-clk@vger.kernel.org, Maxime Ripard To: Frank Rowand , Mark Rutland , Maxime Ripard , Rob Herring Subject: Re: [PATCH 2/3] dt-bindings: clocks: Convert Allwinner A80 USB clocks to a schema User-Agent: alot/0.8.1 Date: Thu, 12 Dec 2019 14:12:27 -0800 Message-Id: <20191212221228.2D5C820663@mail.kernel.org> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Quoting Maxime Ripard (2019-12-09 01:35:57) > The Allwinner A80 SoC has a USB clocks controller that is supported in > Linux, with a matching Device Tree binding. >=20 > Now that we have the DT validation in place, let's convert the device tree > bindings for that controller over to a YAML schemas. >=20 > Signed-off-by: Maxime Ripard > --- Reviewed-by: Stephen Boyd