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 B69E128853E; Wed, 4 Feb 2026 15:00:30 +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=1770217230; cv=none; b=WDpXknQPDbbscsAbB+/CZ752YURNBGlzN4w0NcbUSE+W+FODxYlExQF8mgKMZWVFhXy8PO5n/iYqISrR9Uq+skznYSmfr6fjOsKg9R5suYobRICX1T+jYOKAj9BILNuY7OBPmiSKOf5CvIlZEhFwALzkByB6F1LTK/AWqxOgUYQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770217230; c=relaxed/simple; bh=rcXmHJA9u19eNgMXqf90H2uEvWAYxJKmerMYempm2tg=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=TYXqEaWayRaswnh7oUE4ItVKb2J52zRBidwCYpJGI46VP7TYfslydtk8I1892gashSkputvNe0yWW4XpZ77IZ9cmGOitmNT8EyivVajGTJ67MCdkvMBYp45e4yJMibpMhRZj8jlsWgfvNLzuep+4g6iuemaAwPigDRAJ6QM853E= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=eY5QASmw; 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="eY5QASmw" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3A68DC4CEF7; Wed, 4 Feb 2026 15:00:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1770217230; bh=rcXmHJA9u19eNgMXqf90H2uEvWAYxJKmerMYempm2tg=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=eY5QASmwza0qFuhU4Pg5kyTL7GJyXeXpHMBEqyxJdfNTuJQ1xIggKtSN/oqbGNTIf d8enzRJHBlVcpXbjj8Us2UfWPA3DMgCNHR3fIxOQcsji2/Rb6HnkQlYTKIHMTYCm4f kKABMIcW4GzTHxxvI8AIT8jguGfeJJgmOyWNazLQ= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Dragan Simic , Geraldo Nascimento , Shawn Lin , Heiko Stuebner , Sasha Levin Subject: [PATCH 5.15 161/206] arm64: dts: rockchip: remove redundant max-link-speed from nanopi-r4s Date: Wed, 4 Feb 2026 15:39:52 +0100 Message-ID: <20260204143904.003207923@linuxfoundation.org> X-Mailer: git-send-email 2.53.0 In-Reply-To: <20260204143858.193781818@linuxfoundation.org> References: <20260204143858.193781818@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 5.15-stable review patch. If anyone has any objections, please let me know. ------------------ From: Geraldo Nascimento [ Upstream commit ce652c98a7bfa0b7c675ef5cd85c44c186db96af ] This is already the default in rk3399-base.dtsi, remove redundant declaration from rk3399-nanopi-r4s.dtsi. Fixes: db792e9adbf8 ("rockchip: rk3399: Add support for FriendlyARM NanoPi R4S") Cc: stable@vger.kernel.org Reported-by: Dragan Simic Reviewed-by: Dragan Simic Signed-off-by: Geraldo Nascimento Acked-by: Shawn Lin Link: https://patch.msgid.link/6694456a735844177c897581f785cc00c064c7d1.1763415706.git.geraldogabriel@gmail.com Signed-off-by: Heiko Stuebner [ adapted file path from rk3399-nanopi-r4s.dtsi to rk3399-nanopi-r4s.dts ] Signed-off-by: Sasha Levin Signed-off-by: Greg Kroah-Hartman --- arch/arm64/boot/dts/rockchip/rk3399-nanopi-r4s.dts | 1 - 1 file changed, 1 deletion(-) --- a/arch/arm64/boot/dts/rockchip/rk3399-nanopi-r4s.dts +++ b/arch/arm64/boot/dts/rockchip/rk3399-nanopi-r4s.dts @@ -73,7 +73,6 @@ }; &pcie0 { - max-link-speed = <1>; num-lanes = <1>; vpcie3v3-supply = <&vcc3v3_sys>; };