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

Commit 4311f0fe authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

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

parents d6b81764 5dbb5e89
Loading
Loading
Loading
Loading
+4 −1
Original line number Original line 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
 * 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
 * it under the terms of the GNU General Public License version 2 and
@@ -25,3 +25,6 @@
	qcom,ipa-config-is-auto;
	qcom,ipa-config-is-auto;
};
};


&usb {
	qcom,gadget-imod-val = <250>;
};
+4 −1
Original line number Original line 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
 * 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
 * it under the terms of the GNU General Public License version 2 and
@@ -34,3 +34,6 @@
	qcom,ipa-config-is-auto;
	qcom,ipa-config-is-auto;
};
};


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