Skip to content

Commit 2dea24d

Browse files
wensmmind
authored andcommitted
arm64: dts: rockchip: Add supplies for eMMC on rk3588-orangepi-5
The eMMC description is missing both vmmc and vqmmc supplies. Add them to complete the description. Fixes: 236d225 ("arm64: dts: rockchip: Add board device tree for rk3588-orangepi-5-plus") Fixes: ea63f46 ("arm64: dts: rockchip: refactor common rk3588-orangepi-5.dtsi") Signed-off-by: Chen-Yu Tsai <wens@csie.org> Link: https://lore.kernel.org/r/20250821052939.1869171-1-wens@kernel.org Signed-off-by: Heiko Stuebner <heiko@sntech.de>
1 parent 8976583 commit 2dea24d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/arm64/boot/dts/rockchip/rk3588-orangepi-5.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,8 @@
365365
max-frequency = <200000000>;
366366
mmc-hs400-1_8v;
367367
mmc-hs400-enhanced-strobe;
368+
vmmc-supply = <&vcc_3v3_s3>;
369+
vqmmc-supply = <&vcc_1v8_s3>;
368370
status = "okay";
369371
};
370372

0 commit comments

Comments
 (0)