Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp4031743pxb; Tue, 26 Jan 2021 10:32:17 -0800 (PST) X-Google-Smtp-Source: ABdhPJyiymuGkWJqjwvhI7ut5K10ByMLfeUQtf+c8xVPXWIjpF004Vg1CYE/reNuDvI2O4IUKKgn X-Received: by 2002:a17:906:758:: with SMTP id z24mr4250291ejb.3.1611685937447; Tue, 26 Jan 2021 10:32:17 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1611685937; cv=none; d=google.com; s=arc-20160816; b=T8dwy594p0qO58rMnc8I4CgHQoOjgzY9rTXzJlquZFafIptv0V60e5R2kGu2ljcKzb JOS7AnjF0jlOhptpVDgIB3F7NU6VAmvyb5UFDwHyddUGIMj5+FnMjmVZCVUeG7Ut94Cv tZHVgmZkxH2+kaqi/zKEmergXl7md+rk+UQy0qoAxd+AojyHC/okM7sBT8WdlxffuZRZ AE+0orb0eIgilBbpnBcnLVoDF4OyNYKi/QFAjMhIOA98Tz26RXjgn/YBgOHAOCsOut8z wPLcti7bVbgwWJfpbb8c0FeLFwAgU7iLL/XrehPQIbHjmcj+NpVb2UlCbOUkr0xHqFTU FWrQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=1Vxf4cjdfoHt/Kst4krAR0ppGLd4Dm8fX4QblnF/t9M=; b=T6XvECoHZybuKjJgMKXsCqije2sDa/MLlEVmB2SpgGSoRNAQLAa7AuYJg/RyMMZt+X dnbRdHGZdDTZ3UbjL/d8GoBEfYTt6g0YuSIJbYkA3FBsHPAeokeJwA8DNzPWLLh8kKvz maRch+JRPDDoIQS+pTgZ8PspI2bURLYxLXGrllh0m0Oz+UATDwO28ZDEUUyysW6/3J3i xbLzOgsP8GwyDPDPl8xtgTxIy7nJsGUMcsGM6/nxV7sJ+lt68lhgHfSggxo4NlvaVQiW CGLvpMOJTRTlse3n/2PF4fy4t+pVRiet6aqgRZBgDTktfAhXFA2hPYOOVR77U7gz10/3 Q9yA== 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 r7si7406469ejx.5.2021.01.26.10.31.50; Tue, 26 Jan 2021 10:32:17 -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 S2392264AbhAZLTy (ORCPT + 99 others); Tue, 26 Jan 2021 06:19:54 -0500 Received: from gloria.sntech.de ([185.11.138.130]:36088 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2390306AbhAZIir (ORCPT ); Tue, 26 Jan 2021 03:38:47 -0500 Received: from ip5f5aa64a.dynamic.kabel-deutschland.de ([95.90.166.74] helo=diego.localnet) by gloria.sntech.de with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1l4JrB-0000Yx-Vl; Tue, 26 Jan 2021 09:37:50 +0100 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: Johan Jonker , Guenter Roeck Cc: robh+dt@kernel.org, wim@linux-watchdog.org, jamie@jamieiles.com, linux-watchdog@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org Subject: Re: [PATCH 1/8] dt-binding: watchdog: add more Rockchip compatibles to snps,dw-wdt.yaml Date: Tue, 26 Jan 2021 09:37:49 +0100 Message-ID: <2221632.MzOyzyC30C@diego> In-Reply-To: References: <20201218120534.13788-1-jbx6244@gmail.com> <11680602.O9o76ZdvQC@phil> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Guenter, Am Dienstag, 26. Januar 2021, 05:55:59 CET schrieb Guenter Roeck: > On 1/25/21 3:40 PM, Heiko Stuebner wrote: > > Am Samstag, 23. Januar 2021, 18:34:01 CET schrieb Guenter Roeck: > >> On Fri, Dec 18, 2020 at 01:05:27PM +0100, Johan Jonker wrote: > >>> The watchdog compatible strings are suppose to be SoC orientated. > >>> In the more recently added Rockchip SoC dtsi files only > >>> the fallback string "snps,dw-wdt" is used, so add the following > >>> compatible strings: > >>> > >>> "rockchip,px30-wdt", "snps,dw-wdt" > >>> "rockchip,rk3228-wdt", "snps,dw-wdt" > >>> "rockchip,rk3308-wdt", "snps,dw-wdt" > >>> "rockchip,rk3328-wdt", "snps,dw-wdt" > >>> "rockchip,rk3399-wdt", "snps,dw-wdt" > >>> "rockchip,rv1108-wdt", "snps,dw-wdt" > >>> > >>> make ARCH=arm dtbs_check > >>> DT_SCHEMA_FILES=Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml > >>> > >>> make ARCH=arm64 dtbs_check > >>> DT_SCHEMA_FILES=Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml > >>> > >>> Signed-off-by: Johan Jonker > >>> Acked-by: Rob Herring > >>> Reviewed-by: Heiko Stuebner > >> > >> Reviewed-by: Guenter Roeck > > > > just to clarify, do you expect me to pick up the dt-binding patch > > with the devicetree patches or do you want to take this individual > > patch through the watchdog tree instead? > > > > You'd have to ask Wim since he takes care of actually sending pull requests. > But didn't you say earlier that you wanted to apply the rest of the series > after this one is applied through the watchdog tree ? Yep that was my intent, though somehow I mistook you as also being a watchdog maintainer, hence the confusion. So I'll wait for Wim to apply this patch and then I'll take the rest of the series. Thanks Heiko > >>> --- > >>> Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml | 6 ++++++ > >>> 1 file changed, 6 insertions(+) > >>> > >>> diff --git a/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml b/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml > >>> index f7ee9229c..b58596b18 100644 > >>> --- a/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml > >>> +++ b/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml > >>> @@ -18,10 +18,16 @@ properties: > >>> - const: snps,dw-wdt > >>> - items: > >>> - enum: > >>> + - rockchip,px30-wdt > >>> - rockchip,rk3066-wdt > >>> - rockchip,rk3188-wdt > >>> + - rockchip,rk3228-wdt > >>> - rockchip,rk3288-wdt > >>> + - rockchip,rk3308-wdt > >>> + - rockchip,rk3328-wdt > >>> - rockchip,rk3368-wdt > >>> + - rockchip,rk3399-wdt > >>> + - rockchip,rv1108-wdt > >>> - const: snps,dw-wdt > >>> > >>> reg: > >> > > > > > > > > > >