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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6225EC77B77 for ; Sun, 16 Apr 2023 19:10:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229484AbjDPTKJ (ORCPT ); Sun, 16 Apr 2023 15:10:09 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53724 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229575AbjDPTKI (ORCPT ); Sun, 16 Apr 2023 15:10:08 -0400 X-Greylist: delayed 581 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Sun, 16 Apr 2023 12:10:05 PDT Received: from polaris.svanheule.net (polaris.svanheule.net [84.16.241.116]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AB2EE270E for ; Sun, 16 Apr 2023 12:10:05 -0700 (PDT) Received: from [192.168.100.237] (cust-58-62-110-94.dyn.as47377.net [94.110.62.58]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: sander@svanheule.net) by polaris.svanheule.net (Postfix) with ESMTPSA id 31B6A3A3B6B; Sun, 16 Apr 2023 21:00:19 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=svanheule.net; s=mail1707; t=1681671620; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=KbiAlrrOOyRd9nSswntO2EM/kuhEbC2Dui2D0jg8mhE=; b=yJTuA2IM1/ouSfmFU4g81QYz/Qs036N+Xgao0Ath/i9vW1OlzLPaQPSs5Z/cwJgY+mB5Yt 9frXAammof4cYeKT3YVKBBWuJmf5TlBYeZdPZpxvHm/UkuLToAfxBulAuQ/nfQnJU4gl/N knaWX+2Bmwu0hShO8EBylOfwdt4HsidJ6JVG8BFAGRPK8fnJHUS7eltyRhN2MTg3ab2WE1 UgpwApF4MwfWTnKCtGazcW0/+MWrMm5ofGGKOhMMnVk7OADQ+R6e9jhHvt6dGh4OC2H0oK b9tPCUEGwBSgAzSOzEjLJfpJWZ4oWq8P1U6FwFMzQAju74a9ESqS7tOiZHvUhQ== Message-ID: <75148300a158ceb0f86043535b089838e1d1bb61.camel@svanheule.net> Subject: Re: [PATCH 6/6] dt-bindings: watchdog: realtek,otto-wdt: simplify requiring interrupt-names From: Sander Vanheule To: Krzysztof Kozlowski , Wim Van Sebroeck , Guenter Roeck , Rob Herring , Krzysztof Kozlowski , Neil Armstrong , Kevin Hilman , Jerome Brunet , Martin Blumenstingl , Julius Werner , Evan Benn , Nicolas Ferre , Alexandre Belloni , Claudiu Beznea , Florian Fainelli , Broadcom internal kernel review list , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , Matthias Brugger , AngeloGioacchino Del Regno , Andy Gross , Bjorn Andersson , Konrad Dybcio , Maxime Coquelin , Alexandre Torgue , Nobuhiro Iwamatsu , Geert Uytterhoeven , Magnus Damm , Fu Wei , Viresh Kumar , Eugen Hristev , Justin Chen , ?ecki , Linus Walleij , Corentin Labbe , Anson Huang , Robert Marko , Sergio Paracuellos , Sai Prakash Ranjan , Wolfram Sang , Jamie Iles , Yannick Fertre , Christophe Roullier , Shubhrajyoti Datta , Srinivas Neeli , linux-watchdog@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-amlogic@lists.infradead.org, linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org, linux-arm-msm@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, linux-renesas-soc@vger.kernel.org Date: Sun, 16 Apr 2023 21:00:17 +0200 In-Reply-To: <20230415095112.51257-6-krzysztof.kozlowski@linaro.org> References: <20230415095112.51257-1-krzysztof.kozlowski@linaro.org> <20230415095112.51257-6-krzysztof.kozlowski@linaro.org> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.4 (3.46.4-1.fc37) MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi Krzysztof, On Sat, 2023-04-15 at 11:51 +0200, Krzysztof Kozlowski wrote: > Required properties should be listed in "required:" block.=C2=A0 Since > interrupts are already there, the dependency of interrupt-names on the > interrupts can be simplified. Maybe I'm not reading this right, but isn't the dependency stated in the bi= nding "interrupts requires interrupt-names to be present"? resource-names.txt describes the reverse dependency ("interrupt-names is only meaningful with = an associated interrupts"). >=20 > Signed-off-by: Krzysztof Kozlowski > --- In any case, I'm OK with a flattened requirements list: Acked-by: Sander Vanheule Best, Sander