From nobody Sat Oct 4 01:41:11 2025 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 155C9241679; Thu, 21 Aug 2025 05:29:45 +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=1755754186; cv=none; b=iTIgHWlI1l2XBqP61l/wL5WpF5GBnDhZvYOAzZu1WAN/RWAf0Z5oVBnh7WHJvWhqtXQpXCxA7RjdIB1IEkFuSAJeMWDKpkZQKLPM5Wj4KT9Et1kcQQAEP3HsuqPDNQApKC7KHrxwRE5z924al/zgfHyOVcthLv0VsOpEn/KAt0o= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1755754186; c=relaxed/simple; bh=okRW6FFazSlKUnEisFp7x3V8vbljvh2Ty8xEGZtNcDM=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=Pg1G1+2Yyq6f4y13r3VyDaYa78k/91DIxEAMSyfzGcm99kcGAp1W0iEgIH4/FskQhKGtpl0d113yY9AXA77PaL3t4+XPY3/V1BAEOhxQ6KNoGnQ7UnZE2qV+uVR0DzA8jWyZ1wZ34GaA0iJVEteXx1jLg1CNYqK5qt1Y9TBHpbY= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=fUhvOiMV; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="fUhvOiMV" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6B327C4CEED; Thu, 21 Aug 2025 05:29:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1755754185; bh=okRW6FFazSlKUnEisFp7x3V8vbljvh2Ty8xEGZtNcDM=; h=From:To:Cc:Subject:Date:From; b=fUhvOiMV0uLCi8BqtXnIpiPSOVnByxHq+hizLdvyE3gl8E3jsx36yX8KrdLWTqfs5 Ro/K2EmyJx5YrK2asUgQlnfATVohbSfivo8s91EwBhzHc0Hm5Hgt3lC34isdy9jGqx 3qMFTvDfGO45qv2VHEynRgP6XG/VqPbfCivfPTLtmhmIaZ62ti+ccDUTy3ACD1ZKKO QUeDzqq3HTA/hcxzDkgr5wiaHY0Zm/iOeOKBCsmLga7kLy4b9Ubiff6mKjdE/rm7JK orNdpjf6+1RMfnDf6QX01zZ3mCoNb7j+OlbazBSVp4+WuVCFC972LRQr08AH9b+XU6 rxM7XcccZXxLQ== Received: by wens.tw (Postfix, from userid 1000) id 8A9725FE2C; Thu, 21 Aug 2025 13:29:42 +0800 (CST) From: Chen-Yu Tsai To: Heiko Stuebner Cc: Chen-Yu Tsai , linux-rockchip@lists.infradead.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] arm64: dts: rockchip: rk3588-orangepi-5: Add supplies for eMMC Date: Thu, 21 Aug 2025 13:29:39 +0800 Message-Id: <20250821052939.1869171-1-wens@kernel.org> X-Mailer: git-send-email 2.39.5 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 Content-Type: text/plain; charset="utf-8" From: Chen-Yu Tsai The eMMC description is missing both vmmc and vqmmc supplies. Add them to complete the description. Fixes: 236d225e1ee7 ("arm64: dts: rockchip: Add board device tree for rk358= 8-orangepi-5-plus") Fixes: ea63f4666e48 ("arm64: dts: rockchip: refactor common rk3588-orangepi= -5.dtsi") Signed-off-by: Chen-Yu Tsai --- arch/arm64/boot/dts/rockchip/rk3588-orangepi-5.dtsi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm64/boot/dts/rockchip/rk3588-orangepi-5.dtsi b/arch/arm= 64/boot/dts/rockchip/rk3588-orangepi-5.dtsi index 91d56c34a1e4..8a8f3b26754d 100644 --- a/arch/arm64/boot/dts/rockchip/rk3588-orangepi-5.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3588-orangepi-5.dtsi @@ -365,6 +365,8 @@ &sdhci { max-frequency =3D <200000000>; mmc-hs400-1_8v; mmc-hs400-enhanced-strobe; + vmmc-supply =3D <&vcc_3v3_s3>; + vqmmc-supply =3D <&vcc_1v8_s3>; status =3D "okay"; }; =20 --=20 2.39.5