diff options
author | Konrad Dybcio <[email protected]> | 2021-06-13 13:06:35 +0200 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2021-06-15 18:33:40 -0500 |
commit | 0c25dad9f2a74f63986edcca9001a1269f744916 (patch) | |
tree | ddb614e3158e1fc9cd40788d22f2d0154eef2741 | |
parent | 0bc14d4ad3a7646052b98e9e332a514167a7052f (diff) |
arm64: dts: qcom: sm8250: Don't disable MDP explicitly
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 <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/qcom/sm8250.dtsi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/qcom/sm8250.dtsi b/arch/arm64/boot/dts/qcom/sm8250.dtsi index 75f9476109e6..b47446b512b5 100644 --- a/arch/arm64/boot/dts/qcom/sm8250.dtsi +++ b/arch/arm64/boot/dts/qcom/sm8250.dtsi @@ -2424,8 +2424,6 @@ interrupt-parent = <&mdss>; interrupts = <0 IRQ_TYPE_LEVEL_HIGH>; - status = "disabled"; - ports { #address-cells = <1>; #size-cells = <0>; |