projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f8b37d
)
arm64: dts: qcom: sm8350: fix UFS PHY registers
author
Johan Hovold
<johan+linaro@kernel.org>
Mon, 24 Oct 2022 09:15:06 +0000
(11:15 +0200)
committer
Bjorn Andersson
<andersson@kernel.org>
Mon, 7 Nov 2022 03:11:10 +0000
(21:11 -0600)
The sizes of the UFS PHY register regions are too small and does
specifically not cover all registers used by the Linux driver.
As Linux maps these regions as full pages this is currently not an issue
on Linux, but let's update the sizes to match the vendor driver.
Fixes: 59c7cf814783 ("arm64: dts: qcom: sm8350: Add UFS nodes")
Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link:
https://lore.kernel.org/r/20221024091507.20342-4-johan+linaro@kernel.org
arch/arm64/boot/dts/qcom/sm8350.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/qcom/sm8350.dtsi
b/arch/arm64/boot/dts/qcom/sm8350.dtsi
index aa08c0e065c7667231bb2f4139257f303d426670..fa5911976b0fdf4930f77a1c52a60f5d19786e2d 100644
(file)
--- a/
arch/arm64/boot/dts/qcom/sm8350.dtsi
+++ b/
arch/arm64/boot/dts/qcom/sm8350.dtsi
@@
-2142,11
+2142,11
@@
status = "disabled";
ufs_mem_phy_lanes: phy@1d87400 {
- reg = <0 0x01d87400 0 0x1
0
8>,
- <0 0x01d87600 0 0x
1e
0>,
- <0 0x01d87c00 0 0x
1dc
>,
- <0 0x01d87800 0 0x1
0
8>,
- <0 0x01d87a00 0 0x
1e
0>;
+ reg = <0 0x01d87400 0 0x1
8
8>,
+ <0 0x01d87600 0 0x
20
0>,
+ <0 0x01d87c00 0 0x
200
>,
+ <0 0x01d87800 0 0x1
8
8>,
+ <0 0x01d87a00 0 0x
20
0>;
#phy-cells = <0>;
};
};