]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
regulator: mcp16502: Add supplier for regulators
authorAndrei Simion <andrei.simion@microchip.com>
Mon, 12 Aug 2024 13:52:25 +0000 (16:52 +0300)
committerMark Brown <broonie@kernel.org>
Tue, 13 Aug 2024 11:41:44 +0000 (12:41 +0100)
commit861289835002b733aa8715442ba555b1daa84baa
tree2f5637a6a024bfa5e99b8567a0474e6e07a906bd
parent8400291e289ee6b2bf9779ff1c83a291501f017b
regulator: mcp16502: Add supplier for regulators

Based on the datasheet [1] (Block Diagram) PVIN[1-4] and LVIN
represent the input voltage supply for each BUCKs respective LDOs.
Update the driver to align with the datasheet [1].

[1]: https://ww1.microchip.com/downloads/aemDocuments/documents/APID/ProductDocuments/DataSheets/MCP16502-Data-Sheet-DS20006275.pdf

Co-developed-by: Mihai Sain <mihai.sain@microchip.com>
Signed-off-by: Mihai Sain <mihai.sain@microchip.com>
Signed-off-by: Andrei Simion <andrei.simion@microchip.com>
Link: https://patch.msgid.link/20240812135231.43744-2-andrei.simion@microchip.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/mcp16502.c