
-----Original Message----- From: U-Boot u-boot-bounces@lists.denx.de On Behalf Of Priyanka Jain Sent: Monday, December 7, 2020 5:56 PM To: Stephen Carlson stcarlso@linux.microsoft.com; U-Boot Mailing List u-boot@lists.denx.de Subject: RE: [PATCH v2] arm: fsl: common: Improve NXP VID driver PMBus support
-----Original Message----- From: Stephen Carlson stcarlso@linux.microsoft.com Sent: Tuesday, November 3, 2020 3:06 AM To: U-Boot Mailing List u-boot@lists.denx.de Cc: Priyanka Jain priyanka.jain@nxp.com Subject: [PATCH v2] arm: fsl: common: Improve NXP VID driver PMBus support
This patch adds support for more PMBus compatible devices to the NXP drivers for its QorIQ family devices. At runtime, the voltage regulator is queried over I2C, and the required voltage multiplier determined. This change supports the DIRECT and LINEAR PMBus voltage reporting modes.
Previously, the driver only supported a few specific devices such as the IR36021 and LTC3882, so this change allows the QorIQ series to be used with a much larger variety of core voltage regulator devices.
checkpatch warning "Use if (IS_DEFINED (...))" was ignored to maintain consistency with the existing code.
Hi Shephen, Can you please help to fix the checkpatch warnings . Even a additional patch on top should work.
Signed-off-by: Stephen Carlson stcarlso@linux.microsoft.com Cc: Priyanka Jain priyanka.jain@nxp.com
Kindly help to rebase the patch to master branch of u-boot tree (git://git.denx.de/u-boot.git).
Regards Priyanka