Received: by 2002:a25:86ce:0:0:0:0:0 with SMTP id y14csp306731ybm; Wed, 22 May 2019 03:34:38 -0700 (PDT) X-Google-Smtp-Source: APXvYqwC5ZDahRk6WpsBxYOW5xI1sJ4tZRs+dBPQu13lzY7V7iDK6DyrsYRZSoOqdJQgLBkXjw/G X-Received: by 2002:a17:902:2c01:: with SMTP id m1mr85549872plb.108.1558521278084; Wed, 22 May 2019 03:34:38 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1558521278; cv=none; d=google.com; s=arc-20160816; b=byxNOC39dsAVrthpUV0EwWK7tAk5zDjF5fBQItv9c4WJjSE2x9LxwCLVSFcEzuFDdz a08fiKLts3eIqf4ttc/7douW7TWmuRtV/rge2AqoZv9I6i+H98A2TWfzkAYXesJxIv70 0oPefLkmvqN3z0ePFBkBsNCdB2Ci1mBsU4lHp4wJuCRrrq8tEvB4htXawuozI2TX43u4 oK5HyjzUzBKpvSD7N6OIQn2tldjxCyowYumTEo34uNT7BOXwj6+V4kcffxGrF8KN1O+X /5mMGiIxOelTMovio5FELLi/PBGiwctGhtZNSreaIAzvrs38hsAncbqM+R0b7ZLqKrFY /0OA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-transfer-encoding:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=fP9vEQLayaeBxaXXT6x4UY7XjYI5dnamFylYku8714g=; b=h8dh2eQsqeMifDg5BlKMqfhMr+8Y1Xpy+VMIxb7Gtrs6HKCsiH5KkRUQyIpGB8Z2sh eMyBgSm5dCTbdocIHCJFvztK/k75jZcroMoiWW4APU9fWLs2+CdsQeW4MmrlyQuCvH6J xmfSsJb6p3IrxhY6+lN+NFw3Am5iSzhjSnSX7CZrxmPyG9mTRA/sCskvi3EvuX4WK62d fK+QZpfLOOswX00RQugajb698IC1soFlt/AYWxtuHSdIBFE67Nmm1gME9LAs/z8g6Q0U UQQzMZ6o9gu3gDn8V1vfPcOa7SssQmqczN6QSfJ+EgAYDY7i81yb+LRVBev4i7Q4+tJZ +7xg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id q145si2597360pgq.525.2019.05.22.03.34.22; Wed, 22 May 2019 03:34:38 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729051AbfEVKcv convert rfc822-to-8bit (ORCPT + 99 others); Wed, 22 May 2019 06:32:51 -0400 Received: from relay10.mail.gandi.net ([217.70.178.230]:41051 "EHLO relay10.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728438AbfEVKcu (ORCPT ); Wed, 22 May 2019 06:32:50 -0400 Received: from localhost (lfbn-1-10718-76.w90-89.abo.wanadoo.fr [90.89.68.76]) (Authenticated sender: maxime.ripard@bootlin.com) by relay10.mail.gandi.net (Postfix) with ESMTPSA id 2CD6924000B; Wed, 22 May 2019 10:32:43 +0000 (UTC) Date: Wed, 22 May 2019 12:32:43 +0200 From: Maxime Ripard To: =?utf-8?B?Q2zDqW1lbnQgUMOpcm9u?= Cc: Wim Van Sebroeck , Guenter Roeck , Rob Herring , Mark Rutland , Chen-Yu Tsai , linux-watchdog@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v4 3/5] dt-bindings: watchdog: add Allwinner H6 r_watchdog Message-ID: <20190522103243.mmrfato5p2mhtf4j@flea> References: <20190521160330.28402-1-peron.clem@gmail.com> <20190521160330.28402-4-peron.clem@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8BIT In-Reply-To: <20190521160330.28402-4-peron.clem@gmail.com> User-Agent: NeoMutt/20180716 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, May 21, 2019 at 06:03:28PM +0200, Cl?ment P?ron wrote: > Allwinner H6 has a second watchdog on the r-blocks which is > compatible with the A31. > > This commit add the H6 compatible for the r_watchdog. > > Signed-off-by: Cl?ment P?ron Unless you have some evidence that the two blocks are different, then you should just reuse the same one. Maxime -- Maxime Ripard, Bootlin Embedded Linux and Kernel engineering https://bootlin.com