Skip to content

Commit

Permalink
arm64: dts: qcom: sm8250: fix display nodes
Browse files Browse the repository at this point in the history
[ Upstream commit dc5d912 ]

Use sm8250 compatibles instead of sdm845 compatibles

Reviewed-by: Stephen Boyd <swboyd@chromium.org>
Signed-off-by: Jonathan Marek <jonathan@marek.ca>
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20210329120051.3401567-5-dmitry.baryshkov@linaro.org
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
flto authored and gregkh committed Jul 25, 2021
1 parent 638c3fc commit 58e1d4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm64/boot/dts/qcom/sm8250.dtsi
Expand Up @@ -2370,7 +2370,7 @@
};

mdss: mdss@ae00000 {
compatible = "qcom,sdm845-mdss";
compatible = "qcom,sm8250-mdss";
reg = <0 0x0ae00000 0 0x1000>;
reg-names = "mdss";

Expand Down Expand Up @@ -2402,7 +2402,7 @@
ranges;

mdss_mdp: mdp@ae01000 {
compatible = "qcom,sdm845-dpu";
compatible = "qcom,sm8250-dpu";
reg = <0 0x0ae01000 0 0x8f000>,
<0 0x0aeb0000 0 0x2008>;
reg-names = "mdp", "vbif";
Expand Down

0 comments on commit 58e1d4a

Please sign in to comment.