From nobody Sat Oct 4 14:36:12 2025 Received: from mx4.wp.pl (mx4.wp.pl [212.77.101.11]) (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 5952330496B for ; Fri, 15 Aug 2025 12:16:45 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=212.77.101.11 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1755260207; cv=none; b=qU1CX/OANZ4DztLkeOiepDswIO6ezXR/POsjPh4DVtNNX6fe1SIZ+dj48wkjGGoE+aZ1oldb7tL2wzWBm1qLwqiDmmuAequcUglFlHZA8WspgR37AMIuBtMCKmqfL1P+hDfQ14EQjQtkjdsRFrVGSNNwDusXmYbeJ/wSezXAGAo= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1755260207; c=relaxed/simple; bh=hfSRfDOUeDte8veYvygLPb606pAdkMkrLHLZSqsSGow=; h=From:To:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=tF5i//1LtG1FUtllE1KrxzMRng7LR9IpPOxEH1gKWzc1VRoO+TxjtSY2mFgNV688lAwO9HO24FjcDr8OUPEWli0NGrkV/4fwy1e26QihdtlF7cYe2dRQsdI+NVJTc3sclH1AkMQOxO7MdNTFN/BEdLsp8cM0xB76q2LUkOz35ZU= 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=nzVSmBLP; arc=none smtp.client-ip=212.77.101.11 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="nzVSmBLP" Received: (wp-smtpd smtp.wp.pl 46994 invoked from network); 15 Aug 2025 14:16:43 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wp.pl; s=20241105; t=1755260203; bh=GEK/6qZzB2CfjhKmipL1dcqXKA4bfE9g5cKzPnMC4FU=; h=From:To:Subject; b=nzVSmBLPY/3U2g6SLmJclWcQKM3+yyv+uNFtGoE4RHMW3rsW9Gt9WXFjNyxera/ji pYaYiRopOgqMWWiEH/aTsPrntz95zelSoCdW+DrNLWe9XC+tvx2CurNY6lW2SO2fgf 4qncCl01fJEaZ+1UnxWmIOyIbpBmXEpV5D9KAyT3I26McDNfz4ewCdqg0x3C0etwqt 3VbuqQ5og8OfITZK6IYMXRmC6aAS7J4Ywujl96xE8SlT/75cYlEq1SUuiRlCyp8O2m BqUcGICRDJSMne/BshIHvDJF4gIcwMyE0WqJuY+LrfLqzPaOR5jX66jVEsmzBfSZUQ Zpho0samr+lLQ== 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 ; 15 Aug 2025 14:16:43 +0200 From: Aleksander Jan Bajkowski To: john@phrozen.org, 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 v2 1/2] mips: lantiq: xway: sysctrl: rename stp clock Date: Fri, 15 Aug 2025 14:12:23 +0200 Message-ID: <20250815121635.3397802-2-olek2@wp.pl> X-Mailer: git-send-email 2.47.2 In-Reply-To: <20250815121635.3397802-1-olek2@wp.pl> References: <20250815121635.3397802-1-olek2@wp.pl> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-WP-MailID: 864f5383914da068b023479d4a3a7f42 X-WP-AV: skaner antywirusowy Poczty Wirtualnej Polski X-WP-SPAM: NO 0000000 [QQOR] Bindig requires a node name matching =E2=80=98^gpio@[0-9a-f]+$=E2=80=99. Th= is patch changes the clock name from =E2=80=9Cstp=E2=80=9D to =E2=80=9Cgpio=E2=80=9D. Signed-off-by: Aleksander Jan Bajkowski --- arch/mips/lantiq/xway/sysctrl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/mips/lantiq/xway/sysctrl.c b/arch/mips/lantiq/xway/sysctr= l.c index 5a75283d17f1..dcea4cf064ef 100644 --- a/arch/mips/lantiq/xway/sysctrl.c +++ b/arch/mips/lantiq/xway/sysctrl.c @@ -485,7 +485,7 @@ void __init ltq_soc_init(void) /* add our generic xway clocks */ clkdev_add_pmu("10000000.fpi", NULL, 0, 0, PMU_FPI); clkdev_add_pmu("1e100a00.gptu", NULL, 1, 0, PMU_GPT); - clkdev_add_pmu("1e100bb0.stp", NULL, 1, 0, PMU_STP); + clkdev_add_pmu("1e100bb0.gpio", NULL, 1, 0, PMU_STP); clkdev_add_pmu("1e100c00.serial", NULL, 0, 0, PMU_ASC1); clkdev_add_pmu("1e104100.dma", NULL, 1, 0, PMU_DMA); clkdev_add_pmu("1e100800.spi", NULL, 1, 0, PMU_SPI); --=20 2.47.2 From nobody Sat Oct 4 14:36:12 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 A8B7B304979 for ; Fri, 15 Aug 2025 12:16:46 +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=1755260209; cv=none; b=geWBEhNtPY1pwDBu81Erxvwi2n30Yl7iz9RjRFRZi7IecucwMG0cYQP6wNK7S0roGMj8IXr3FsCOwPoA0bV8GNItkr/+uz1jg4wO/oozt0I5Q6o7P0QeQEbBVXS9njgqHj4HFJkIJqBZOkr3CAXm6wc4/c3HMrXbG8swoV3H/+I= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1755260209; c=relaxed/simple; bh=NbbnhG7V+vl5U1+YJnrVj1ogrs9erTio/i//AGOZzOA=; h=From:To:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=FuVVPoi+qUfPPmKkebwPn3H80DmnDzSvUJEi2xyc4di4EwsiYnUB1XdOsHmE7MTS5ga9hkrZora/sgSWoRje7xzBfdqOHnULwM65259Dz9BRIu42wAEAOUVZlLHN5/S5yRiL3tv0KLiO5rdlD3E1ABrWFIJtXGQXtOfW3dS4eFg= 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=1ol/K+Dk; 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="1ol/K+Dk" Received: (wp-smtpd smtp.wp.pl 1332 invoked from network); 15 Aug 2025 14:16:44 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wp.pl; s=20241105; t=1755260204; bh=XottfDTJ3G6nJndrCm4cjXt23u+R3hnCONSdUmC/xL0=; h=From:To:Subject; b=1ol/K+Dkzo87hZWbOz8D/zVVNgTlTXA9a5zl+beMVsLvB2DKrvpldfV9cEQCPGq78 F4LgpMX8WiCEV1lmyHsPfjGBOITHNweNCFv1RgkuUK3badfy5wEkt9QBb7d0lNWXpL kaCoXO6u+uSX2p9ml5Y++VufNbol2RQWE7xYObUP0WQIB/gTrZShP04QtxCj+uVanU HqfWjZovFgLMkDm2gC8qQaXEmeG6Fszb8TfOUOuXPCLZs+RQysLoM95VzzCsQ6kekU LqOJZ+Yp4AjlB/ZY4fuSPdrmP7ujPBWC0HcCTWj7TCJyK1rMf8/1j55tk6vtFtsz+5 jebYOpuUuNIfg== 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 ; 15 Aug 2025 14:16:44 +0200 From: Aleksander Jan Bajkowski To: john@phrozen.org, 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 v2 2/2] mips: lantiq: danube: rename stp node on EASY50712 reference board Date: Fri, 15 Aug 2025 14:12:24 +0200 Message-ID: <20250815121635.3397802-3-olek2@wp.pl> X-Mailer: git-send-email 2.47.2 In-Reply-To: <20250815121635.3397802-1-olek2@wp.pl> References: <20250815121635.3397802-1-olek2@wp.pl> 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: 66a8a3946718ff3d7fc98a32b19a6db2 X-WP-AV: skaner antywirusowy Poczty Wirtualnej Polski X-WP-SPAM: NO 0000001 [URJh] 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