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

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

Merge "msm: SSR: Add functionality to load restart groups from device tree"

parents c35554d7 3ef148e8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -100,6 +100,7 @@ Optional driver parameters:
		This value is passed to RPM and is used by the RPM module to determine the
		gpio mux function. The only currently supported modes string is "normal" and
		corresponds to the value 0x03 that is passed to RPM.
- qti,restart-group: List of subsystems that will need to restart together.

Example:
	mdm0: qti,mdm0 {
+3 −0
Original line number Diff line number Diff line
@@ -7,6 +7,9 @@ Required properties:
- compatible: "pil-bcss"
- qti,firmware-name: Base name of the firmware image. Ex. "bcss"

Optional properties:
- qti,restart-group: List of subsystems that will need to restart together.

Example:

	qti,pil-bcss {
+2 −0
Original line number Diff line number Diff line
@@ -33,6 +33,8 @@ Optional properties:
                        which will cause the PIL entry address check
                        to fail.  This parameter will disable the
                        check.
- qti,restart-group: List of subsystems that will need to restart together.

Example:
        qti,modem-femto@fbc00000 {
                compatible = "qti,pil-femto-modem";
+1 −0
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@ Optional properties:
- qti,gpio-stop-ack: GPIO used by wcnss to ack force stop or a graceful stop
  to Apps.
- qti,gpio-force-stop: GPIO used by the Apps to force the wcnss to shutdown.
- qti,restart-group: List of subsystems that will need to restart together.

Example:
	qti,pronto@fb21b000 {
+1 −0
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@ Optional properties:
- qti,gpio-stop-ack: GPIO used by lpass to ack force stop or a graceful stop
  to Apps.
- qti,gpio-force-stop: GPIO used by the apps to force the lpass to shutdown.
- qti,restart-group: List of subsystems that will need to restart together.

Example:
	qti,lpass@fe200000 {
Loading