Message ID | 20230103103141.15807-3-johan+linaro@kernel.org (mailing list archive) |
---|---|
State | Accepted |
Commit | acf906140790837d235567c93207fde6ac8e1e64 |
Headers | show |
Series | arm64: dts: qcom: sound cleanups | expand |
On 3.01.2023 11:31, Johan Hovold wrote: > 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> > --- Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Konrad > .../qcom/sc8280xp-lenovo-thinkpad-x13s.dts | 20 ++++++++++--------- > 1 file changed, 11 insertions(+), 9 deletions(-) > > diff --git a/arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts b/arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts > index f30ede5839b2..cc67a80758af 100644 > --- a/arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts > +++ b/arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts > @@ -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"; > };
diff --git a/arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts b/arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts index f30ede5839b2..cc67a80758af 100644 --- a/arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts +++ b/arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts @@ -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(-)