From patchwork Tue May 30 08:37:10 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Oleksij Rempel X-Patchwork-Id: 13259457 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id D2DEEC7EE2E for ; Tue, 30 May 2023 08:37:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=j71SgWAXBZbLKymMxqzUCQ/fKFoLLqxbEe5D6DLMguA=; b=Co6jjji+IHVQVZ ZrTRsBc4GZn19PHeBMDa/cKhCHAqvlXQysD6dMUTk4MBqN/jr92vy7Raa6Z1iJags1hyRfEBEhfov 0WZGcweESDyjkrbGBMXjYopYprtfbJpoJOOP3fXkPK73Uk3w4X6oUiNhM0cS0nrsYSHxrBqtfTM/J QQT55+ZWtLZR+RkGXdQ+faiMK3rojs6nfdzVLkOnkrQCHJaA8WnXOohTVEA4kU1/XBXhQ/9oJdEzk PJun+3Thj3ofS0vY0TWfXpOjQlynEwY69KQpk6f2PI5xrlv1444hBdOMzTH59nND3p6/A9X32+zD2 1HGkUDB5Qnpb1eKRTFxA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1q3urC-00Cxvl-2a; Tue, 30 May 2023 08:37:30 +0000 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1q3urA-00CxtW-16 for linux-arm-kernel@lists.infradead.org; Tue, 30 May 2023 08:37:29 +0000 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1q3uqy-0002xV-JO; Tue, 30 May 2023 10:37:16 +0200 Received: from [2a0a:edc0:0:1101:1d::ac] (helo=dude04.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1q3uqw-003pae-UH; Tue, 30 May 2023 10:37:14 +0200 Received: from ore by dude04.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1q3uqw-00AbUb-2J; Tue, 30 May 2023 10:37:14 +0200 From: Oleksij Rempel To: Maxime Coquelin , Alexandre Torgue , Rob Herring , Krzysztof Kozlowski , =?utf-8?b?SsOpcsO0bWUgUG91aWxsZXI=?= Cc: Oleksij Rempel , kernel@pengutronix.de, linux-kernel@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, netdev@vger.kernel.org Subject: [PATCH v2 0/3] Extend dt-bindings for PSE-PD controllers and update prtt1c dts Date: Tue, 30 May 2023 10:37:10 +0200 Message-Id: <20230530083713.2527380-1-o.rempel@pengutronix.de> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 X-SA-Exim-Connect-IP: 2a0a:edc0:0:c01:1d::a2 X-SA-Exim-Mail-From: ore@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-arm-kernel@lists.infradead.org X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230530_013728_405104_21A21FFA X-CRM114-Status: GOOD ( 11.78 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org changes v2: - extend ethernet-pse regexp in the PoDL PSE dt-bindings This patch set comes in response to issues identified while adding PoDL PSE support to the stm32 prtt1c device tree. The existing pse-pd device tree bindings did not allow node name patterns like "ethernet-pse-0" and "ethernet-pse-1", leading to validation failures. To address these false positives in validation, the device tree bindings are extended to support these node name patterns. Alongside this, an example node is added to aid in the improved validation process. Following these changes, the updated PoDL PSE regulator nodes are then added to the stm32 prtt1c device tree. Oleksij Rempel (3): dt-bindings: net: pse-pd: Update regex pattern for ethernet-pse nodes dt-bindings: net: pse-pd: Add "ethernet-pse-0" example to improve validation in podl-pse-regulator DT binding ARM: dts: stm32: prtt1c: Add PoDL PSE regulator nodes .../net/pse-pd/podl-pse-regulator.yaml | 6 ++++ .../bindings/net/pse-pd/pse-controller.yaml | 2 +- arch/arm/boot/dts/stm32mp151a-prtt1c.dts | 32 +++++++++++++++++++ 3 files changed, 39 insertions(+), 1 deletion(-)