ODROID-M1: Disable dmc for odroidm1.

if dmc status is okay, odroidm1 reduced performance.

Change-Id: I6b6e8cb7a960f1950dfd658af768ada091056891
This commit is contained in:
Chris
2024-05-17 11:56:05 +09:00
committed by codewalkerster
parent 4a3cef66e4
commit 1cae1b8ec4

View File

@@ -378,3 +378,7 @@
pinctrl-0 = <&uart1m1_xfer>;
pinctrl-1 = <&uart1m1_xfer &uart1m1_ctsn &uart1m1_rtsn>;
};
&dmc {
status = "disabled";
};