mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 08:51:30 +00:00
Merge "ARM: dts: msm: Update altmode device definition for Lahaina"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
6f50ad5bb3
@@ -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>;
|
||||
...
|
||||
}
|
||||
|
||||
@@ -5271,7 +5271,7 @@
|
||||
|
||||
altmode: qcom,altmode {
|
||||
compatible = "qcom,altmode-glink";
|
||||
qcom,altmode-name = "altmode_0";
|
||||
#altmode-cells = <1>;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user