mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-01-28 16:30:37 +00:00
ARM: dts: msm: Add mbox config for BT node
BT platform driver needs mbox interface with AOP for dynamic resource updates. Add mbox config to cnss device tree node. Change-Id: Ided7f8bbbd9ae6b18910cc8760dad86760742436
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
parent
0880cac6f7
commit
f426744250
@@ -31,6 +31,10 @@ Optional properties:
|
||||
in pairs (min, max), units uV. There can be optional
|
||||
load in curr, unit uA. Last entry specifies if the retention
|
||||
mode is supported for the regulator.
|
||||
- mboxes: Specifies mbox channel data for AOP messaging
|
||||
- qcom,vreg_ipa: Specifies Voltage regulator used for QCA6490 Internal Power
|
||||
Amp config
|
||||
|
||||
Example:
|
||||
bluetooth: bt_qca6490 {
|
||||
compatible = "qcom,qca6390", "qcom,qca6490";
|
||||
|
||||
@@ -2853,6 +2853,9 @@
|
||||
qcom,bt-reset-gpio = <&tlmm 81 0>; /* BT_EN */
|
||||
qcom,wl-reset-gpio = <&tlmm 80 0>; /* WL_EN */
|
||||
qcom,bt-sw-ctrl-gpio = <&tlmm 82 0>; /* SW_CTRL */
|
||||
mboxes = <&qmp_aop 0>;
|
||||
qcom,vreg_ipa="s3e";
|
||||
|
||||
qcom,bt-vdd-aon-supply = <&S11B>;
|
||||
qcom,bt-vdd-dig-supply = <&S11B>;
|
||||
qcom,bt-vdd-rfa1-supply = <&S1C>;
|
||||
|
||||
Reference in New Issue
Block a user