From patchwork Fri Mar 29 12:37:09 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 1917832 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=2604:1380:40f1:3f00::1; helo=sy.mirrors.kernel.org; envelope-from=devicetree+bounces-54590-incoming-dt=patchwork.ozlabs.org@vger.kernel.org; receiver=patchwork.ozlabs.org) Received: from sy.mirrors.kernel.org (sy.mirrors.kernel.org [IPv6:2604:1380:40f1:3f00::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1)) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4V5h8x6xh0z1yYV for ; Sat, 30 Mar 2024 00:29:53 +1100 (AEDT) Received: from smtp.subspace.kernel.org (wormhole.subspace.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by sy.mirrors.kernel.org (Postfix) with ESMTPS id 93D81B243B0 for ; Fri, 29 Mar 2024 13:29:53 +0000 (UTC) Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by smtp.subspace.kernel.org (Postfix) with ESMTP id E037D134422; Fri, 29 Mar 2024 12:37:22 +0000 (UTC) X-Original-To: devicetree@vger.kernel.org Received: from michel.telenet-ops.be (michel.telenet-ops.be [195.130.137.88]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 7D3C51327F6 for ; Fri, 29 Mar 2024 12:37:19 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=195.130.137.88 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1711715842; cv=none; b=OvwZSgCUEQGh1O2oSQacjZr6mNIgmB3DaxfCYBtQnLncqtssCoQ9qaWfhYFNgUo6rjKJafNLCTIYeifhDhKkYVK1FgQsVdumj940RMa8vw1RdvfEZpTjOnPYmiwf9j1gSGA1CDgyNMkYRgguWgT17hd9axX9iS/kJ9SheX7E1xA= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1711715842; c=relaxed/simple; bh=KCJvnCwUDRGfWB9FH7JYbuxRgM1DzU8NcIyMaiBlqy8=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=r4O0Mpo4N9SUVm37n7j/KWnyZ+KNoXZCGn4yNJXiIjtGlArkyDRiYmTQcu+er2X/gVel9fTrVEwU5hyV4xAPLKaIF4ymF6YUqlX/CPHoLeAUgZqE9OBzdhURnK8PWsmqfP2Fum/Dm5IowsNMnYQvWRHfvMQEVqZifkbnLIVe8NA= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=glider.be; spf=none smtp.mailfrom=linux-m68k.org; arc=none smtp.client-ip=195.130.137.88 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=glider.be Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=linux-m68k.org Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed80:76d0:2bff:fec8:549]) by michel.telenet-ops.be with bizsmtp id 4cdB2C00J0SSLxL06cdB8d; Fri, 29 Mar 2024 13:37:11 +0100 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.95) (envelope-from ) id 1rqBTS-005D9O-AO; Fri, 29 Mar 2024 13:37:11 +0100 Received: from geert by rox.of.borg with local (Exim 4.95) (envelope-from ) id 1rqBTr-0020aZ-CG; Fri, 29 Mar 2024 13:37:11 +0100 From: Geert Uytterhoeven To: Daniel Lezcano , Thomas Gleixner , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Laurent Pinchart Cc: linux-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH] dt-bindings: timer: renesas,tmu: Make interrupt-names required Date: Fri, 29 Mar 2024 13:37:09 +0100 Message-Id: <137c184267faacdc3024f0b88e53889571165a84.1711715780.git.geert+renesas@glider.be> X-Mailer: git-send-email 2.34.1 Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Now all in-tree users have been updated with interrupt-names properties according to commit 0076a37a426b6c85 ("dt-bindings: timer: renesas,tmu: Document input capture interrupt"), make interrupt-names required. Signed-off-by: Geert Uytterhoeven Acked-by: Krzysztof Kozlowski --- Documentation/devicetree/bindings/timer/renesas,tmu.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/timer/renesas,tmu.yaml b/Documentation/devicetree/bindings/timer/renesas,tmu.yaml index fde72eec7cb3cc8d..50b5225ceb10b64c 100644 --- a/Documentation/devicetree/bindings/timer/renesas,tmu.yaml +++ b/Documentation/devicetree/bindings/timer/renesas,tmu.yaml @@ -94,6 +94,7 @@ required: - compatible - reg - interrupts + - interrupt-names - clocks - clock-names - power-domains