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

Commit 0168ae72 authored by Vijayavardhan Vennapusa's avatar Vijayavardhan Vennapusa
Browse files

ARM: msm: dts: Enable Power down SSPHY for QCS405 SSRD/RCM variants



Enable powering down SSPHY to avoid leakage for SSRD & RCM
variants where USB3 is disabled.

Change-Id: Ia709d496509ca115e91b0fefa7fcf2c4e0efb38b
Signed-off-by: default avatarVijayavardhan Vennapusa <vvreddy@codeaurora.org>
parent bdda9ac5
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
/*
 * Copyright (c) 2018, The Linux Foundation. All rights reserved.
 * Copyright (c) 2018-2019, 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
@@ -111,7 +111,8 @@
};

&usb_ss_phy {
	status = "disabled";
	status = "ok";
	qcom,keep-powerdown;
};

&usb2_phy1 {
+2 −1
Original line number Diff line number Diff line
@@ -117,7 +117,8 @@
};

&usb_ss_phy {
	status = "disabled";
	status = "ok";
	qcom,keep-powerdown;
};

&usb2_phy1 {
+3 −2
Original line number Diff line number Diff line
/*
 * Copyright (c) 2018, The Linux Foundation. All rights reserved.
 * Copyright (c) 2018-2019, 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
@@ -60,7 +60,8 @@
};

&usb_ss_phy {
	status = "disabled";
	status = "ok";
	qcom,keep-powerdown;
};

&usb2_phy1 {