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=-14.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 10425C2BBCA for ; Tue, 15 Dec 2020 16:28:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A86422251E for ; Tue, 15 Dec 2020 16:28:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730696AbgLOQ2X (ORCPT ); Tue, 15 Dec 2020 11:28:23 -0500 Received: from mail-ot1-f67.google.com ([209.85.210.67]:39546 "EHLO mail-ot1-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730667AbgLOQ14 (ORCPT ); Tue, 15 Dec 2020 11:27:56 -0500 Received: by mail-ot1-f67.google.com with SMTP id d8so19935793otq.6; Tue, 15 Dec 2020 08:27:40 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=0wE9xxwceDsZ28zByo+4tEOtDOwFOo+Prr+3q9/hj2o=; b=rtcEwb7Fk597grcApcass3vXbTbl+YbA8tmjPRJQEGfzA5ZEz9fAC8doJn2/GK2xEL zSNDbyO+5qm/QbRzMtbZAdOYXFSyW2rcTrOq4y65v9kLqURtlbHijFPufBPvhm8nsGOK Fr3rdCVgkMdrcMdt1NM9oAMgg030UG310D3MIdDfZFgivEVzH3w8EFOxLt5ntbea33zh +av2G+WTmXBYItU7P6PDW9HtPtuhus8Nkq1Ll+W6p/zsxZ0nlpOb1U0bD8b+2VJHLHiT MebhPcOZWtdufR5FuX0Nb49PjkmmEM1ojuX58bs11J1xOSrLyCSCKygVTQjXR6veLfkJ VIpA== X-Gm-Message-State: AOAM530oGsCvOhc+o5IbncS1/cAdMqoInaz6g+1Nwo3hmMd18oOOmq6C dPiVmqP5q1aDyMFi7/wyTZ+whNaZ1g== X-Google-Smtp-Source: ABdhPJy1abSIEoMit2agW50JmubPYDwJhEqtAqTA8omppWigtJGNrpVDmK82Ox8qoB4eAbF+QfcVFQ== X-Received: by 2002:a9d:64da:: with SMTP id n26mr23393499otl.64.1608049635151; Tue, 15 Dec 2020 08:27:15 -0800 (PST) Received: from xps15 (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id k3sm4745446oor.19.2020.12.15.08.27.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 15 Dec 2020 08:27:14 -0800 (PST) Received: (nullmailer pid 3972401 invoked by uid 1000); Tue, 15 Dec 2020 16:27:13 -0000 Date: Tue, 15 Dec 2020 10:27:13 -0600 From: Rob Herring To: Icenowy Zheng Cc: Maxime Ripard , Chen-Yu Tsai , Jernej Skrabec , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Wim Van Sebroeck , Guenter Roeck , linux-watchdog@vger.kernel.org Subject: Re: [RFC PATCH 09/12] dt-bindings: watchdog: sunxi: add compatible string for V831/V833 WDT Message-ID: <20201215162713.GA3970789@robh.at.kernel.org> References: <20201212040157.3639864-1-icenowy@aosc.io> <20201212050519.3644837-1-icenowy@aosc.io> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201212050519.3644837-1-icenowy@aosc.io> Precedence: bulk List-ID: X-Mailing-List: linux-watchdog@vger.kernel.org On Sat, Dec 12, 2020 at 01:05:16PM +0800, Icenowy Zheng wrote: > V831/V833 has a watchdog similar to the ones on previous Allwinner SoCs > after sun6i. > > Add a compatible string for it. > > Cc: Wim Van Sebroeck > Cc: Guenter Roeck > Cc: linux-watchdog@vger.kernel.org > Signed-off-by: Icenowy Zheng > --- > .../devicetree/bindings/watchdog/allwinner,sun4i-a10-wdt.yaml | 3 +++ > 1 file changed, 3 insertions(+) This is going to conflict with Andre's series for H616. > > diff --git a/Documentation/devicetree/bindings/watchdog/allwinner,sun4i-a10-wdt.yaml b/Documentation/devicetree/bindings/watchdog/allwinner,sun4i-a10-wdt.yaml > index e8f226376108..2f3c350b0057 100644 > --- a/Documentation/devicetree/bindings/watchdog/allwinner,sun4i-a10-wdt.yaml > +++ b/Documentation/devicetree/bindings/watchdog/allwinner,sun4i-a10-wdt.yaml > @@ -18,6 +18,9 @@ properties: > oneOf: > - const: allwinner,sun4i-a10-wdt > - const: allwinner,sun6i-a31-wdt > + - items: > + - const: allwinner,sun8i-v831-wdt > + - const: allwinner,sun6i-a31-wdt > - items: > - const: allwinner,sun50i-a64-wdt > - const: allwinner,sun6i-a31-wdt > -- > 2.28.0 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=-14.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 46C85C4361B for ; Tue, 15 Dec 2020 16:28:31 +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 DFBC42251E for ; Tue, 15 Dec 2020 16:28:30 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org DFBC42251E Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org 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=tnE65J/VGZSfA3QLnyHfp2kUd5PJ9XKmfJ0PBfTs7Hc=; b=M8npwkX3HLyqPqSj5PI5BJ32n aIWMWphL2jLsE5icRYXKVxHOcKWadeiD5vCGmkzWxmVwEkiLQh5d+faeoVe+O3TULMnjWWE4sSVuD Qi0UQv5wotr1pfCiFlhN8T277O/52ZYYuKkH6Zd7c0fDlBjiNM0urKpmHsfV33Sqa6j/K8tveWeN9 Kx1vXwg9g8KxgOrLOxOnG9VUbCpXxcOIozugUG4LzVFCkAc/mbWQZBuAJTtcXc0ned+j47Rl0PP60 dsfUN/rLxBBt4bieQ8y8JgBNMIUocHDkePsy3ifuGYzbp6Mg23pdPtDv/ozSYhK5UOsZ2kzVzFszC nfVaSxmHw==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kpDAV-000239-O6; Tue, 15 Dec 2020 16:27:19 +0000 Received: from mail-ot1-f67.google.com ([209.85.210.67]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kpDAS-00021B-9S for linux-arm-kernel@lists.infradead.org; Tue, 15 Dec 2020 16:27:17 +0000 Received: by mail-ot1-f67.google.com with SMTP id f16so19904981otl.11 for ; Tue, 15 Dec 2020 08:27:15 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=0wE9xxwceDsZ28zByo+4tEOtDOwFOo+Prr+3q9/hj2o=; b=ox9p2E5iYYv9IbYU8+SkUJEDzp90n975LoWiUUZob730kx9SrurTYDdJJemz1NX8+q XsMaLHFSNISjikuvGF5s/3ZEWCzMyEKbV9CPO/o+JSxa2az66+P2M5jS3INLY2WMULaQ 3iYHajP8UQ73bWI4DRxbi797j+bLJk7Cg1GQ5uWrNUUa8QM9TealOdxDm/0Sd7D9FRO8 nDonAFtPTn/kUDo/zVKxloeSHqXWLIhwmrrbSjfm8aFF7OWbaclPDtdgeL+p4fuMQ/6D jNVOBADRNQxOGIbzPiWU5jSv5iTz2qYpi8AVuft3NYuXDceMEmxh+Uef9nXzFsbqJp3k IeoQ== X-Gm-Message-State: AOAM531BNrKlq8dswf/dJzEraiKGalWdjZzrIrqzAq8ue4h+222ZPw7N bDj80fp9LClMuk/gp/swAw== X-Google-Smtp-Source: ABdhPJy1abSIEoMit2agW50JmubPYDwJhEqtAqTA8omppWigtJGNrpVDmK82Ox8qoB4eAbF+QfcVFQ== X-Received: by 2002:a9d:64da:: with SMTP id n26mr23393499otl.64.1608049635151; Tue, 15 Dec 2020 08:27:15 -0800 (PST) Received: from xps15 (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id k3sm4745446oor.19.2020.12.15.08.27.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 15 Dec 2020 08:27:14 -0800 (PST) Received: (nullmailer pid 3972401 invoked by uid 1000); Tue, 15 Dec 2020 16:27:13 -0000 Date: Tue, 15 Dec 2020 10:27:13 -0600 From: Rob Herring To: Icenowy Zheng Subject: Re: [RFC PATCH 09/12] dt-bindings: watchdog: sunxi: add compatible string for V831/V833 WDT Message-ID: <20201215162713.GA3970789@robh.at.kernel.org> References: <20201212040157.3639864-1-icenowy@aosc.io> <20201212050519.3644837-1-icenowy@aosc.io> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20201212050519.3644837-1-icenowy@aosc.io> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201215_112716_384361_8FBE3D2A X-CRM114-Status: GOOD ( 16.02 ) 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: devicetree@vger.kernel.org, Jernej Skrabec , linux-watchdog@vger.kernel.org, linux-kernel@vger.kernel.org, Maxime Ripard , Chen-Yu Tsai , Guenter Roeck , 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 Sat, Dec 12, 2020 at 01:05:16PM +0800, Icenowy Zheng wrote: > V831/V833 has a watchdog similar to the ones on previous Allwinner SoCs > after sun6i. > > Add a compatible string for it. > > Cc: Wim Van Sebroeck > Cc: Guenter Roeck > Cc: linux-watchdog@vger.kernel.org > Signed-off-by: Icenowy Zheng > --- > .../devicetree/bindings/watchdog/allwinner,sun4i-a10-wdt.yaml | 3 +++ > 1 file changed, 3 insertions(+) This is going to conflict with Andre's series for H616. > > diff --git a/Documentation/devicetree/bindings/watchdog/allwinner,sun4i-a10-wdt.yaml b/Documentation/devicetree/bindings/watchdog/allwinner,sun4i-a10-wdt.yaml > index e8f226376108..2f3c350b0057 100644 > --- a/Documentation/devicetree/bindings/watchdog/allwinner,sun4i-a10-wdt.yaml > +++ b/Documentation/devicetree/bindings/watchdog/allwinner,sun4i-a10-wdt.yaml > @@ -18,6 +18,9 @@ properties: > oneOf: > - const: allwinner,sun4i-a10-wdt > - const: allwinner,sun6i-a31-wdt > + - items: > + - const: allwinner,sun8i-v831-wdt > + - const: allwinner,sun6i-a31-wdt > - items: > - const: allwinner,sun50i-a64-wdt > - const: allwinner,sun6i-a31-wdt > -- > 2.28.0 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel