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,URIBL_BLOCKED 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 7CC59C072B1 for ; Tue, 28 May 2019 03:46:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 525A020883 for ; Tue, 28 May 2019 03:46:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727597AbfE1Dqi (ORCPT ); Mon, 27 May 2019 23:46:38 -0400 Received: from mail-ed1-f65.google.com ([209.85.208.65]:38433 "EHLO mail-ed1-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727320AbfE1Dqh (ORCPT ); Mon, 27 May 2019 23:46:37 -0400 Received: by mail-ed1-f65.google.com with SMTP id f18so519440edf.5; Mon, 27 May 2019 20:46:36 -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=HciJFsIn393eSXtgEKFfq08975UQNkMkSjbQZHFnn8s=; b=CgNuBmZRf4etzeXAyb85X9o2/4WlvImLuepRMt3fFvZ2/64sXyRsJ8CijHvLPlUtiV DDgmsIB6zHiYv6H4WCNs+vAub/WkiEy58Fb2SJkworZMsNhwmGEqOH+ieG32wQL2tIw9 dPjaSX6Zd+CW8x3QD51E9/t6KFt709hcrB0TZry7klXBjsskZaHIjhPxWuvT2n40j8Er VWJp2haE1eO9cVKZgNW/dhbf5MJeYbhQdtHyZCCXxxC/k218BRNUeIgMzHShaAsx+2Aa ptG6LZBrpwst9/EoPe0BI6hJXiDrQ/Qe26swRrUSzz6q7MRavIvLPXeFLsDC1V2wikun IVNw== X-Gm-Message-State: APjAAAWjyB6qTazoH/EumFKxQ9wIjajz4oik9YVclUsfAboeplaLh852 b4DS1NR+DCIASgmxP8JnM1jrYdv91vs= X-Google-Smtp-Source: APXvYqw5HaLIIilu9x7c3GJElbSGu4OnHkvRQrumZ2rHnbecPOyGFHSWhitTx8zaT4LTB1MXla2KGg== X-Received: by 2002:a50:cac1:: with SMTP id f1mr122084574edi.97.1559015195823; Mon, 27 May 2019 20:46:35 -0700 (PDT) Received: from mail-wr1-f50.google.com (mail-wr1-f50.google.com. [209.85.221.50]) by smtp.gmail.com with ESMTPSA id v2sm3839962eds.69.2019.05.27.20.46.35 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 27 May 2019 20:46:35 -0700 (PDT) Received: by mail-wr1-f50.google.com with SMTP id f8so18553097wrt.1; Mon, 27 May 2019 20:46:35 -0700 (PDT) X-Received: by 2002:adf:f946:: with SMTP id q6mr1107436wrr.109.1559015195243; Mon, 27 May 2019 20:46:35 -0700 (PDT) MIME-Version: 1.0 References: <290402405a34506997fd2fab2c4c1486dbe6b7e5.1558958381.git-series.maxime.ripard@bootlin.com> <9b447096c79c8660970013068457c05cb03f9027.1558958381.git-series.maxime.ripard@bootlin.com> In-Reply-To: <9b447096c79c8660970013068457c05cb03f9027.1558958381.git-series.maxime.ripard@bootlin.com> From: Chen-Yu Tsai Date: Tue, 28 May 2019 11:46:25 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH 07/10] ARM: dts: sun6i: Fix RTC node 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:01 PM Maxime Ripard wrote: > > The RTC node doesn't match what is described in the binding for historical > reasons. Let's add the proper description. > > Signed-off-by: Maxime Ripard Acked-by: Chen-Yu Tsai