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

Commit 3edfe9ba authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: vidc: Rename qcom,use_dynamic_bw_update"

parents e22e538d 04f3970c
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) {