Hi Bryan,When trying to discuss with the PMIC on a J722S-evm board in U-Boot R5 SPL, I got the error:
ti_power_domain_of_xlate(power_domain=81fffe2c, id=107) ti_power_domain_of_xlate: invalid dev-id: 107
PMIC device lookup was done with: uclass_get_device_by_name(UCLASS_PMIC, "pmic@48", &pmic);After checking the file arch/arm/mach-k3/r5/j722s/dev-data.c, the id 107 is indeed missing.
Could the missing dev-id be added it the file? Regards, Richard

