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

Commit 6345ce95 authored by Veera Vegivada's avatar Veera Vegivada Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Update device node for SCC for sa8155



SCC requires reconfiguration of PLL in restore path
on sa8155 and sa8155-v2.

Change-Id: Id636c0a5bceb2db5b66d5762243a5a1c2e9b4456
Signed-off-by: default avatarVeera Vegivada <vvegivad@codeaurora.org>
parent f671274f
Loading
Loading
Loading
Loading
+5 −1
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
@@ -19,3 +19,7 @@
	qcom,msm-name = "SA8155 V1";
	qcom,msm-id = <362 0x10000>;
};

&clock_scc {
	compatible = "qcom,scc-sa8155";
};
+4 −0
Original line number Diff line number Diff line
@@ -145,3 +145,7 @@
		};
	};
};

&clock_scc {
	compatible = "qcom,scc-sa8155-v2";
};