Received: by 2002:a05:6a10:2785:0:0:0:0 with SMTP id ia5csp3238251pxb; Tue, 12 Jan 2021 09:33:34 -0800 (PST) X-Google-Smtp-Source: ABdhPJwSspdlbAQ8t9l4Sz5UibgwHH83kpSTYFNcE13IEnup/aHGBG/rTPdj6NwgCCQT12exXCEb X-Received: by 2002:aa7:d608:: with SMTP id c8mr187243edr.260.1610472814393; Tue, 12 Jan 2021 09:33:34 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1610472814; cv=none; d=google.com; s=arc-20160816; b=08/ZO8KVniiwotRmIG1nbuJhi3h2VKLgWDVPrl/7p7BxXuUacTo+piGxfnT/FSC2y1 xGu26B8PgnfEJDVjZkbqFdHlfmeQ29FBP9R4SoJmnC1TPLbO8CTKYJyfOVpbAAf4dsvM YHDwygVwIP83nWskQwYeJaJdoaA9D/ZzWSr1VabWRkIw+a7QddaW4P2JouJc9F6pkYMm bl3R1pF+Q2ckm3QpMfmQHy/ClE7VMcXqXE3ajkdb9fcSxxd8MAnWU+XyKvhN63ZH4z0X 6RHThJKgcFqBnsIgm/YvAvvhuPrRyBFLLoAP1piaL93DvYZdNqRPe834TvyHSwRhiTCr 74Pw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-transfer-encoding :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=MYzyd8S2xripSFphZ4TkCIocRRx7hGrN1X1Vft+e9Po=; b=XtUUrarHg3R6x5d+33BiJwP/bHdU3AMl1+iVy87TYWz9aLB/Qt8GTHHpJZgrY26C6m yiV2cBXOpxibb/WaT3OXhB5l/EgbbcHbZgtFVyocfHUcntZN1F65cFeV8uMm4So4r+29 hx/A6JgBtiausp9mtv7ag32xt8vCRRvlwnKe6Kz0fyS7zpf6m+1JcFcHRE6Bps4T2gfh 2DazqC+VNXO4xwmZFQ/AWTTkyyLEejxOpdPYphG3xiyRcU+ogcEFIUSn5qUWIORMfDvu 7xb7SVQ5DqPL9N/Q2cEr3O4RhQtOwyG3vx0hbFqafFMJSfwlERHdblcLbGionmXQ/hVY RJ8A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id lz20si1372523ejb.451.2021.01.12.09.33.11; Tue, 12 Jan 2021 09:33:34 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2392542AbhALRab (ORCPT + 99 others); Tue, 12 Jan 2021 12:30:31 -0500 Received: from relay2-d.mail.gandi.net ([217.70.183.194]:45783 "EHLO relay2-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388033AbhALRab (ORCPT ); Tue, 12 Jan 2021 12:30:31 -0500 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 relay2-d.mail.gandi.net (Postfix) with ESMTPSA id A87CF40015; Tue, 12 Jan 2021 17:29:48 +0000 (UTC) Date: Tue, 12 Jan 2021 18:29:48 +0100 From: Alexandre Belloni To: Bruno Thomsen Cc: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Shawn Guo , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , Bruno Thomsen , Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= , Rasmus Villemoes Subject: Re: [PATCH] ARM: dts: imx7d-flex-concentrator: fix pcf2127 reset Message-ID: <20210112172948.GI3654@piout.net> References: <20210111151537.12530-1-bruno.thomsen@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20210111151537.12530-1-bruno.thomsen@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11/01/2021 16:15:37+0100, Bruno Thomsen wrote: > RTC pcf2127 device driver has changed default behaviour of the watchdog > feature in v5.11-rc1. Now you need to explicitly enable it with a > device tree property, "reset-source", when used in the board design. > > Fixes: 71ac13457d9d ("rtc: pcf2127: only use watchdog when explicitly available") > > Signed-off-by: Bruno Thomsen > Cc: Bruno Thomsen > Cc: Uwe Kleine-K?nig > Cc: Rasmus Villemoes > Cc: Alexandre Belloni Reviewed-by: Alexandre Belloni > --- > arch/arm/boot/dts/imx7d-flex-concentrator.dts | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/boot/dts/imx7d-flex-concentrator.dts b/arch/arm/boot/dts/imx7d-flex-concentrator.dts > index 84b095279e65..bd6b5285aa8d 100644 > --- a/arch/arm/boot/dts/imx7d-flex-concentrator.dts > +++ b/arch/arm/boot/dts/imx7d-flex-concentrator.dts > @@ -115,6 +115,7 @@ pcf2127: rtc@0 { > compatible = "nxp,pcf2127"; > reg = <0>; > spi-max-frequency = <2000000>; > + reset-source; > }; > }; > > > base-commit: 7c53f6b671f4aba70ff15e1b05148b10d58c2837 > -- > 2.29.2 > -- Alexandre Belloni, Bootlin Embedded Linux and Kernel engineering https://bootlin.com