mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
ipq8065 SoC is based on ipq8064-v2.0 with a more clocked CPU and an increased voltage output with the smb208 regulators. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20220718161826.4943-3-ansuelsmth@gmail.com
37 lines
757 B
Text
37 lines
757 B
Text
// SPDX-License-Identifier: GPL-2.0
|
|
|
|
#include "qcom-ipq8065.dtsi"
|
|
|
|
&rpm {
|
|
smb208_regulators: regulators {
|
|
compatible = "qcom,rpm-smb208-regulators";
|
|
|
|
smb208_s1a: s1a {
|
|
regulator-min-microvolt = <1050000>;
|
|
regulator-max-microvolt = <1150000>;
|
|
|
|
qcom,switch-mode-frequency = <1200000>;
|
|
};
|
|
|
|
smb208_s1b: s1b {
|
|
regulator-min-microvolt = <1050000>;
|
|
regulator-max-microvolt = <1150000>;
|
|
|
|
qcom,switch-mode-frequency = <1200000>;
|
|
};
|
|
|
|
smb208_s2a: s2a {
|
|
regulator-min-microvolt = <775000>;
|
|
regulator-max-microvolt = <1275000>;
|
|
|
|
qcom,switch-mode-frequency = <1200000>;
|
|
};
|
|
|
|
smb208_s2b: s2b {
|
|
regulator-min-microvolt = <775000>;
|
|
regulator-max-microvolt = <1275000>;
|
|
|
|
qcom,switch-mode-frequency = <1200000>;
|
|
};
|
|
};
|
|
};
|