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=-13.9 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,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 28E05C433E0 for ; Tue, 19 Jan 2021 21:45:44 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id B87B622E01 for ; Tue, 19 Jan 2021 21:45:43 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B87B622E01 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=bootlin.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=uf618ZpvCjA8ShDGRe7/Mc9UeLLVDjDSwtPRRnXpUV8=; b=TsB92rBbj39qmRzf/21GHY8bY ZVCV9xWaR0GVZijvYzpH0nEQZdiD4DYw8DBnvY4uZdpka8gdUfF5LTRIwWrLP/pfkWeV/JGzRam90 a3GMaVIwxR0R+Rd/F72z8nMKXOPOGqGVFjeutgNaggmRWtJG9knsn+1+QWtzjkI8a9ruzEiJUC+5E YaL7Ob5Jav/SRL4qcyV1nzy5HCqC6D0MdRTCEz/9u3XJ2XBdCl65byJ1gWllMsxKSz6Hys69Q/UYn h0ovHn7dZelW701fF8mk9K1FojBD7fdCcbnenSwgNATVPArUglUFDBv7k6P1dBvvfkR+CtipXBYmY cm26rhcYw==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1l1ymv-0005Wq-RR; Tue, 19 Jan 2021 21:43:45 +0000 Received: from relay7-d.mail.gandi.net ([217.70.183.200]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1l1ymt-0005WI-3v for linux-arm-kernel@lists.infradead.org; Tue, 19 Jan 2021 21:43:44 +0000 X-Originating-IP: 86.202.109.140 Received: from localhost (lfbn-lyo-1-13-140.w86-202.abo.wanadoo.fr [86.202.109.140]) (Authenticated sender: alexandre.belloni@bootlin.com) by relay7-d.mail.gandi.net (Postfix) with ESMTPSA id 0A3B120005; Tue, 19 Jan 2021 21:43:37 +0000 (UTC) Date: Tue, 19 Jan 2021 22:43:37 +0100 From: Alexandre Belloni To: Maxime Ripard Subject: Re: [PATCH 03/19] dt-bindings: rtc: sun6i-a31-rtc: Loosen the requirements on the clocks Message-ID: <20210119214337.GT3666@piout.net> References: <20210114113538.1233933-1-maxime@cerno.tech> <20210114113538.1233933-3-maxime@cerno.tech> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210114113538.1233933-3-maxime@cerno.tech> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210119_164343_262718_4ABD544D X-CRM114-Status: GOOD ( 14.55 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, Jernej Skrabec , Chen-Yu Tsai , Rob Herring , Frank Rowand , linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 14/01/2021 12:35:22+0100, Maxime Ripard wrote: > The commit ec98a87509f4 ("rtc: sun6i: Make external 32k oscillator > optional") loosened the requirement of the clocks property, making it > optional. However, the binding still required it to be present. > > Cc: Alexandre Belloni > Fixes: ec98a87509f4 ("rtc: sun6i: Make external 32k oscillator optional") > Signed-off-by: Maxime Ripard Acked-by: Alexandre Belloni > --- > .../devicetree/bindings/rtc/allwinner,sun6i-a31-rtc.yaml | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/rtc/allwinner,sun6i-a31-rtc.yaml b/Documentation/devicetree/bindings/rtc/allwinner,sun6i-a31-rtc.yaml > index 37c2a601c3fa..b1b0ee769b71 100644 > --- a/Documentation/devicetree/bindings/rtc/allwinner,sun6i-a31-rtc.yaml > +++ b/Documentation/devicetree/bindings/rtc/allwinner,sun6i-a31-rtc.yaml > @@ -128,7 +128,6 @@ required: > - compatible > - reg > - interrupts > - - clocks > - clock-output-names > > additionalProperties: false > -- > 2.29.2 > -- Alexandre Belloni, Bootlin Embedded Linux and Kernel engineering https://bootlin.com _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel