mirror of
https://github.com/Evolution-X-Devices/kernel_oneplus_sm8550-devicetrees
synced 2026-02-01 09:49:52 +00:00
dt-bindings: pci-msm: Update qcom,drv-supported name
Since drv processor subsystem can be supported on CDSP or LPASS based on the target, pass the name of the DRV from device tree. Use the presence of this property as indication of DRV support as well. New property name is qcom,drv-name. Change-Id: I4d03bfdd430a3eea428a6f6aee067d76d6731829
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
parent
323dac18e1
commit
4156ab695e
@@ -212,9 +212,9 @@ interconnects:
|
||||
- BIT(1) PCIe bus driver will not start enumeration if it
|
||||
receives a WAKE interrupt
|
||||
|
||||
- qcom,drv-supported:
|
||||
- qcom,drv-name:
|
||||
Usage: optional
|
||||
Value type: <bool>
|
||||
Value type: <string>
|
||||
Definition: Direct resource vote (DRV) is supported. APPS PCIe
|
||||
root complex driver can hand off PCIe resources to another
|
||||
subsystem. This will allow APPS to enter lower power modes
|
||||
@@ -503,7 +503,7 @@ Example
|
||||
qcom,target-link-speed = <0x2>;
|
||||
qcom,link-check-max-count = <40> /* 200ms */
|
||||
qcom,boot-option = <0x1>;
|
||||
qcom,drv-supported;
|
||||
qcom,drv-name = "lpass";
|
||||
qcom,use-19p2mhz-aux-clk;
|
||||
qcom,common-clk-en;
|
||||
qcom,clk-power-manage-en;
|
||||
|
||||
Reference in New Issue
Block a user