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=-7.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 8BEC1C4727C for ; Tue, 29 Sep 2020 18:45:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2F404208B8 for ; Tue, 29 Sep 2020 18:45:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1601405121; bh=EHCBwvnh2CADCYB/29+50hfpXfSjJZlkhDwSUxjKx00=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=KniUqDBLdxMY4hBTABMA9s+4rUmJAYzFin38O6CiZLrWCbVc3XswHEA9ZtIVE4nKw 9NhXLYTu1vgzFYAnGjMc/nDNBqlgiuAGjgWcPPXOUUWrmeBk2faotJiy1PopxlmwKB w1YbD1n0J5VKDJWAnQJXUUrwj/jfZjxcBBcOwYkQ= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728345AbgI2SpV (ORCPT ); Tue, 29 Sep 2020 14:45:21 -0400 Received: from mail-ot1-f66.google.com ([209.85.210.66]:35714 "EHLO mail-ot1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728166AbgI2SpU (ORCPT ); Tue, 29 Sep 2020 14:45:20 -0400 Received: by mail-ot1-f66.google.com with SMTP id s66so5495485otb.2; Tue, 29 Sep 2020 11:45:20 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=NiNvINm0Jdyi2H6Bq1yk8QeWWTTX9zsn0jUTDC6EGzc=; b=cqHv9GQ3Yv5n3ydrSjmYecj4BLhoopehF+cAoOpqKz8FbrhEJFKqnxgI+v5vsXoMxV lhoYXd6WOsba/HghqHCbxb93ZlrFfpmhPWl87M1OSbEQ5gOs3SHTK2OdrpCDmr1M0vzF yl01hjvuNHuE/GAo+C0BqQoHNnRd7k9o5Se27+C7u8KR23mssJBwEyce/1F+ywGbSe9k aM70t8h1EXTCMKw/O5rqVteBk8KQYyUhBLQ0/K7wCXfvDlGtBZGYPhEtoOVqIL0fbqT3 XvElWBpQAjXyHlL3qgNmzZ3yoErgiZ7h6D/aI5nSoIPvUSur3oD2KpwaKF03nJIxeh/Y 4Zrg== X-Gm-Message-State: AOAM533tJ8mON56hy2FlxU+nS9uq4lIuFOv8C/GHy9lYz/axrhDKEOlD hoWVJSwfj7J+/g5P/ybG2dP/ns0VOXnI X-Google-Smtp-Source: ABdhPJyh/cvOloTHJLS6pX/a3MbbYykmCIZSTijj3Haqa0d1TgJWkItTfI+j0nBP1jN4gerMd763CQ== X-Received: by 2002:a9d:1710:: with SMTP id i16mr3501192ota.174.1601405119986; Tue, 29 Sep 2020 11:45:19 -0700 (PDT) Received: from xps15 (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id l1sm3077532ooe.20.2020.09.29.11.45.19 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 29 Sep 2020 11:45:19 -0700 (PDT) Received: (nullmailer pid 942368 invoked by uid 1000); Tue, 29 Sep 2020 18:45:18 -0000 Date: Tue, 29 Sep 2020 13:45:18 -0500 From: Rob Herring To: WANG Xuerui Cc: Rob Herring , linux-rtc@vger.kernel.org, devicetree@vger.kernel.org, linux-mips@vger.kernel.org Subject: Re: [PATCH 2/4] dt-bindings: rtc: Add bindings for LS2X RTC Message-ID: <20200929184518.GA942310@bogus> References: <20200923075845.360974-1-git@xen0n.name> <20200923075845.360974-3-git@xen0n.name> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200923075845.360974-3-git@xen0n.name> Precedence: bulk List-ID: X-Mailing-List: linux-mips@vger.kernel.org On Wed, 23 Sep 2020 15:58:43 +0800, WANG Xuerui wrote: > Document the binding for the LS2X RTC block found on the Loongson-2K SoC > and the LS7A bridge, originally appearing on the Loongson-2H. > > Signed-off-by: WANG Xuerui > Cc: Rob Herring > Cc: devicetree@vger.kernel.org > --- > Documentation/devicetree/bindings/rtc/trivial-rtc.yaml | 2 ++ > 1 file changed, 2 insertions(+) > Acked-by: Rob Herring