]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: mediatek: mt8395-nio-12l: Enable UFS
authorJulien Massot <julien.massot@collabora.com>
Fri, 5 Sep 2025 13:21:19 +0000 (15:21 +0200)
committerMatthias Brugger <matthias.bgg@gmail.com>
Tue, 9 Sep 2025 12:43:44 +0000 (14:43 +0200)
UFS is the primary storage for the Radxa NIO 12L. Enable it
now that the ufshci and ufsphy nodes are available in the
common mt8195 dtsi.

Signed-off-by: Julien Massot <julien.massot@collabora.com>
Link: https://lore.kernel.org/r/20250905-radxa-nio-12l-ufs-v1-1-e2468bfd2c69@collabora.com
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
arch/arm64/boot/dts/mediatek/mt8395-radxa-nio-12l.dts

index 329c60cc6a6be0b4be8c0b8bb033b32d35302804..4cbd78c126f6b56f1833d220f7a7fbc7e4320cbb 100644 (file)
        status = "okay";
 };
 
+&ufshci {
+       vcc-supply = <&mt6359_vemc_1_ldo_reg>;
+       vccq2-supply = <&mt6359_vufs_ldo_reg>;
+       status = "okay";
+};
+
+&ufsphy {
+       status = "okay";
+};
+
 &ssusb0 {
        pinctrl-names = "default";
        pinctrl-0 = <&usb3_port0_pins>;