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

This commit is contained in:
qctecmdr
2020-05-18 14:26:26 -07:00
committed by Gerrit - the friendly Code Review server
2 changed files with 24 additions and 7 deletions

View File

@@ -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>;
...
}

View File

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