diff options
author | Dmitry Baryshkov <dmitry.baryshkov@linaro.org> | 2023-05-31 04:16:13 +0300 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2023-06-13 16:22:15 -0700 |
commit | f82c8d2f00f6e04a1bc3ad6f0b971a83b02d0bfe (patch) | |
tree | fc3cb28e7efff9c1cb5c8075f455e63d223ce5a0 /arch/arm64/boot/dts | |
parent | 6670bd9e42b43317b3f14dc4e97c3356d7602d63 (diff) |
arm64: dts: qcom: qrb5165-rb5: remove useless enablement of mdss_mdp
The MDP/DPU device is not disabled by default since the commit
0c25dad9f2a7 ("arm64: dts: qcom: sm8250: Don't disable MDP explicitly"),
so there is not point in enabling it in the board DTS file.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230531011623.3808538-5-dmitry.baryshkov@linaro.org
Diffstat (limited to 'arch/arm64/boot/dts')
-rw-r--r-- | arch/arm64/boot/dts/qcom/qrb5165-rb5.dts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm64/boot/dts/qcom/qrb5165-rb5.dts b/arch/arm64/boot/dts/qcom/qrb5165-rb5.dts index dd924331b0ee..dfcaac266456 100644 --- a/arch/arm64/boot/dts/qcom/qrb5165-rb5.dts +++ b/arch/arm64/boot/dts/qcom/qrb5165-rb5.dts @@ -639,10 +639,6 @@ status = "okay"; }; -&mdss_mdp { - status = "okay"; -}; - &pm8150_adc { xo-therm@4c { reg = <ADC5_XO_THERM_100K_PU>; |