Tool/software:
Hi,
I'm working on a custom board based on an AM62 with a 6.1 linux kernel using the TPS2552DBVT to manage the power supply of an SD card. I am having difficulties with the driver choice in linux for that component. It didn't find a dedicated one and the "regulator-fixed" seems like the right generic driver. However, while the fault pin of the component is connected to the SOC, I don't find a device tree binding for it and don't know what to do with it so I have the following questions.
Is there a dedicated driver I missed ?
If it's not the case, is there a better suited generic one ?
If there isn't a better suited generic one, how the fault pin should be managed in a device tree ?
Thanks in advance for your support.