arm64: dts: qcom: msm8916-samsung-gt5: Enable GPU

Enable the GPU for the msm8916-samsung-gt58 and gt510 tablets now that
they have display panels enabled in the device tree. This was missed
when the GPU was disabled by default because the change was not applied
yet.

Fixes: 0ce5bb825d ("arm64: dts: qcom: msm8916/39: Disable GPU by default")
Signed-off-by: Stephan Gerhold <stephan@gerhold.net>
Link: https://lore.kernel.org/r/20230921-msm8916-rmem-fixups-v1-1-34d2b6e721cf@gerhold.net
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
Stephan Gerhold 2023-09-21 20:56:04 +02:00 committed by Bjorn Andersson
parent da52801695
commit e87cef6a03
2 changed files with 8 additions and 0 deletions

View File

@ -112,6 +112,10 @@ touchscreen@4a {
};
};
&gpu {
status = "okay";
};
&mdss {
status = "okay";
};

View File

@ -64,6 +64,10 @@ touchscreen@20 {
};
};
&gpu {
status = "okay";
};
&mdss {
status = "okay";
};