mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 08:51:30 +00:00
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:
committed by
Gerrit - the friendly Code Review server
parent
8f4663a208
commit
b7e3f6b476
@@ -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
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user