mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-25 03:22:39 +00:00
arm64: dts: qcom: sc7280: add DP audio to herobrine rt5682 1-mic dtsi
1. Add DisplayPort sound node and lpass_cpu node. 2. Adjust the dai-link order to make the order to be consistent with sc7280-herobrine-audio-rt5682-3mic.dtsi. Signed-off-by: Judy Hsiao <judyhsiao@chromium.org> Reviewed-by: Douglas Anderson <dianders@chromium.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20230118011853.1614566-1-judyhsiao@chromium.org
This commit is contained in:
committed by
Bjorn Andersson
parent
74d6ed033d
commit
fc1780dba4
@@ -33,9 +33,22 @@
|
||||
};
|
||||
|
||||
dai-link@1 {
|
||||
link-name = "ALC5682";
|
||||
link-name = "DisplayPort";
|
||||
reg = <1>;
|
||||
|
||||
cpu {
|
||||
sound-dai = <&lpass_cpu LPASS_DP_RX>;
|
||||
};
|
||||
|
||||
codec {
|
||||
sound-dai = <&mdss_dp>;
|
||||
};
|
||||
};
|
||||
|
||||
dai-link@2 {
|
||||
link-name = "ALC5682";
|
||||
reg = <2>;
|
||||
|
||||
cpu {
|
||||
sound-dai = <&lpass_cpu MI2S_PRIMARY>;
|
||||
};
|
||||
@@ -92,6 +105,10 @@ hp_i2c: &i2c2 {
|
||||
reg = <MI2S_SECONDARY>;
|
||||
qcom,playback-sd-lines = <0>;
|
||||
};
|
||||
|
||||
dai-link@5 {
|
||||
reg = <LPASS_DP_RX>;
|
||||
};
|
||||
};
|
||||
|
||||
/* PINCTRL - ADDITIONS TO NODES IN PARENT DEVICE TREE FILES */
|
||||
|
||||
Reference in New Issue
Block a user