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

Commit 04f3970c authored by Deva Ramasubramanian's avatar Deva Ramasubramanian Committed by Gerrit - the friendly Code Review server
Browse files

msm: vidc: Rename qcom,use_dynamic_bw_update



Change qcom,use_dynamic_bw_update to qcom,use-dynamic-bw-update to
conform to DT conventions.

Change-Id: Ib0043b7cfed3f9a4bdc3c74cbed6daeec76f2305
Signed-off-by: default avatarDeva Ramasubramanian <dramasub@codeaurora.org>
parent e1b6fe17
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -97,7 +97,7 @@ Optional properties:
  power collapsible = 0x2 (if the driver should disable the clock if no load)
- qcom,use-non-secure-pil = A bool indicating which type of pil to use to load
  the fw.
- qcom,use_dynamic_bw_update = A bool indicating whether dynamic bandwidth
- qcom,use-dynamic-bw-update = A bool indicating whether dynamic bandwidth
  update request should be sent to msm bus or not.
- qcom,fw-bias = The address at which venus fw is loaded (manually).

+1 −1
Original line number Diff line number Diff line
@@ -661,7 +661,7 @@ int read_platform_resources_from_dt(
			"qcom,ocmem-size", &res->ocmem_size);

	res->dynamic_bw_update = of_property_read_bool(pdev->dev.of_node,
			"qcom,use_dynamic_bw_update");
			"qcom,use-dynamic-bw-update");

	rc = msm_vidc_load_freq_table(res);
	if (rc) {