From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id C535446AA68; Tue, 21 Jul 2026 15:35:58 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784648159; cv=none; b=YaTklAqhWxdRVDBzNLQ9wCzKjzSp+221HcnjeBYYfodyoZ/1L/G4hUBFY6A8ksSuvUy9Rb0RTA95qAazpATO+2Y8/S3FSYWTpJlvhjHN42oigXYjY4vlVzIAFl81WhoRnmt/iLwtpJ5Ewk0KiAb1obzoZgf3RkJBS+OqP9IjtGI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784648159; c=relaxed/simple; bh=Efme1taNeczyjHrQMQVl7tkuIpzHNVgdk9kMdJZp+T0=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=ST+4N4hJ3bK4bv3bd7FMRmpJEUalNnQOe2SmmaZwwV4xhsiJSRlttdwocUK8Xb7chiD1rEKUTHCMpSREC9rjSLn/q7M4Lhnsu6Lo+EWnryQk+SkUjJM6Lq6AsKHfHNXXk+nQE76RcnqKJJxnqWIkRbwfZfMbWk0FehlE5BDBmDU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=UKYM8Qyz; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="UKYM8Qyz" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 311191F000E9; Tue, 21 Jul 2026 15:35:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=korg; t=1784648158; bh=dGjTeHw8kBLyaD2GH/N6Z0/EiN4wWna5d7p3T7Gd6tw=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=UKYM8Qyz5qmi4AjRiA4HPqmeiVVpgc8hYz0VSplfwCJ1q7pbmM/iWQRii85CKLqEq 81q4PVxJrXEXx6MxIEomhVMRDO/vhwHfT0ym30ppmJY4Y3kN18nWPDB8dfmvUGD9Cl JhfOkYaTyBxn1EOmrQM6uxah4aM6vFvC8mfhuwt4= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Krzysztof Kozlowski , "Rob Herring (Arm)" , Linus Walleij , Sasha Levin Subject: [PATCH 7.1 0095/2077] dt-bindings: pinctrl: nvidia,tegra234: Add missing required block Date: Tue, 21 Jul 2026 16:56:08 +0200 Message-ID: <20260721152554.933605045@linuxfoundation.org> X-Mailer: git-send-email 2.55.0 In-Reply-To: <20260721152552.646164743@linuxfoundation.org> References: <20260721152552.646164743@linuxfoundation.org> User-Agent: quilt/0.69 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 7.1-stable review patch. If anyone has any objections, please let me know. ------------------ From: Krzysztof Kozlowski [ Upstream commit 61b5deb5a968f7a82124f9b2591a6a151ed7273a ] Binding should require 'reg' property, because address space cannot be missing in the hardware and is already needed by the Linux drivers. Require also 'compatible' by convention, although it is not strictly necessary. Fixes: 857982138b79 ("dt-bindings: pinctrl: Document Tegra234 pin controllers") Signed-off-by: Krzysztof Kozlowski Acked-by: Rob Herring (Arm) Signed-off-by: Linus Walleij Signed-off-by: Sasha Levin --- .../bindings/pinctrl/nvidia,tegra234-pinmux-aon.yaml | 4 ++++ .../devicetree/bindings/pinctrl/nvidia,tegra234-pinmux.yaml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/Documentation/devicetree/bindings/pinctrl/nvidia,tegra234-pinmux-aon.yaml b/Documentation/devicetree/bindings/pinctrl/nvidia,tegra234-pinmux-aon.yaml index db8224dfba2c1b..56fb9cf763ef7f 100644 --- a/Documentation/devicetree/bindings/pinctrl/nvidia,tegra234-pinmux-aon.yaml +++ b/Documentation/devicetree/bindings/pinctrl/nvidia,tegra234-pinmux-aon.yaml @@ -58,6 +58,10 @@ patternProperties: drive_soc_gpio27_pee6, drive_ao_retention_n_pee2, drive_vcomp_alert_pee1, drive_hdmi_cec_pgg0 ] +required: + - compatible + - reg + unevaluatedProperties: false examples: diff --git a/Documentation/devicetree/bindings/pinctrl/nvidia,tegra234-pinmux.yaml b/Documentation/devicetree/bindings/pinctrl/nvidia,tegra234-pinmux.yaml index f5a3a881dec4f0..bd305a34eee2b2 100644 --- a/Documentation/devicetree/bindings/pinctrl/nvidia,tegra234-pinmux.yaml +++ b/Documentation/devicetree/bindings/pinctrl/nvidia,tegra234-pinmux.yaml @@ -115,6 +115,10 @@ patternProperties: drive_sdmmc1_dat2_pj4, drive_sdmmc1_dat1_pj3, drive_sdmmc1_dat0_pj2 ] +required: + - compatible + - reg + unevaluatedProperties: false examples: -- 2.53.0