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

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

Merge "bindings: power: reset: Add qcom-dload-mode bindings for SDX65"

parents da1c53b2 0a173e24
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -16,6 +16,18 @@ properties:
  compatible:
    items:
      - const: qcom,dload-mode
  reg:
    Value type: <prop-encoded-array>
    Definition: The base address and size for reading the proper configuration
                related information.

  reg-names:
    Value type: string
    Definition: The reg name for reading the configurations.

  qcom,boot-config-shift:
    Value type: <prop-encoded-array>
    Definition: The range of bits from low to high.

required:
  - compatible
+5 −0
Original line number Diff line number Diff line
@@ -173,3 +173,8 @@
&pil_modem {
	qcom,vdd_mss-uV-uA = <RPMH_REGULATOR_LEVEL_NOM_L1 100000>;
};


&dload_mode {
	qcom,boot-config-shift = <1 4>;
};
+4 −1
Original line number Diff line number Diff line
@@ -196,8 +196,11 @@
		};
	};

	dload_mode {
	dload_mode: dload_mode {
		compatible = "qcom,dload-mode";
		reg = <0x786070 0x4>;
		reg-names = "boot-config";
		qcom,boot-config-shift = <1 3>;
	};

	dcc: dcc_v2@117f000 {