Message ID | 20210613110635.46537-1-konrad.dybcio@somainline.org |
---|---|
State | Accepted |
Commit | 0c25dad9f2a74f63986edcca9001a1269f744916 |
Headers | show |
Series | arm64: dts: qcom: sm8250: Don't disable MDP explicitly | expand |
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>;
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(-)