From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 3C3BE25228D; Thu, 15 Jan 2026 16:55:02 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768496103; cv=none; b=HWxL/vp+GqUO9XKEQWIA5Rm64SBY9Zkw7Ue9owClLAQ9lP9dbY+z8xLRUuP/YKTg0sr0PyUZ+VpwwaG9l73fD1PBpNGwxyJhsbO+veUovZy9SMP2LYi7MpHCd5vDzNR92iZOlRaJ63Q3VFmL3pS55Nd01yIwB7K8zaQijRYjMe8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768496103; c=relaxed/simple; bh=5TnVzDVn7sFvgS2cBk2nD0grTL0sM3Ti/cex0v+5AlQ=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=Dm1nBDJaBoGxpN2A+2o9CbupkAO3ENfmtzaimvZlGiaCbgDPt5ez09pvlo+KBpSeUn+vvarmpE1pM5kNAWSqqGxUR2sDzuBoykI0qzgJfThRqd1ljwDs1UvQu4jerl+jEIrGDGgO66Ul0fTRnS30HeSDsZcx3F4Yntg8gr6FHig= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=YjWyX/nq; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="YjWyX/nq" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7D5E7C16AAE; Thu, 15 Jan 2026 16:55:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1768496102; bh=5TnVzDVn7sFvgS2cBk2nD0grTL0sM3Ti/cex0v+5AlQ=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=YjWyX/nqUdR0rYQA+sb2UUmKikpAb5PH09B2MJ+FuN9GU+ThbTpkHeZpivtaqtoZ+ KzMQAcunUL51TOpI0T6NaGy66UKomHOZpIMLn6pOHcR0udJqjEUZCyvUzD+yATVrGi n5k/k3rs+zlka1Q1+MKVmH2tGW6N1dqwxFVkkKac= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Wadim Egorov , Nishanth Menon , Sasha Levin Subject: [PATCH 6.18 071/181] arm64: dts: ti: k3-am62-lp-sk-nand: Rename pinctrls to fix schema warnings Date: Thu, 15 Jan 2026 17:46:48 +0100 Message-ID: <20260115164204.887004762@linuxfoundation.org> X-Mailer: git-send-email 2.52.0 In-Reply-To: <20260115164202.305475649@linuxfoundation.org> References: <20260115164202.305475649@linuxfoundation.org> User-Agent: quilt/0.69 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 6.18-stable review patch. If anyone has any objections, please let me know. ------------------ From: Wadim Egorov [ Upstream commit cf5e8adebe77917a4cc95e43e461cdbd857591ce ] Rename pinctrl nodes to comply with naming conventions required by pinctrl-single schema. Fixes: e569152274fec ("arm64: dts: ti: am62-lp-sk: Add overlay for NAND expansion card") Signed-off-by: Wadim Egorov Link: https://patch.msgid.link/20251127122733.2523367-3-w.egorov@phytec.de Signed-off-by: Nishanth Menon Signed-off-by: Sasha Levin --- arch/arm64/boot/dts/ti/k3-am62-lp-sk-nand.dtso | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/ti/k3-am62-lp-sk-nand.dtso b/arch/arm64/boot/dts/ti/k3-am62-lp-sk-nand.dtso index 173ac60723b64..b4daa674eaa1e 100644 --- a/arch/arm64/boot/dts/ti/k3-am62-lp-sk-nand.dtso +++ b/arch/arm64/boot/dts/ti/k3-am62-lp-sk-nand.dtso @@ -14,7 +14,7 @@ }; &main_pmx0 { - gpmc0_pins_default: gpmc0-pins-default { + gpmc0_pins_default: gpmc0-default-pins { pinctrl-single,pins = < AM62X_IOPAD(0x003c, PIN_INPUT, 0) /* (K19) GPMC0_AD0 */ AM62X_IOPAD(0x0040, PIN_INPUT, 0) /* (L19) GPMC0_AD1 */ -- 2.51.0