Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5dbb5e89 authored by Ajay Agarwal's avatar Ajay Agarwal
Browse files

ARM: dts: msm: Set default gadget IMOD value to 250us for SA415M USB EP



Set parameter "qcom,gadget-imod-val" to 250 for SA415M USB EP
targets (USB interconnect). This is required to optimize CPU usage
since there is a single core on SA415.

Change-Id: I2523289aab551ffae0f8301ecd96653cfc65d215
Signed-off-by: default avatarAjay Agarwal <ajaya@codeaurora.org>
parent 6ae0f106
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
/* Copyright (c) 2019, The Linux Foundation. All rights reserved.
/* Copyright (c) 2019-2020, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -25,3 +25,6 @@
	qcom,ipa-config-is-auto;
};

&usb {
	qcom,gadget-imod-val = <250>;
};
+4 −1
Original line number Diff line number Diff line
/* Copyright (c) 2017-2019, The Linux Foundation. All rights reserved.
/* Copyright (c) 2017-2020, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -34,3 +34,6 @@
	qcom,ipa-config-is-auto;
};

&usb {
	qcom,gadget-imod-val = <250>;
};