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 C78F5C2D0C9 for ; Thu, 12 Dec 2019 22:12:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 90E5F22527 for ; Thu, 12 Dec 2019 22:12:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1576188739; bh=6tzUmLVOrqYtdK95F4p2gKe3ZPBjx/6Kq6qIMxho1cM=; h=In-Reply-To:References:From:Cc:To:Subject:Date:List-ID:From; b=fQNaJz9L10OSZI2NV0/Raw8f+aO5Z2Fw+sJ29646R1T0BhP1O8NVN0w0sIJenq2Ty 0ZNYADDH5GN/eDN2yaNQB17I6OIU+c7mecUXEb+ZEbfOHQqMT9xC7g9ErYMBCEA3Se JfHmTLb7Ig6lmVzj4YfaTCAD/k6vxzZaTv0w2uvY= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731301AbfLLWMQ (ORCPT ); Thu, 12 Dec 2019 17:12:16 -0500 Received: from mail.kernel.org ([198.145.29.99]:49400 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730811AbfLLWMQ (ORCPT ); Thu, 12 Dec 2019 17:12:16 -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 1AD0320663; Thu, 12 Dec 2019 22:12:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1576188736; bh=6tzUmLVOrqYtdK95F4p2gKe3ZPBjx/6Kq6qIMxho1cM=; h=In-Reply-To:References:From:Cc:To:Subject:Date:From; b=q16ZlAUs9b8Je3i4oj212HJfCW8uS3cnkrYM1vq0vD+dFo800h9sTDQSjawamteKA GmdcEeVYf0CoG8nyZ+PXZchXoaslRrqEpX7aTsQYs8sddk7PU0m5YOKGlurKTAEIjq NmgApUCLeieY5EeohjR23wpOslPmVLml+M+avyy4= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20191209093558.50940-1-maxime@cerno.tech> References: <20191209093558.50940-1-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 1/3] dt-bindings: clocks: Convert Allwinner DE2 clocks to a schema User-Agent: alot/0.8.1 Date: Thu, 12 Dec 2019 14:12:15 -0800 Message-Id: <20191212221216.1AD0320663@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:56) > The newer Allwinner SoCs have a DE2 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