Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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: d4a4410583ed ("arm64: dts: qcom: sm8350: Add display system nodes")
Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230120210101.2146852-6-konrad.dybcio@linaro.org

authored by

Konrad Dybcio and committed by
Bjorn Andersson
e3e654ce 45cd807d

+2 -2
+2 -2
arch/arm64/boot/dts/qcom/sm8350.dtsi
··· 2965 2965 compatible = "qcom,sm8350-dsi-phy-5nm"; 2966 2966 reg = <0 0x0ae94400 0 0x200>, 2967 2967 <0 0x0ae94600 0 0x280>, 2968 - <0 0x0ae94900 0 0x260>; 2968 + <0 0x0ae94900 0 0x27c>; 2969 2969 reg-names = "dsi_phy", 2970 2970 "dsi_phy_lane", 2971 2971 "dsi_pll"; ··· 3062 3062 compatible = "qcom,sm8350-dsi-phy-5nm"; 3063 3063 reg = <0 0x0ae96400 0 0x200>, 3064 3064 <0 0x0ae96600 0 0x280>, 3065 - <0 0x0ae96900 0 0x260>; 3065 + <0 0x0ae96900 0 0x27c>; 3066 3066 reg-names = "dsi_phy", 3067 3067 "dsi_phy_lane", 3068 3068 "dsi_pll";