mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 08:51:30 +00:00
dt-bindings: pmic-glink: add qcom,pmic-glink-channel property
Add "qcom,pmic-glink-channel" property for pmic glink device so that the child devices under it can associate with rpmsg device that is used for Glink channel. Change-Id: I121103506281970fda7f85176fec58119937ab02
This commit is contained in:
@@ -10,6 +10,11 @@ remote subsystem (e.g. DSP) over Glink channel.
|
||||
Value type: <stringlist>
|
||||
Definition: must be "qcom,pmic-glink"
|
||||
|
||||
- qcom,pmic-glink-channel:
|
||||
Usage: required
|
||||
Value type: <stringlist>
|
||||
Definition: should be same as Glink channel name under rpmsg device.
|
||||
|
||||
Refer to Documentation/devicetree/bindings/soc/qcom/qcom,glink.txt for
|
||||
information on rpmsg device ("qcom,pmic_glink_rpmsg" used in the example below)
|
||||
that needs to be specified under a glink device.
|
||||
@@ -36,6 +41,7 @@ after the PMIC Glink device initializes.
|
||||
&soc {
|
||||
qcom,pmic_glink {
|
||||
compatible = "qcom,pmic-glink";
|
||||
qcom,pmic-glink-channel = "PMIC_RTR_ADSP_APPS";
|
||||
|
||||
qcom,batt_chg {
|
||||
compatible = "qcom,battery-charger";
|
||||
|
||||
Reference in New Issue
Block a user