[PATCH] arm64: dts: mediatek: mt8395-nio-12l: Enable UFS

Julien Massot posted 1 patch 4 days, 12 hours ago
arch/arm64/boot/dts/mediatek/mt8395-radxa-nio-12l.dts | 10 ++++++++++
1 file changed, 10 insertions(+)
[PATCH] arm64: dts: mediatek: mt8395-nio-12l: Enable UFS
Posted by Julien Massot 4 days, 12 hours ago
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>
---
 arch/arm64/boot/dts/mediatek/mt8395-radxa-nio-12l.dts | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/arch/arm64/boot/dts/mediatek/mt8395-radxa-nio-12l.dts b/arch/arm64/boot/dts/mediatek/mt8395-radxa-nio-12l.dts
index 329c60cc6a6be0b4be8c0b8bb033b32d35302804..4cbd78c126f6b56f1833d220f7a7fbc7e4320cbb 100644
--- a/arch/arm64/boot/dts/mediatek/mt8395-radxa-nio-12l.dts
+++ b/arch/arm64/boot/dts/mediatek/mt8395-radxa-nio-12l.dts
@@ -990,6 +990,16 @@ &uart1 {
 	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>;

---
base-commit: 6c68f4c0a147c025ae0b25fab688c7c47964a02f
change-id: 20250905-radxa-nio-12l-ufs-c817a864fb42

Best regards,
-- 
Julien Massot <julien.massot@collabora.com>
Re: [PATCH] arm64: dts: mediatek: mt8395-nio-12l: Enable UFS
Posted by Matthias Brugger 13 hours ago

On 05/09/2025 15:21, Julien Massot wrote:
> 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>

Queued, thanks.

Matthias

> ---
>   arch/arm64/boot/dts/mediatek/mt8395-radxa-nio-12l.dts | 10 ++++++++++
>   1 file changed, 10 insertions(+)
> 
> diff --git a/arch/arm64/boot/dts/mediatek/mt8395-radxa-nio-12l.dts b/arch/arm64/boot/dts/mediatek/mt8395-radxa-nio-12l.dts
> index 329c60cc6a6be0b4be8c0b8bb033b32d35302804..4cbd78c126f6b56f1833d220f7a7fbc7e4320cbb 100644
> --- a/arch/arm64/boot/dts/mediatek/mt8395-radxa-nio-12l.dts
> +++ b/arch/arm64/boot/dts/mediatek/mt8395-radxa-nio-12l.dts
> @@ -990,6 +990,16 @@ &uart1 {
>   	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>;
> 
> ---
> base-commit: 6c68f4c0a147c025ae0b25fab688c7c47964a02f
> change-id: 20250905-radxa-nio-12l-ufs-c817a864fb42
> 
> Best regards,