mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
ARM: dts: qcom: apq8064-cm-qs600: pull 3p3v regulator from soc node
The 3.3V regulator is not part of the SoC, so pull it from the SoC node. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20220930185236.867655-10-dmitry.baryshkov@linaro.org
This commit is contained in:
committed by
Bjorn Andersson
parent
efbc351abf
commit
5586f54d62
@@ -29,16 +29,13 @@
|
||||
};
|
||||
};
|
||||
|
||||
soc {
|
||||
/* on board fixed 3.3v supply */
|
||||
v3p3_fixed: v3p3 {
|
||||
compatible = "regulator-fixed";
|
||||
regulator-name = "PCIE V3P3";
|
||||
regulator-min-microvolt = <3300000>;
|
||||
regulator-max-microvolt = <3300000>;
|
||||
regulator-always-on;
|
||||
};
|
||||
|
||||
/* on board fixed 3.3v supply */
|
||||
v3p3_fixed: regulator-v3p3 {
|
||||
compatible = "regulator-fixed";
|
||||
regulator-name = "PCIE V3P3";
|
||||
regulator-min-microvolt = <3300000>;
|
||||
regulator-max-microvolt = <3300000>;
|
||||
regulator-always-on;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user