Commit dc5d9125 authored by Jonathan Marek's avatar Jonathan Marek Committed by Bjorn Andersson

arm64: dts: qcom: sm8250: fix display nodes

Use sm8250 compatibles instead of sdm845 compatibles
Reviewed-by: default avatarStephen Boyd <swboyd@chromium.org>
Signed-off-by: default avatarJonathan Marek <jonathan@marek.ca>
Signed-off-by: default avatarDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20210329120051.3401567-5-dmitry.baryshkov@linaro.orgSigned-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
parent c0dcfe6a
...@@ -2370,7 +2370,7 @@ videocc: clock-controller@abf0000 { ...@@ -2370,7 +2370,7 @@ videocc: clock-controller@abf0000 {
}; };
mdss: mdss@ae00000 { mdss: mdss@ae00000 {
compatible = "qcom,sdm845-mdss"; compatible = "qcom,sm8250-mdss";
reg = <0 0x0ae00000 0 0x1000>; reg = <0 0x0ae00000 0 0x1000>;
reg-names = "mdss"; reg-names = "mdss";
...@@ -2402,7 +2402,7 @@ mdss: mdss@ae00000 { ...@@ -2402,7 +2402,7 @@ mdss: mdss@ae00000 {
ranges; ranges;
mdss_mdp: mdp@ae01000 { mdss_mdp: mdp@ae01000 {
compatible = "qcom,sdm845-dpu"; compatible = "qcom,sm8250-dpu";
reg = <0 0x0ae01000 0 0x8f000>, reg = <0 0x0ae01000 0 0x8f000>,
<0 0x0aeb0000 0 0x2008>; <0 0x0aeb0000 0 0x2008>;
reg-names = "mdp", "vbif"; reg-names = "mdp", "vbif";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment