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

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

Merge "ARM: dts: msm: Update altmode device definition for Lahaina"

parents 355d005b c8b988d8
Loading
Loading
Loading
Loading
+23 −6
Original line number Diff line number Diff line
@@ -15,20 +15,37 @@ REQUIRED PROPERTIES:
	Value type: <stringlist>
	Definition: must be "qcom,altmode-glink"

- qcom,altmode-name:
- #altmode-cells:
	Usage: required
	Value type: <string>
	Definition: must be "altmode_N" where N is [0-9]
	Value type: <u32>
	Definition: must be <1>

EXAMPLE:
EXAMPLE of altmode node definition:

&soc {
	qcom,pmic_glink {
		...
		qcom,altmode {
		altmode: qcom,altmode {
			compatible = "qcom,altmode-glink";
			qcom,altmode-name = "altmode_0";
			#altmode-cells = <1>;
		};
		...
	};
};

Altmode client bindings:

REQUIRED PROPERTIES:

- qcom,altmode-dev:
	Usage: required
	Value type: <phandle>
	Definition: must be <phandle_to_altmode_node, N> where N is port index

EXAMPLE of altmode client node definition:

altmode-client {
	...
	qcom,altmode-dev = <&altmode 0>;
	...
}
+1 −1
Original line number Diff line number Diff line
@@ -5271,7 +5271,7 @@

		altmode: qcom,altmode {
			compatible = "qcom,altmode-glink";
			qcom,altmode-name = "altmode_0";
			#altmode-cells = <1>;
		};
	};