ARM: dts: msm: Enable BT slimbus in device tree for parrot
Added support for BT slimbus in parrot for supporting BT audio usecases. CRs-Fixed: 3869751 Change-Id: I21a79c770f0b8a60e6b2a5424d13ca00d4af9ea4
This commit is contained in:
committed by
Amit Prasad
parent
cc66e2efee
commit
6f882fc78a
@@ -80,4 +80,21 @@
|
|||||||
qcom,bt-vdd-pa-config = <3000000 3312000 1 0>;
|
qcom,bt-vdd-pa-config = <3000000 3312000 1 0>;
|
||||||
qcom,bt-vdd-xtal-config = <1700000 1900000 1 0>;
|
qcom,bt-vdd-xtal-config = <1700000 1900000 1 0>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
slim_msm: slim@3340000 {
|
||||||
|
status = "ok";
|
||||||
|
ngd@1 {
|
||||||
|
reg = <1>;
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
//slimbus child nodes
|
||||||
|
slimbus: btfmslim-driver {
|
||||||
|
compatible = "slim217,221";
|
||||||
|
reg = <1 0>;
|
||||||
|
qcom,btslim-address = <0x0>; /* BT SLIM EP address*/
|
||||||
|
qcom,btslimtx-channels = <159 160>;
|
||||||
|
qcom,btslimrx-channels = <157 158>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
@@ -38,6 +38,23 @@
|
|||||||
//qcom,bt-vdd-asd-config = <2800000 3544000 0 1>;
|
//qcom,bt-vdd-asd-config = <2800000 3544000 0 1>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
slim_msm: slim@3340000 {
|
||||||
|
status = "ok";
|
||||||
|
ngd@1 {
|
||||||
|
reg = <1>;
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
//slimbus child nodes
|
||||||
|
slimbus: btfmslim-driver {
|
||||||
|
compatible = "slim217,221";
|
||||||
|
reg = <1 0>;
|
||||||
|
qcom,btslim-address = <0x0>; /* BT SLIM EP address*/
|
||||||
|
qcom,btslimtx-channels = <159 160>;
|
||||||
|
qcom,btslimrx-channels = <157 158>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
qcom,smp2p-wpss {
|
qcom,smp2p-wpss {
|
||||||
smp2p_wlan_2_in: qcom,smp2p-wlan-2-in {
|
smp2p_wlan_2_in: qcom,smp2p-wlan-2-in {
|
||||||
qcom,entry-name = "wlan_soc_wake";
|
qcom,entry-name = "wlan_soc_wake";
|
||||||
|
@@ -38,6 +38,23 @@
|
|||||||
//qcom,bt-vdd-asd-config = <2800000 3544000 0 1>;
|
//qcom,bt-vdd-asd-config = <2800000 3544000 0 1>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
slim_msm: slim@3340000 {
|
||||||
|
status = "ok";
|
||||||
|
ngd@1 {
|
||||||
|
reg = <1>;
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
//slimbus child nodes
|
||||||
|
slimbus: btfmslim-driver {
|
||||||
|
compatible = "slim217,221";
|
||||||
|
reg = <1 0>;
|
||||||
|
qcom,btslim-address = <0x0>; /* BT SLIM EP address*/
|
||||||
|
qcom,btslimtx-channels = <159 160>;
|
||||||
|
qcom,btslimrx-channels = <157 158>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
qcom,smp2p-wpss {
|
qcom,smp2p-wpss {
|
||||||
smp2p_wlan_2_in: qcom,smp2p-wlan-2-in {
|
smp2p_wlan_2_in: qcom,smp2p-wlan-2-in {
|
||||||
qcom,entry-name = "wlan_soc_wake";
|
qcom,entry-name = "wlan_soc_wake";
|
||||||
|
Reference in New Issue
Block a user