ARM: dts: msm: Add BT slimbus support for diwali

Add BT slimbus support for diwali.

CRs-Fixed: 3077385
Change-Id: I76c11aecbc2739ce92858cd7096dbffeec912cd5
This commit is contained in:
Satish Kumar Kodishala
2021-11-25 22:34:02 +05:30
committed by Gerrit - the friendly Code Review server
parent 8f4663a208
commit b7e3f6b476
2 changed files with 13 additions and 1 deletions

View File

@@ -55,6 +55,7 @@ properties:
Definition: must be "slim<MANUFATURE_ID>,<PRODUCT_ID>"
must be one of the following.
"slim217,221" for SM8450
"slim217,221" for SM7450
- reg:
Usage: required

View File

@@ -511,7 +511,18 @@
dma-names = "rx", "tx";
#address-cells = <1>;
#size-cells = <0>;
status = "disabled";
status = "ok";
ngd@1 {
reg = <1>;
#address-cells = <1>;
#size-cells = <1>;
/* slimbus child nodes */
slimbus: btfmslim-driver {
compatible = "slim217,221";
reg = <1 0>;
};
};
};
bluetooth: bt_wcn6x5x {