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 75c4854ecd6482f4d40739247c8bf5069fec0d41..c3f1acc5507812549c7fdb8586602100d6f87bfe 100644 (file)
        };
 };
 
+&gpu {
+       status = "okay";
+};
+
 &mdss {
        status = "okay";
 };
index 11359bcc27b3d9f323a72bb38d798205ec1a9b7f..998625abd409b4e558c1fbfc742306ffc3debf00 100644 (file)
        };
 };
 
+&gpu {
+       status = "okay";
+};
+
 &mdss {
        status = "okay";
 };