Commit f98d1a3c authored by Douglas Anderson's avatar Douglas Anderson Committed by Bjorn Andersson

arm64: dts: qcom: sc7280: Make herobrine-audio-rt5682 mic dtsi's match more

The 1-mic and 3-mic dtsi still had two minor cosmetic differences
after commit '3d11e7e1 ("arm64: dts: qcom: sc7280: sort out the
"Status" to last property with
sc7280-herobrine-audio-rt5682.dtsi")'. Let's fix them so the two files
diff better. This is expected to have no effect though it will
slightly change the generated dtb by removing an unnecessary 'status =
"okay"' from the sound node.
Signed-off-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/20221114162807.1.I0900b97128f9bb03e5f96fcb3068c227a33f143a@changeid
parent 22dbcfd6
...@@ -19,8 +19,6 @@ sound: sound { ...@@ -19,8 +19,6 @@ sound: sound {
#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>;
...@@ -96,6 +94,8 @@ dai-link@1 { ...@@ -96,6 +94,8 @@ dai-link@1 {
}; };
}; };
/* PINCTRL - ADDITIONS TO NODES IN PARENT DEVICE TREE FILES */
&mi2s0_data0 { &mi2s0_data0 {
drive-strength = <6>; drive-strength = <6>;
bias-disable; bias-disable;
......
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