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.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=ham 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 72B12C072B1 for ; Tue, 28 May 2019 03:37:27 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 4F7E720989 for ; Tue, 28 May 2019 03:37:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727386AbfE1Dh0 (ORCPT ); Mon, 27 May 2019 23:37:26 -0400 Received: from mail-ed1-f66.google.com ([209.85.208.66]:38930 "EHLO mail-ed1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727320AbfE1Dh0 (ORCPT ); Mon, 27 May 2019 23:37:26 -0400 Received: by mail-ed1-f66.google.com with SMTP id e24so29512121edq.6; Mon, 27 May 2019 20:37:25 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=nXBj5zDqJr/Wctw+sR1zW6hq71Vo3m4QRoXtybHM4Dk=; b=TGiD3H6tfStdIbwWqlmLXbRNibrIkOY7u2s+tPJsevtXY0ZDvsSVK9otCsk7ylGSEE mtLqAMFcR9vuvKUzJK6ePUkcV9iYHKeH6nkwbM5F24hhKtlLA+G7icCjaau2VHsN+gqu WIGGp2x/LAxA+wSQ8XKZz8SP7R3NOfaNX1MLs1MnRJGChY6X1ICORXnmrLGiq3Ny1h4D Q60EmqHrspg5SYu5ckmg5b+ASv3FAOLius1nuDtXLBKjqbCpT7NT9b7lUn+5yuknaGh9 ddBY3l1rzV77pohkKzgRl7xgtBbgo8YY9l5Dxt/7v7lQtwwLuWdj14DKeMalxgP49jlB bEjA== X-Gm-Message-State: APjAAAWUZT/HW9F7ZCbZU9cV3Z5J0t2cy1afgFJsbYzA/qMLjw0onLlr iVFGpcNemZ05mK1BpVpOrWnaHX3dF5M= X-Google-Smtp-Source: APXvYqz9+GRup83wOQ6RNZ7YifgVL5/FONVJEngY4G2DxUs/8NpIWZEUWScWu9qgHuLFPhMTFZqjFw== X-Received: by 2002:a50:aed8:: with SMTP id f24mr125597549edd.214.1559014644348; Mon, 27 May 2019 20:37:24 -0700 (PDT) Received: from mail-wm1-f42.google.com (mail-wm1-f42.google.com. [209.85.128.42]) by smtp.gmail.com with ESMTPSA id m11sm2039747eja.41.2019.05.27.20.37.23 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 27 May 2019 20:37:24 -0700 (PDT) Received: by mail-wm1-f42.google.com with SMTP id d17so1152004wmb.3; Mon, 27 May 2019 20:37:23 -0700 (PDT) X-Received: by 2002:a7b:c344:: with SMTP id l4mr1312903wmj.25.1559014643559; Mon, 27 May 2019 20:37:23 -0700 (PDT) MIME-Version: 1.0 References: <290402405a34506997fd2fab2c4c1486dbe6b7e5.1558958381.git-series.maxime.ripard@bootlin.com> In-Reply-To: From: Chen-Yu Tsai Date: Tue, 28 May 2019 11:37:14 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH 04/10] dt-bindings: rtc: Convert Allwinner A31 RTC to a schema To: Maxime Ripard Cc: Alexandre Belloni , Mark Rutland , Rob Herring , Frank Rowand , devicetree , linux-arm-kernel , linux-rtc@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Sender: linux-rtc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rtc@vger.kernel.org On Mon, May 27, 2019 at 8:00 PM Maxime Ripard wrote: > > The newer Allwinner SoCs have an embedded RTC supported in Linux, with a > matching Device Tree binding. > > Now that we have the DT validation in place, let's convert the device tree > bindings for that controller over to a YAML schemas. > > Signed-off-by: Maxime Ripard Without understanding the full detains of JSON schema, the new description looks correct to me. Acked-by: Chen-Yu Tsai