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=-5.5 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS,URIBL_BLOCKED,USER_AGENT_MUTT 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 EC01BC07E85 for ; Fri, 7 Dec 2018 09:29:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B4E9A20838 for ; Fri, 7 Dec 2018 09:29:00 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B4E9A20838 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-rtc-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725988AbeLGJ3A (ORCPT ); Fri, 7 Dec 2018 04:29:00 -0500 Received: from mail.bootlin.com ([62.4.15.54]:47655 "EHLO mail.bootlin.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725978AbeLGJ3A (ORCPT ); Fri, 7 Dec 2018 04:29:00 -0500 Received: by mail.bootlin.com (Postfix, from userid 110) id E1E2620D23; Fri, 7 Dec 2018 10:28:57 +0100 (CET) Received: from localhost (unknown [88.191.26.124]) by mail.bootlin.com (Postfix) with ESMTPSA id AEE9F20CC3; Fri, 7 Dec 2018 10:28:47 +0100 (CET) Date: Fri, 7 Dec 2018 10:28:48 +0100 From: Alexandre Belloni To: Chen-Yu Tsai Cc: Alessandro Zummo , Maxime Ripard , Rob Herring , Mark Rutland , linux-rtc@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] dt-bindings: rtc: sun6i-rtc: Fix register range in example Message-ID: <20181207092848.GF8952@piout.net> References: <20181207084719.2009-1-wens@csie.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181207084719.2009-1-wens@csie.org> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-rtc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rtc@vger.kernel.org On 07/12/2018 16:47:19+0800, Chen-Yu Tsai wrote: > The register range for the RTC extends beyond 0x54. > Use the size from the user manual's memory map instead. > > Fixes: 9765d2d94309 ("rtc: sun6i: Add sun6i RTC driver") > Signed-off-by: Chen-Yu Tsai > --- > Documentation/devicetree/bindings/rtc/sun6i-rtc.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied, thanks. -- Alexandre Belloni, Bootlin Embedded Linux and Kernel engineering https://bootlin.com