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=-8.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 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 22F72C47404 for ; Mon, 7 Oct 2019 13:18:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id E811320867 for ; Mon, 7 Oct 2019 13:18:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728340AbfJGNSD (ORCPT ); Mon, 7 Oct 2019 09:18:03 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:58533 "EHLO relay4-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727490AbfJGNSD (ORCPT ); Mon, 7 Oct 2019 09:18:03 -0400 X-Originating-IP: 86.207.98.53 Received: from localhost (aclermont-ferrand-651-1-259-53.w86-207.abo.wanadoo.fr [86.207.98.53]) (Authenticated sender: alexandre.belloni@bootlin.com) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id D4830E0003; Mon, 7 Oct 2019 13:17:58 +0000 (UTC) Date: Mon, 7 Oct 2019 15:17:56 +0200 From: Alexandre Belloni To: Krzysztof Kozlowski Cc: Rob Herring , Mark Rutland , Kukjin Kim , Jonathan Cameron , Hartmut Knaack , Lars-Peter Clausen , Peter Meerwald-Stadler , Sebastian Reichel , Alessandro Zummo , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-iio@vger.kernel.org, linux-pm@vger.kernel.org, linux-rtc@vger.kernel.org Subject: Re: [PATCH 3/4] dt-bindings: rtc: s3c: Include generic dt-schema bindings Message-ID: <20191007131756.GK4254@piout.net> References: <20191002160744.11307-1-krzk@kernel.org> <20191002160744.11307-3-krzk@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191002160744.11307-3-krzk@kernel.org> User-Agent: Mutt/1.12.1 (2019-06-15) Sender: linux-rtc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rtc@vger.kernel.org On 02/10/2019 18:07:43+0200, Krzysztof Kozlowski wrote: > Include the generic rtc.yaml bindings in Samsung S3C RTC bindings. This > brings the requirement of proper node names and adds parsing of > additional properties. > > Signed-off-by: Krzysztof Kozlowski Acked-by: Alexandre Belloni > --- > Documentation/devicetree/bindings/rtc/s3c-rtc.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/rtc/s3c-rtc.yaml b/Documentation/devicetree/bindings/rtc/s3c-rtc.yaml > index 4d91cdc9b998..76bbf8b7555b 100644 > --- a/Documentation/devicetree/bindings/rtc/s3c-rtc.yaml > +++ b/Documentation/devicetree/bindings/rtc/s3c-rtc.yaml > @@ -48,6 +48,7 @@ properties: > maxItems: 2 > > allOf: > + - $ref: rtc.yaml# > - if: > properties: > compatible: > -- > 2.17.1 > -- Alexandre Belloni, Bootlin Embedded Linux and Kernel engineering https://bootlin.com