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=-15.2 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=unavailable 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 F1F70C433E6 for ; Sat, 23 Jan 2021 17:30:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C44DA23139 for ; Sat, 23 Jan 2021 17:30:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726131AbhAWRa1 (ORCPT ); Sat, 23 Jan 2021 12:30:27 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:32928 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725550AbhAWRaY (ORCPT ); Sat, 23 Jan 2021 12:30:24 -0500 Received: from mail-ot1-x32d.google.com (mail-ot1-x32d.google.com [IPv6:2607:f8b0:4864:20::32d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B14E5C06174A; Sat, 23 Jan 2021 09:29:43 -0800 (PST) Received: by mail-ot1-x32d.google.com with SMTP id k8so8452619otr.8; Sat, 23 Jan 2021 09:29:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=3puvH5L1KRDWtKEUAlvHXEZu8I1zk2cc6t75N2DvFJQ=; b=PHZGgoWYjgxoPgVrPav8gdm5QNNWhMtJCnk7UeI1/TuenY5z4kiRy8kqpivL28llPo zUopJJznFJ7wgsGlUTEyXPmbbHhFpsvAkpbh0biKLbCoefJp8ggP2BbntJXZuysvWF7C o/QvXotsRkFG62gmwtA0KR5Sop/fIHQLuu4FTX1ZXfTkJIs/5jShZcQjOqOI+yraA83K Ww2fQ3krquw5naCiHybbkY68o1KSqzaH/xPicIwvS74yS0oKQtoL0gCdpgtMSBIQQOjt zTHPQI7j/j1TzeifkUn5blg7MyGJA/2LzNP6n/MLtedATmytM70qyFONxl1QeLnYpz9g UkMA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :references:mime-version:content-disposition:in-reply-to:user-agent; bh=3puvH5L1KRDWtKEUAlvHXEZu8I1zk2cc6t75N2DvFJQ=; b=RAZmezFdpmmWtcoBDOhSQ8z7QuVCww3/iX/3RJMKPWrcfXfhp/lwoW3PGIQnPIh66R lGzr1hMOnTZoR4XHnD9wFmThLY73O9Td5Ey87+MfbTSuqFVA8vtMN7owAlUlJzeM5My/ s34oyTX00reTfT1e1QpYeqntO3uCA6wmAC+QKOqXxoWsVnknMAmVm78kEDw8BiXdmtiV j5yZW5qJ45qj4gxYLXenx5Pan/fGS3i12jv4ZD965JXExmLeZVLJinjNXs3FvD+RDOdz yr0wsEEIh5RzSbWnxT6YXxmKxzF4QoCQ2xafomMpdghlCrim3wilFw+SMgK0UE9fwG3W MFGw== X-Gm-Message-State: AOAM531R2YGQ9Bax2aOfrAn+1YU8ZxNuduVwmipkdpUzqrH0cQft1ktG EjFs1GslE2nwlvmfPF/T3eo= X-Google-Smtp-Source: ABdhPJweF+RoTeM5djHPKGZzJlsU49ZZwkEIDxupe1PHBGnmv3SSsdQUbOF2XX0bRzDUZWgkG5kq5g== X-Received: by 2002:a9d:1710:: with SMTP id i16mr7120046ota.260.1611422983198; Sat, 23 Jan 2021 09:29:43 -0800 (PST) Received: from localhost ([2600:1700:e321:62f0:329c:23ff:fee3:9d7c]) by smtp.gmail.com with ESMTPSA id v10sm2392545otj.59.2021.01.23.09.29.42 (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Sat, 23 Jan 2021 09:29:42 -0800 (PST) Sender: Guenter Roeck Date: Sat, 23 Jan 2021 09:29:41 -0800 From: Guenter Roeck To: Andre Przywara Cc: Maxime Ripard , Chen-Yu Tsai , Jernej Skrabec , Icenowy Zheng , Linus Walleij , Rob Herring , =?iso-8859-1?Q?Cl=E9ment_P=E9ron?= , Shuosheng Huang , Yangtao Li , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-sunxi@googlegroups.com, Wim Van Sebroeck , linux-watchdog@vger.kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH v2 17/21] dt-bindings: watchdog: sun4i: Add H616 compatible string Message-ID: <20210123172941.GA56996@roeck-us.net> References: <20201211011934.6171-1-andre.przywara@arm.com> <20201211011934.6171-18-andre.przywara@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201211011934.6171-18-andre.przywara@arm.com> User-Agent: Mutt/1.9.4 (2018-02-28) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Dec 11, 2020 at 01:19:30AM +0000, Andre Przywara wrote: > Use enums to group all compatible devices together on the way. > > Signed-off-by: Andre Przywara > Acked-by: Rob Herring Reviewed-by: Guenter Roeck > --- > .../bindings/watchdog/allwinner,sun4i-a10-wdt.yaml | 12 +++++------- > 1 file changed, 5 insertions(+), 7 deletions(-) > > diff --git a/Documentation/devicetree/bindings/watchdog/allwinner,sun4i-a10-wdt.yaml b/Documentation/devicetree/bindings/watchdog/allwinner,sun4i-a10-wdt.yaml > index 5ac607de8be4..9aa3c313c49f 100644 > --- a/Documentation/devicetree/bindings/watchdog/allwinner,sun4i-a10-wdt.yaml > +++ b/Documentation/devicetree/bindings/watchdog/allwinner,sun4i-a10-wdt.yaml > @@ -19,13 +19,11 @@ properties: > - const: allwinner,sun4i-a10-wdt > - const: allwinner,sun6i-a31-wdt > - items: > - - const: allwinner,sun50i-a64-wdt > - - const: allwinner,sun6i-a31-wdt > - - items: > - - const: allwinner,sun50i-a100-wdt > - - const: allwinner,sun6i-a31-wdt > - - items: > - - const: allwinner,sun50i-h6-wdt > + - enum: > + - allwinner,sun50i-a64-wdt > + - allwinner,sun50i-a100-wdt > + - allwinner,sun50i-h6-wdt > + - allwinner,sun50i-h616-wdt > - const: allwinner,sun6i-a31-wdt > - items: > - const: allwinner,suniv-f1c100s-wdt 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=-15.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 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 128B2C433E0 for ; Sat, 23 Jan 2021 17:32:04 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id B900223139 for ; Sat, 23 Jan 2021 17:32:03 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B900223139 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=roeck-us.net Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=xRTUyaYRI+w8N7jLRORyqb+ByYMCNVo7G/EnBUcIx30=; b=XTTpeRdUAVeT7bsBCSvDPjcOV PPM8C0W7LjWD0ZG38gf6vdUwvyLIvY7HpP7FnxAwnfDzh+f8zagxU6hdhWeVvaOxX6VFPQ/nqpc8c RDoA0WsaNEvM1Yd4F5UaGizwoLyMUx669WcM8I8bMzcujGlW7k6SbSr3pt/TFCsBj0pmpV8RK0AmT yIJBg8q+UIJLGwhu6pffkqPb9QfX5q5Ti0mS+Txfrf/FsBUuDCejYq9eqTKAWJRcEfk9OgODsjLhE OwveLnmIGDNe6YmbAv9hulN3EPCCxphgxToMmksDu+zsiwWzKHAioSMPyAmWguV8EluI+QMs5dWo1 jxyqhR0Mw==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1l3MjL-0008H1-17; Sat, 23 Jan 2021 17:29:47 +0000 Received: from mail-ot1-x331.google.com ([2607:f8b0:4864:20::331]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1l3MjJ-0008GW-8x for linux-arm-kernel@lists.infradead.org; Sat, 23 Jan 2021 17:29:46 +0000 Received: by mail-ot1-x331.google.com with SMTP id i30so8464169ota.6 for ; Sat, 23 Jan 2021 09:29:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=3puvH5L1KRDWtKEUAlvHXEZu8I1zk2cc6t75N2DvFJQ=; b=PHZGgoWYjgxoPgVrPav8gdm5QNNWhMtJCnk7UeI1/TuenY5z4kiRy8kqpivL28llPo zUopJJznFJ7wgsGlUTEyXPmbbHhFpsvAkpbh0biKLbCoefJp8ggP2BbntJXZuysvWF7C o/QvXotsRkFG62gmwtA0KR5Sop/fIHQLuu4FTX1ZXfTkJIs/5jShZcQjOqOI+yraA83K Ww2fQ3krquw5naCiHybbkY68o1KSqzaH/xPicIwvS74yS0oKQtoL0gCdpgtMSBIQQOjt zTHPQI7j/j1TzeifkUn5blg7MyGJA/2LzNP6n/MLtedATmytM70qyFONxl1QeLnYpz9g UkMA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :references:mime-version:content-disposition:in-reply-to:user-agent; bh=3puvH5L1KRDWtKEUAlvHXEZu8I1zk2cc6t75N2DvFJQ=; b=VWMK9z4Yi8kg6DNsH+3Zh6QNGMxJKkzzQhBtpxsPyxyPkx2Ru+S4rWXnDpZdkdDdsE X2fuPuGG+r8elqKYiOn/m4TbT+iHXxqIYgAmoYGtCCarVRhkmiizi0DTadUHpaVgYXKr E6wnXdb3SmQowI78ynb3ROtQfjWwZlASst2jo3Xedmgs0gLV/eCIpJRqhd2uzH4jftx2 VxsS+IU0k08TJEOJ7Z0YM6gsmQncPbWCPABXeAFZHW7C92+bqYoHbqRWYqm0zZba/FmR jA36NOjgNI6dwfi3hHQ3pu/Rb0KP98QV75WE6OgEZ3JuRUDjZ1LAbVvf/VMANi/a3l2W 5D6g== X-Gm-Message-State: AOAM533WDHeyWYSLNgByOKbZ8m2t2sh9Nue9Mf2QP2SvKR31rt5Rnq2S D75LMV3U3Ug+UBNpxxFvFiI= X-Google-Smtp-Source: ABdhPJweF+RoTeM5djHPKGZzJlsU49ZZwkEIDxupe1PHBGnmv3SSsdQUbOF2XX0bRzDUZWgkG5kq5g== X-Received: by 2002:a9d:1710:: with SMTP id i16mr7120046ota.260.1611422983198; Sat, 23 Jan 2021 09:29:43 -0800 (PST) Received: from localhost ([2600:1700:e321:62f0:329c:23ff:fee3:9d7c]) by smtp.gmail.com with ESMTPSA id v10sm2392545otj.59.2021.01.23.09.29.42 (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Sat, 23 Jan 2021 09:29:42 -0800 (PST) Date: Sat, 23 Jan 2021 09:29:41 -0800 From: Guenter Roeck To: Andre Przywara Subject: Re: [PATCH v2 17/21] dt-bindings: watchdog: sun4i: Add H616 compatible string Message-ID: <20210123172941.GA56996@roeck-us.net> References: <20201211011934.6171-1-andre.przywara@arm.com> <20201211011934.6171-18-andre.przywara@arm.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20201211011934.6171-18-andre.przywara@arm.com> User-Agent: Mutt/1.9.4 (2018-02-28) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210123_122945_330774_D434A523 X-CRM114-Status: GOOD ( 14.62 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Jernej Skrabec , linux-watchdog@vger.kernel.org, devicetree@vger.kernel.org, Yangtao Li , Linus Walleij , linux-sunxi@googlegroups.com, linux-kernel@vger.kernel.org, Maxime Ripard , Chen-Yu Tsai , =?iso-8859-1?Q?Cl=E9ment_P=E9ron?= , Icenowy Zheng , Shuosheng Huang , Wim Van Sebroeck , linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, Dec 11, 2020 at 01:19:30AM +0000, Andre Przywara wrote: > Use enums to group all compatible devices together on the way. > > Signed-off-by: Andre Przywara > Acked-by: Rob Herring Reviewed-by: Guenter Roeck > --- > .../bindings/watchdog/allwinner,sun4i-a10-wdt.yaml | 12 +++++------- > 1 file changed, 5 insertions(+), 7 deletions(-) > > diff --git a/Documentation/devicetree/bindings/watchdog/allwinner,sun4i-a10-wdt.yaml b/Documentation/devicetree/bindings/watchdog/allwinner,sun4i-a10-wdt.yaml > index 5ac607de8be4..9aa3c313c49f 100644 > --- a/Documentation/devicetree/bindings/watchdog/allwinner,sun4i-a10-wdt.yaml > +++ b/Documentation/devicetree/bindings/watchdog/allwinner,sun4i-a10-wdt.yaml > @@ -19,13 +19,11 @@ properties: > - const: allwinner,sun4i-a10-wdt > - const: allwinner,sun6i-a31-wdt > - items: > - - const: allwinner,sun50i-a64-wdt > - - const: allwinner,sun6i-a31-wdt > - - items: > - - const: allwinner,sun50i-a100-wdt > - - const: allwinner,sun6i-a31-wdt > - - items: > - - const: allwinner,sun50i-h6-wdt > + - enum: > + - allwinner,sun50i-a64-wdt > + - allwinner,sun50i-a100-wdt > + - allwinner,sun50i-h6-wdt > + - allwinner,sun50i-h616-wdt > - const: allwinner,sun6i-a31-wdt > - items: > - const: allwinner,suniv-f1c100s-wdt _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel