From nobody Sat Oct 4 22:37:11 2025 Received: from mx3.wp.pl (mx3.wp.pl [212.77.101.9]) (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 C07F22E3B17 for ; Tue, 12 Aug 2025 10:17:15 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=212.77.101.9 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1754993838; cv=none; b=V7z+KFNXgG9bmm54js7zifANB/mPGbgAMsMEsYGIYh+I/SqSDK4kz4A5cdLeuFxXeAhe7LsBvndJ2biLgUNxtArnotgChyPPbCEyYbxKjvnNiO1fsWE3C46DH3NfPvWR2axcRnwfW6/g9CVf3IQS05kvHKuORBqktKokZKa2m6A= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1754993838; c=relaxed/simple; bh=NbbnhG7V+vl5U1+YJnrVj1ogrs9erTio/i//AGOZzOA=; h=From:To:Subject:Date:Message-ID:MIME-Version; b=E9wBroOXZKE0jCxY8CoB7lziTuqeBnDWPg4SW/qGt72MSpMz6yWnRa7DFZqE9fV6Q95sZiTrXKe8WyE3T2Ez1qlW4l0TjcfMUrMBFs9AVDRWx3TsauOGpZdPYX/uwPYVpfBJk11b7ZEDAPsITPzK+GKWq/mzmakODqqbA+RRjb4= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=wp.pl; spf=pass smtp.mailfrom=wp.pl; dkim=pass (2048-bit key) header.d=wp.pl header.i=@wp.pl header.b=rIZHafz7; arc=none smtp.client-ip=212.77.101.9 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=wp.pl Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=wp.pl Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=wp.pl header.i=@wp.pl header.b="rIZHafz7" Received: (wp-smtpd smtp.wp.pl 48360 invoked from network); 12 Aug 2025 12:17:02 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wp.pl; s=20241105; t=1754993822; bh=XottfDTJ3G6nJndrCm4cjXt23u+R3hnCONSdUmC/xL0=; h=From:To:Subject; b=rIZHafz71lSXYkFaWhxFrwSwnQyzT4lSQM+2eDYk2joOhfxzH50+lvTn33sYPRc7q YLLZnlx6ARB5mL3eImD2r7tchmHMtaffzVRrYMG7LiMQE8fz5QqBpi+rF/iI2zw1hF mhkySKiBnOE8C7jEvX51aC/9FmS+Ac+yslqEfJhgwlTnFQfJgsLJHwlIbMqD/SCgy7 4kczrAkfqxTn56jeFL34NG/3SnxYsUIy1qc9c2vBuSM/bQVZff687HoGJ6pyKGC9VZ F4lbR9gh3EDT+oCsr54FTKXwiNxHQycoCBpIHtqCphkpSVMh6MU64CCxgoQvenP/On arZMbO5mGwvGA== Received: from 83.24.134.210.ipv4.supernova.orange.pl (HELO laptop-olek.lan) (olek2@wp.pl@[83.24.134.210]) (envelope-sender ) by smtp.wp.pl (WP-SMTPD) with ECDHE-RSA-AES256-GCM-SHA384 encrypted SMTP for ; 12 Aug 2025 12:17:02 +0200 From: Aleksander Jan Bajkowski To: robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org, tsbogend@alpha.franken.de, olek2@wp.pl, devicetree@vger.kernel.org, linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] mips: lantiq: danube: rename stp node on EASY50712 reference board Date: Tue, 12 Aug 2025 12:16:57 +0200 Message-ID: <20250812101700.970879-1-olek2@wp.pl> X-Mailer: git-send-email 2.47.2 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-WP-MailID: ad10e5644dcca723fe192dd19dad4262 X-WP-AV: skaner antywirusowy Poczty Wirtualnej Polski X-WP-SPAM: NO 000000A [EWNk] Content-Type: text/plain; charset="utf-8" This fixes the following warning: arch/mips/boot/dts/lantiq/danube_easy50712.dtb: stp@e100bb0 (lantiq,gpio-st= p-xway): $nodename:0: 'stp@e100bb0' does not match '^gpio@[0-9a-f]+$' from schema $id: http://devicetree.org/schemas/gpio/gpio-stp-xway.yaml# Signed-off-by: Aleksander Jan Bajkowski --- arch/mips/boot/dts/lantiq/danube_easy50712.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/mips/boot/dts/lantiq/danube_easy50712.dts b/arch/mips/boo= t/dts/lantiq/danube_easy50712.dts index 1ce20b7d05cb..aa7256ddd529 100644 --- a/arch/mips/boot/dts/lantiq/danube_easy50712.dts +++ b/arch/mips/boot/dts/lantiq/danube_easy50712.dts @@ -91,7 +91,7 @@ etop@e180000 { mac-address =3D [ 00 11 22 33 44 55 ]; }; =20 - stp0: stp@e100bb0 { + stp0: gpio@e100bb0 { #gpio-cells =3D <2>; compatible =3D "lantiq,gpio-stp-xway"; gpio-controller; --=20 2.47.2