arm64: dts: qcom: sc8280xp-x13s: move 'regulator-vph-pwr' node
authorJohan Hovold <johan+linaro@kernel.org>
Wed, 28 Dec 2022 08:56:14 +0000 (09:56 +0100)
committerBjorn Andersson <andersson@kernel.org>
Wed, 28 Dec 2022 19:07:57 +0000 (13:07 -0600)
Move the new 'regulator-vph-pwr' node before the wlan regulator node to
restore the root-node sort order (alphabetically by node name).

While at it, add a couple of newlines to separate the properties for
consistency with the other regulator nodes.

Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221228085614.15080-1-johan+linaro@kernel.org
arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts

index aeb9e18..0201c67 100644 (file)
                regulator-boot-on;
        };
 
+       vreg_vph_pwr: regulator-vph-pwr {
+               compatible = "regulator-fixed";
+
+               regulator-name = "VPH_VCC3R9";
+               regulator-min-microvolt = <3900000>;
+               regulator-max-microvolt = <3900000>;
+
+               regulator-always-on;
+       };
+
        vreg_wlan: regulator-wlan {
                compatible = "regulator-fixed";
 
                regulator-boot-on;
        };
 
-       vreg_vph_pwr: regulator-vph-pwr {
-               compatible = "regulator-fixed";
-               regulator-name = "VPH_VCC3R9";
-               regulator-min-microvolt = <3900000>;
-               regulator-max-microvolt = <3900000>;
-               regulator-always-on;
-       };
-
        thermal-zones {
                skin-temp-thermal {
                        polling-delay-passive = <250>;