How to set uphy10/uphy11 to ufs mode on orin

Hi, Nvidia teams:
we want to use ufs on orin with two lanes, according to the design guide, uphy10 and uphy11 are used for pcie/ufs , so if
we use uphy10/uphy11 for ufs , what things we should do, I see on xavier, there are two corresponding places:

bootloader/tegra194-mb1-uphy-lane-p2888-0000-p2822-0000.cfg:
uphy-lane.hsio.lane.10=2;

nvidia/platform/t19x/galen/kernel-dts/common/tegra194-plugin-manager-p2888-0000.dtsi:
fragment-tegra-ufs-lane10 {
odm-data = “enable-ufs-uphy-l10”;
override@0 {
target = <&tegra_ufs>;
overlay {
status = “okay”;
};
};
};

so I guess on orin, I should do two things:
bootloader/tegra194-mb1-uphy-lane-p2888-0000-p2822-0000.cfg:
uphy-lane.hsio.lane.10=2;
uphy-lane.hsio.lane.11=2;
nvidia/platform/t19x/galen/kernel-dts/common/tegra194-plugin-manager-p2888-0000.dtsi:
fragment-tegra-ufs-lane10 {
odm-data = “enable-ufs-uphy-l10”, “enable-ufs-uphy-l11”;
override@0 {
target = <&tegra_ufs>;
overlay {
status = “okay”;
};
};
};

Is that correct and enough?

Hi

Those configuration are not yet ready in 5.0DP. We will update you the method later.

OK, Thank you for your reply. So wait for your method.

Hi
I have a question, how to check which configuration is be used on orin?

Changing UPHY mode will be supported after JP5.0 GA.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.