mirror of
https://github.com/Evolution-X-Devices/kernel_oneplus_sm8550-devicetrees
synced 2026-02-01 09:49:52 +00:00
ARM: dts: msm: add DBO3 regulator device for Kalama boards
Add a fixed regulator device for the DBO3 buck-boost regulator. It is enabled via PM8550 GPIO 9 and outputs 3.6 V. Change-Id: Ib831238aed99d8a95b3eee182463ac0a425b1749
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#include <dt-bindings/gpio/gpio.h>
|
||||
#include <dt-bindings/pinctrl/qcom,pmic-gpio.h>
|
||||
|
||||
#include "pm8550.dtsi"
|
||||
@@ -42,3 +43,15 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
&soc {
|
||||
DBO3: regulator-dbo3 {
|
||||
compatible = "qti-regulator-fixed";
|
||||
regulator-name = "dbo3";
|
||||
regulator-min-microvolt = <3600000>;
|
||||
regulator-max-microvolt = <3600000>;
|
||||
gpio = <&pm8550_gpios 9 GPIO_ACTIVE_HIGH>;
|
||||
regulator-enable-ramp-delay = <1500>;
|
||||
enable-active-high;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user