Commit acf90614 authored by Johan Hovold's avatar Johan Hovold Committed by Bjorn Andersson
Browse files

arm64: dts: qcom: sc8280xp-x13s: move vamacro node



Move the vamacro node to restore the alphabetical sort order.

While at it, add some newline separators to improve readability.

Signed-off-by: default avatarJohan Hovold <johan+linaro@kernel.org>
Reviewed-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230103103141.15807-3-johan+linaro@kernel.org
parent 6ded5ed6
Loading
Loading
Loading
Loading
+11 −9
Original line number Diff line number Diff line
@@ -850,15 +850,6 @@
	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";
};
@@ -907,6 +898,17 @@
	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";
};