Skip to content

Commit b130b0a

Browse files
committed
Merge tag 'qcom-arm64-fixes-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into arm/fixes
Qualcomm ARM64 DT fixes for v5.7 This reduces the (hard coded) CPU voltage to a safe level on MSM8996 and updates the audio nodes on db820c, db845c and c630 to reflect audio changes that landed late in the cycle. * tag 'qcom-arm64-fixes-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux: arm64: dts: qcom: db820c: fix audio configuration arm64: dts: qcom: db845c: fix asm dai setup arm64: qcom: c630: fix asm dai setup arm64: dts: qcom: msm8996: Reduce vdd_apc voltage Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Arnd Bergmann <[email protected]>
2 parents 0e698df + 7710f80 commit b130b0a

File tree

4 files changed

+22
-8
lines changed

4 files changed

+22
-8
lines changed

arch/arm64/boot/dts/qcom/apq8096-db820c.dtsi

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -658,8 +658,8 @@
658658
s11 {
659659
qcom,saw-leader;
660660
regulator-always-on;
661-
regulator-min-microvolt = <1230000>;
662-
regulator-max-microvolt = <1230000>;
661+
regulator-min-microvolt = <980000>;
662+
regulator-max-microvolt = <980000>;
663663
};
664664
};
665665

@@ -908,10 +908,27 @@
908908
status = "okay";
909909
};
910910

911+
&q6asmdai {
912+
dai@0 {
913+
reg = <0>;
914+
};
915+
916+
dai@1 {
917+
reg = <1>;
918+
};
919+
920+
dai@2 {
921+
reg = <2>;
922+
};
923+
};
924+
911925
&sound {
912926
compatible = "qcom,apq8096-sndcard";
913927
model = "DB820c";
914-
audio-routing = "RX_BIAS", "MCLK";
928+
audio-routing = "RX_BIAS", "MCLK",
929+
"MM_DL1", "MultiMedia1 Playback",
930+
"MM_DL2", "MultiMedia2 Playback",
931+
"MultiMedia3 Capture", "MM_UL3";
915932

916933
mm1-dai-link {
917934
link-name = "MultiMedia1";

arch/arm64/boot/dts/qcom/msm8996.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2066,6 +2066,8 @@
20662066
reg = <APR_SVC_ASM>;
20672067
q6asmdai: dais {
20682068
compatible = "qcom,q6asm-dais";
2069+
#address-cells = <1>;
2070+
#size-cells = <0>;
20692071
#sound-dai-cells = <1>;
20702072
iommus = <&lpass_q6_smmu 1>;
20712073
};

arch/arm64/boot/dts/qcom/sdm845-db845c.dts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -442,17 +442,14 @@
442442
&q6asmdai {
443443
dai@0 {
444444
reg = <0>;
445-
direction = <2>;
446445
};
447446

448447
dai@1 {
449448
reg = <1>;
450-
direction = <2>;
451449
};
452450

453451
dai@2 {
454452
reg = <2>;
455-
direction = <1>;
456453
};
457454

458455
dai@3 {

arch/arm64/boot/dts/qcom/sdm850-lenovo-yoga-c630.dts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -359,12 +359,10 @@
359359
&q6asmdai {
360360
dai@0 {
361361
reg = <0>;
362-
direction = <2>;
363362
};
364363

365364
dai@1 {
366365
reg = <1>;
367-
direction = <1>;
368366
};
369367
};
370368

0 commit comments

Comments
 (0)