On a custom AGX Xavier module based board, I’m trying to enable SATA on UPHY10 in kernel 5.10 (JetPack 5.0.2). I’ve added SATA into Linux kernel, changed ODMDATA to ODMDATA=0x8590000;
in conf file according to Adaptation Guide (Bit 22 = 1) and enabled sata driver in DT as below:
ahci-sata@3507000 {
status = "okay";
}
I’ve got error:
[ 2.798729] tegra-ahci 3507000.ahci-sata: Adding to iommu group 0
[ 10.552592] tegra-ahci 3507000.ahci-sata: failed to get pinctrl: -19
What else should I change to make sata working?
I had it working before in JetPack 4.6