Commit e3e654ce authored by Konrad Dybcio's avatar Konrad Dybcio Committed by Bjorn Andersson
Browse files

arm64: dts: qcom: sm8350: Fix DSI PLL size



As downstream indicates, DSI PLL is actually 0x27c and not 0x260-
wide. Fix that to reserve the correct registers.

Fixes: d4a44105 ("arm64: dts: qcom: sm8350: Add display system nodes")
Signed-off-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Reviewed-by: default avatarDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230120210101.2146852-6-konrad.dybcio@linaro.org
parent 45cd807d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2965,7 +2965,7 @@
				compatible = "qcom,sm8350-dsi-phy-5nm";
				reg = <0 0x0ae94400 0 0x200>,
				      <0 0x0ae94600 0 0x280>,
				      <0 0x0ae94900 0 0x260>;
				      <0 0x0ae94900 0 0x27c>;
				reg-names = "dsi_phy",
					    "dsi_phy_lane",
					    "dsi_pll";
@@ -3062,7 +3062,7 @@
				compatible = "qcom,sm8350-dsi-phy-5nm";
				reg = <0 0x0ae96400 0 0x200>,
				      <0 0x0ae96600 0 0x280>,
				      <0 0x0ae96900 0 0x260>;
				      <0 0x0ae96900 0 0x27c>;
				reg-names = "dsi_phy",
					    "dsi_phy_lane",
					    "dsi_pll";