Skip to content

Commit 670b7d6

Browse files
Srinivas-Kandagatlaandersson
authored andcommitted
arm64: dts: qcom: sc8280xp: fix rx frame shapping info
Some of the SoundWire frameshapping data seems incorrect, fix these values. Fixes: 1749a8a ("arm64: dts: qcom: sc8280xp: add SoundWire and LPASS") Signed-off-by: Srinivas Kandagatla <[email protected]> Signed-off-by: Bjorn Andersson <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 6df6fab commit 670b7d6

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2504,12 +2504,12 @@
25042504
qcom,ports-sinterval-low = /bits/ 8 <0x03 0x1f 0x1f 0x07 0x00>;
25052505
qcom,ports-offset1 = /bits/ 8 <0x00 0x00 0x0B 0x01 0x00>;
25062506
qcom,ports-offset2 = /bits/ 8 <0x00 0x00 0x0B 0x00 0x00>;
2507-
qcom,ports-hstart = /bits/ 8 <0xff 0x03 0xff 0xff 0xff>;
2508-
qcom,ports-hstop = /bits/ 8 <0xff 0x06 0xff 0xff 0xff>;
2507+
qcom,ports-hstart = /bits/ 8 <0xff 0x03 0x00 0xff 0xff>;
2508+
qcom,ports-hstop = /bits/ 8 <0xff 0x06 0x0f 0xff 0xff>;
25092509
qcom,ports-word-length = /bits/ 8 <0x01 0x07 0x04 0xff 0xff>;
2510-
qcom,ports-block-pack-mode = /bits/ 8 <0xff 0x00 0x01 0xff 0xff>;
2510+
qcom,ports-block-pack-mode = /bits/ 8 <0xff 0xff 0x01 0xff 0xff>;
25112511
qcom,ports-lane-control = /bits/ 8 <0x01 0x00 0x00 0x00 0x00>;
2512-
qcom,ports-block-group-count = /bits/ 8 <0xff 0xff 0xff 0xff 0x00>;
2512+
qcom,ports-block-group-count = /bits/ 8 <0xff 0xff 0xff 0xff 0xff>;
25132513

25142514
#sound-dai-cells = <1>;
25152515
#address-cells = <2>;
@@ -2609,15 +2609,15 @@
26092609

26102610
qcom,din-ports = <4>;
26112611
qcom,dout-ports = <0>;
2612-
qcom,ports-sinterval-low = /bits/ 8 <0x01 0x03 0x03 0x03>;
2613-
qcom,ports-offset1 = /bits/ 8 <0x01 0x00 0x02 0x01>;
2612+
qcom,ports-sinterval-low = /bits/ 8 <0x01 0x01 0x03 0x03>;
2613+
qcom,ports-offset1 = /bits/ 8 <0x01 0x00 0x02 0x00>;
26142614
qcom,ports-offset2 = /bits/ 8 <0x00 0x00 0x00 0x00>;
26152615
qcom,ports-block-pack-mode = /bits/ 8 <0xff 0xff 0xff 0xff>;
26162616
qcom,ports-hstart = /bits/ 8 <0xff 0xff 0xff 0xff>;
26172617
qcom,ports-hstop = /bits/ 8 <0xff 0xff 0xff 0xff>;
2618-
qcom,ports-word-length = /bits/ 8 <0xff 0x00 0xff 0xff>;
2618+
qcom,ports-word-length = /bits/ 8 <0xff 0xff 0xff 0xff>;
26192619
qcom,ports-block-group-count = /bits/ 8 <0xff 0xff 0xff 0xff>;
2620-
qcom,ports-lane-control = /bits/ 8 <0x00 0x01 0x00 0x00>;
2620+
qcom,ports-lane-control = /bits/ 8 <0x00 0x01 0x00 0x01>;
26212621

26222622
status = "disabled";
26232623
};

0 commit comments

Comments
 (0)