From mboxrd@z Thu Jan 1 00:00:00 1970 From: Priyanka Jain Date: Mon, 7 Dec 2020 12:26:28 +0000 Subject: [PATCH v2] arm: fsl: common: Improve NXP VID driver PMBus support In-Reply-To: References: Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de >-----Original Message----- >From: Stephen Carlson >Sent: Tuesday, November 3, 2020 3:06 AM >To: U-Boot Mailing List >Cc: Priyanka Jain >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. > >Signed-off-by: Stephen Carlson >Cc: Priyanka Jain >--- Kindly help to rebase the patch to master branch of u-boot tree (git://git.denx.de/u-boot.git). Regards Priyanka