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

Commit e365eda4 authored by Jigarkumar Zala's avatar Jigarkumar Zala Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add lowsvs clock support for IPE for sm8150 platform



Some usecase needs lowsvs clock support for IPE. This change adds
lowsvs clock support for IPE modules to achieve it.

Change-Id: I5689fc9b47ed52232c6b870c686c8d0ea71c208b
Signed-off-by: default avatarJigarkumar Zala <jzala@codeaurora.org>
parent d03757cd
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -1031,11 +1031,12 @@
			<&clock_camcc CAM_CC_IPE_0_CLK>;

		clock-rates =
			<0 0 0 300000000 0>,
			<0 0 0 475000000 0>,
			<0 0 0 520000000 0>,
			<0 0 0 600000000 0>,
			<0 0 0 600000000 0>;
		clock-cntl-level = "svs", "svs_l1",
		clock-cntl-level = "lowsvs", "svs", "svs_l1",
				"nominal", "turbo";
		status = "ok";
	};
@@ -1064,11 +1065,12 @@
			<&clock_camcc CAM_CC_IPE_1_CLK>;

		clock-rates =
			<0 0 0 300000000 0>,
			<0 0 0 475000000 0>,
			<0 0 0 520000000 0>,
			<0 0 0 600000000 0>,
			<0 0 0 600000000 0>;
		clock-cntl-level = "svs", "svs_l1",
		clock-cntl-level = "lowsvs", "svs", "svs_l1",
				"nominal", "turbo";
		status = "ok";
	};
@@ -1097,11 +1099,12 @@
			<&clock_camcc CAM_CC_BPS_CLK>;

		clock-rates =
			<0 0 0 200000000 0>,
			<0 0 0 400000000 0>,
			<0 0 0 480000000 0>,
			<0 0 0 600000000 0>,
			<0 0 0 600000000 0>;
		clock-cntl-level = "svs", "svs_l1",
		clock-cntl-level = "lowsvs", "svs", "svs_l1",
				"nominal", "turbo";
		status = "ok";
	};