ARM: dts: msm: add sink capabilities to PM660 PD PHY
Add a property to the PD PHY peripheral to specify the default sink capabilities for USB PD as 5V @ 3A and 9V @ 3A. These are common values that should be supported on most boards, but can be overridden as necessary. Change-Id: Ieed477f89cbcb5a13703c4cf3cce985960efffda Signed-off-by: Vijayavardhan Vennapusa <vvreddy@codeaurora.org>
This commit is contained in:
parent
3a7e752617
commit
808d5ac64c
1 changed files with 3 additions and 0 deletions
|
@ -433,6 +433,9 @@
|
|||
"msg-tx-failed",
|
||||
"msg-tx-discarded",
|
||||
"msg-rx-discarded";
|
||||
|
||||
qcom,default-sink-caps = <5000 3000>, /* 5V @ 3A */
|
||||
<9000 3000>; /* 9V @ 3A */
|
||||
};
|
||||
|
||||
pm660_adc_tm: vadc@3400 {
|
||||
|
|
Loading…
Add table
Reference in a new issue