arm64: dts: qcom: msm8916-samsung-gt5: Enable GPU
authorStephan Gerhold <stephan@gerhold.net>
Thu, 21 Sep 2023 18:56:04 +0000 (20:56 +0200)
committerBjorn Andersson <andersson@kernel.org>
Sat, 21 Oct 2023 20:02:24 +0000 (13:02 -0700)
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: 0ce5bb825d54 ("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>
arch/arm64/boot/dts/qcom/msm8916-samsung-gt510.dts
arch/arm64/boot/dts/qcom/msm8916-samsung-gt58.dts

index 75c4854..c3f1acc 100644 (file)
        };
 };
 
+&gpu {
+       status = "okay";
+};
+
 &mdss {
        status = "okay";
 };
index 11359bc..998625a 100644 (file)
        };
 };
 
+&gpu {
+       status = "okay";
+};
+
 &mdss {
        status = "okay";
 };