diff mbox series

arm64: dts: qcom: sm8250: Don't disable MDP explicitly

Message ID 20210613110635.46537-1-konrad.dybcio@somainline.org (mailing list archive)
State Accepted
Commit 0c25dad9f2a74f63986edcca9001a1269f744916
Headers show
Series arm64: dts: qcom: sm8250: Don't disable MDP explicitly | expand

Commit Message

Konrad Dybcio June 13, 2021, 11:06 a.m. UTC
DPU/MDSS is borderline useless without MDP, so disabling
both of them makes little sense. With this change, enabling
mdss will be enough.

Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org>
---
 arch/arm64/boot/dts/qcom/sm8250.dtsi | 2 --
 1 file changed, 2 deletions(-)

Comments

patchwork-bot+linux-arm-msm@kernel.org June 16, 2021, 12:10 a.m. UTC | #1
Hello:

This patch was applied to qcom/linux.git (refs/heads/for-next):

On Sun, 13 Jun 2021 13:06:35 +0200 you wrote:
> DPU/MDSS is borderline useless without MDP, so disabling
> both of them makes little sense. With this change, enabling
> mdss will be enough.
> 
> Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org>
> ---
>  arch/arm64/boot/dts/qcom/sm8250.dtsi | 2 --
>  1 file changed, 2 deletions(-)

Here is the summary with links:
  - arm64: dts: qcom: sm8250: Don't disable MDP explicitly
    https://git.kernel.org/qcom/c/0c25dad9f2a7

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/qcom/sm8250.dtsi b/arch/arm64/boot/dts/qcom/sm8250.dtsi
index fe858abbff5d..2fecfbdc8682 100644
--- a/arch/arm64/boot/dts/qcom/sm8250.dtsi
+++ b/arch/arm64/boot/dts/qcom/sm8250.dtsi
@@ -2435,8 +2435,6 @@  mdss_mdp: mdp@ae01000 {
 				interrupt-parent = <&mdss>;
 				interrupts = <0 IRQ_TYPE_LEVEL_HIGH>;
 
-				status = "disabled";
-
 				ports {
 					#address-cells = <1>;
 					#size-cells = <0>;