@@ -786,15 +786,6 @@ &txmacro {
status = "okay";
};
-&vamacro {
- pinctrl-0 = <&dmic01_default>, <&dmic02_default>;
- pinctrl-names = "default";
- vdd-micb-supply = <&vreg_s10b>;
- qcom,dmic-sample-rate = <600000>;
-
- status = "okay";
-};
-
&usb_0 {
status = "okay";
};
@@ -843,6 +834,17 @@ &usb_1_qmpphy {
status = "okay";
};
+&vamacro {
+ pinctrl-0 = <&dmic01_default>, <&dmic02_default>;
+ pinctrl-names = "default";
+
+ vdd-micb-supply = <&vreg_s10b>;
+
+ qcom,dmic-sample-rate = <600000>;
+
+ status = "okay";
+};
+
&wsamacro {
status = "okay";
};
Move the vamacro node to restore the alphabetical sort order. While at it, add some newline separators to improve readability. Signed-off-by: Johan Hovold <johan+linaro@kernel.org> --- .../qcom/sc8280xp-lenovo-thinkpad-x13s.dts | 20 ++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-)