Skip to content

Commit

Permalink
arm64: dts: qcom: sm8250: Fix pcie2_lane unit address
Browse files Browse the repository at this point in the history
[ Upstream commit dc2f863 ]

The previous one was likely a mistaken copy from pcie1_lane.

Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org>
Link: https://lore.kernel.org/r/20210613185334.306225-1-konrad.dybcio@somainline.org
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
konradybcio authored and gregkh committed Jul 25, 2021
1 parent 9e159ed commit 81c2374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/qcom/sm8250.dtsi
Expand Up @@ -1470,7 +1470,7 @@

status = "disabled";

pcie2_lane: lanes@1c0e200 {
pcie2_lane: lanes@1c16200 {
reg = <0 0x1c16200 0 0x170>, /* tx0 */
<0 0x1c16400 0 0x200>, /* rx0 */
<0 0x1c16a00 0 0x1f0>, /* pcs */
Expand Down

0 comments on commit 81c2374

Please sign in to comment.