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

Commit 82a61c2e authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: ipa: Add support to get current ipa clock vote from apps"

parents 93803e8d c8cc3b35
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -2286,6 +2286,13 @@ void ipa3_debugfs_init(void)
		goto fail;
	}

	file = debugfs_create_u32("clk_rate", IPA_READ_ONLY_MODE,
		dent, &ipa3_ctx->curr_ipa_clk_rate);
	if (!file) {
		IPAERR("could not create clk_rate file\n");
		goto fail;
	}

	ipa_debugfs_init_stats(dent);

	return;