Commit 3d11e7e1 authored by Sheng-Liang Pan's avatar Sheng-Liang Pan Committed by Bjorn Andersson

arm64: dts: qcom: sc7280: sort out the "Status" to last property with...

arm64: dts: qcom: sc7280: sort out the "Status" to last property with sc7280-herobrine-audio-rt5682.dtsi

To keep diffs clean, sort out "Status" to last property.
Signed-off-by: default avatarSheng-Liang Pan <sheng-liang.pan@quanta.corp-partner.google.com>
Reviewed-by: default avatarDouglas Anderson <dianders@chromium.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/20221107173954.v11.5.I4c6d97e6f3cf8cdc691d2d4519883c3018dd4372@changeid
parent 5977c142
...@@ -13,14 +13,14 @@ sound: sound { ...@@ -13,14 +13,14 @@ sound: sound {
compatible = "google,sc7280-herobrine"; compatible = "google,sc7280-herobrine";
model = "sc7280-rt5682-max98360a-1mic"; model = "sc7280-rt5682-max98360a-1mic";
status = "okay"; audio-routing = "Headphone Jack", "HPOL",
audio-routing = "Headphone Jack", "HPOR";
"Headphone Jack", "HPOL",
"Headphone Jack", "HPOR";
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
status = "okay";
dai-link@0 { dai-link@0 {
link-name = "MAX98360"; link-name = "MAX98360";
reg = <0>; reg = <0>;
...@@ -50,8 +50,8 @@ codec { ...@@ -50,8 +50,8 @@ codec {
}; };
hp_i2c: &i2c2 { hp_i2c: &i2c2 {
status = "okay";
clock-frequency = <400000>; clock-frequency = <400000>;
status = "okay";
alc5682: codec@1a { alc5682: codec@1a {
compatible = "realtek,rt5682s"; compatible = "realtek,rt5682s";
...@@ -75,8 +75,6 @@ alc5682: codec@1a { ...@@ -75,8 +75,6 @@ alc5682: codec@1a {
}; };
&lpass_cpu { &lpass_cpu {
status = "okay";
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&mi2s0_data0>, <&mi2s0_data1>, <&mi2s0_mclk>, <&mi2s0_sclk>, <&mi2s0_ws>, pinctrl-0 = <&mi2s0_data0>, <&mi2s0_data1>, <&mi2s0_mclk>, <&mi2s0_sclk>, <&mi2s0_ws>,
<&mi2s1_data0>, <&mi2s1_sclk>, <&mi2s1_ws>; <&mi2s1_data0>, <&mi2s1_sclk>, <&mi2s1_ws>;
...@@ -84,6 +82,8 @@ &lpass_cpu { ...@@ -84,6 +82,8 @@ &lpass_cpu {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
status = "okay";
dai-link@0 { dai-link@0 {
reg = <MI2S_PRIMARY>; reg = <MI2S_PRIMARY>;
qcom,playback-sd-lines = <1>; qcom,playback-sd-lines = <1>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment