mirror of
https://github.com/torvalds/linux.git
synced 2026-07-31 03:27:03 +02:00
arm64: dts: freescale: imx{91,93}-phycore-som: Set BUCK5 in FPWM mode
Set PMIC BUCK5 mode to forced PWM (Pulse Width Modulation) mode instead of the default automatic PFM and PWM transition mode. FPWM mode produces less ripple on the output voltage rail under light load conditions. And since BUCK5 supplies SoC internal ADC reference voltage we need to keep voltage ripple to a minimum. This solves issues with the occasional ADC calibration procedure failures on phyCORE-i.MX91/93 SoM based boards. Signed-off-by: Primoz Fiser <primoz.fiser@norik.com> Signed-off-by: Frank Li <Frank.Li@nxp.com>
This commit is contained in:
parent
85794a56af
commit
5601ee1b64
|
|
@ -8,6 +8,7 @@
|
|||
*/
|
||||
|
||||
#include <dt-bindings/leds/common.h>
|
||||
#include <dt-bindings/regulator/nxp,pca9450-regulator.h>
|
||||
|
||||
#include "imx91.dtsi"
|
||||
|
||||
|
|
@ -160,6 +161,7 @@ buck5: BUCK5 {
|
|||
regulator-min-microvolt = <1800000>;
|
||||
regulator-boot-on;
|
||||
regulator-always-on;
|
||||
regulator-initial-mode = <PCA9450_BUCK_MODE_FORCE_PWM>;
|
||||
};
|
||||
|
||||
buck6: BUCK6 {
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
*/
|
||||
|
||||
#include <dt-bindings/leds/common.h>
|
||||
#include <dt-bindings/regulator/nxp,pca9450-regulator.h>
|
||||
|
||||
#include "imx93.dtsi"
|
||||
|
||||
|
|
@ -162,6 +163,7 @@ buck5: BUCK5 {
|
|||
regulator-max-microvolt = <1800000>;
|
||||
regulator-boot-on;
|
||||
regulator-always-on;
|
||||
regulator-initial-mode = <PCA9450_BUCK_MODE_FORCE_PWM>;
|
||||
};
|
||||
|
||||
buck6: BUCK6 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user