Merge "ARM: dts: msm: Enable BT slimbus in device tree for parrot" into wlan-platform.lnx.2.0
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
239b92f000
@@ -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