ARM: dts: msm: Disable LSR TBUs for neo LA

LSR is not supported for neo LA, so disable the LSR TBUs.

Change-Id: I4e8323ead354d9f746c17055c063773402d077aa
This commit is contained in:
Jaskaran Singh
2022-06-21 15:31:02 +05:30
committed by Gerrit - the friendly Code Review server
parent 74d88ae797
commit d4c4d8e198

View File

@@ -468,3 +468,11 @@
&mdp_1_tbu {
status = "disabled";
};
&lsr_0_tbu {
status = "disabled";
};
&lsr_1_tbu {
status = "disabled";
};