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

Commit 4d3b805c authored by Deepak Katragadda's avatar Deepak Katragadda
Browse files

msm: subsys-pil-tz: Corrections in subsys-pil-tz bindings file



Changes to the subsys-pil-tz bindings file to correct incorrect
properties.

Change-Id: I8a421754635dba4a53fed1db8b4bcafc78536fd7
Signed-off-by: default avatarDeepak Katragadda <dkatraga@codeaurora.org>
parent 9ee2f2b1
Loading
Loading
Loading
Loading
+12 −16
Original line number Diff line number Diff line
@@ -6,14 +6,12 @@ preparing the subsystem's processor to execute code. It's also responsible
for shutting down the processor when it's not needed.

Required properties:
- compatible:	      Must be "pil-venus" or "pil-pronto" or "pil-bcss" or
		      "pil-vpu" or "qcom,pil-q6v5-lpass" or "qcom,pil-q6v55-lpass"
- compatible:	      Must be "qcom,pil-tz-generic"
- qcom,firmware-name: Base name of the firmware image.

Optional properties:
- reg:		      Pairs of physical base addresses and region sizes of
		      memory mapped registers.
- reg-names:	      Names of the bases for the above registers.
- interrupts:	      Subsystem to Apps watchdog bite interrupt.
- vdd_'reg'-supply:   Reference to the regulator that supplies the corresponding
		      'reg' domain.
@@ -36,24 +34,23 @@ Optional properties:
- qcom,pas-id:	      pas_id of the subsystem.
- qcom,proxy-timeout-ms: Proxy vote timeout value for the subsystem.
- qcom,smem-id:	      ID of the SMEM item for the subsystem.
- qcom,is-not-loadable: Boolean- Present if the image does not need to
			be loaded.
- qcom,pil-self-auth: Boolean- True if authentication is required.
- qcom,gpio-err-fatal: GPIO used by the modem to indicate error fatal to the apps.
- qcom,gpio-err-ready: GPIO used by the modem to indicate error ready to the apps.
- qcom,gpio-proxy-unvote: GPIO used by the modem to trigger proxy unvoting in
- qcom,is-not-loadable: Boolean. Present if the subsystem's firmware image does not
			need to	be loaded.
- qcom,pil-self-auth: Boolean. Present if the subsystem can authenticate itself.
- qcom,gpio-err-fatal: GPIO used by the subsystem to indicate error fatal to the apps.
- qcom,gpio-err-ready: GPIO used by the subsystem to indicate error ready to the apps.
- qcom,gpio-proxy-unvote: GPIO used by the subsystem to trigger proxy unvoting in
			  the apps.
- qcom,gpio-force-stop: GPIO used by the apps to force the modem to shutdown.
- qcom,gpio-stop-ack: GPIO used by the modem to ack force stop or a graceful stop
- qcom,gpio-force-stop: GPIO used by the apps to force the subsystem to shutdown.
- qcom,gpio-stop-ack: GPIO used by the subsystem to ack force stop or a graceful stop
		      to the apps.
- qcom,restart-group: List of subsystems that will need to restart together.

Example:
	qcom,venus@fdce0000 {
		compatible = "qcom,pil-venus";
		compatible = "qcom,pil-tz-generic";
		reg = <0xfdce0000 0x4000>,
		      <0xfdc80000 0x400>;
		reg-names = "wrapper_base", "vbif_base";

		vdd-supply = <&gdsc_venus>;
		proxy-reg-names = "vdd";
@@ -76,11 +73,10 @@ Example:
	};

	qcom,lpass@fe200000 {
		compatible = "qcom,pil-q6v5-lpass";
		compatible = "qcom,pil-tz-generic";
		reg = <0xfe200000 0x00100>,
		      <0xfd485100 0x00010>,
		      <0xfc4016c0 0x00004>;
		reg-names = "qdsp6_base", "halt_base", "restart_reg";
		vdd_cx-supply = <&pm8841_s2_corner>;

		interrupts = <0 162 1>;