summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQC Publisher <qcpublisher@qti.qualcomm.com>2023-02-06 10:31:44 -0800
committerAndrei Ciubotariu <aciubotariu@google.com>2023-02-06 13:16:22 -0800
commitbf2b1c3f55f4dd7f66c80b3ee171ecbd0ab5d1d8 (patch)
treeedd518ee7356b23b998303f0d8fafb7b394a0d47
parent716e0de63cf90968b5bcc91c19c12a130477a63f (diff)
downloadbt-devicetree-bf2b1c3f55f4dd7f66c80b3ee171ecbd0ab5d1d8.tar.gz
Commit label r00040.3 - ES4 0.0.040.3
TRACKING-ID:72eeaf0e-66b0-4fb9-bbb8-091dc3ddf9bf
-rwxr-xr-xKbuild2
-rwxr-xr-xmonaco-bt-standalone-idp-v1.dts11
-rwxr-xr-xmonaco-bt-standalone.dts11
-rwxr-xr-xmonaco-bt-standalone.dtsi (renamed from monaco-bt-standalone-idp-v1.dtsi)13
-rwxr-xr-xmonaco-bt.dts4
-rwxr-xr-xmonaco-bt.dtsi15
6 files changed, 40 insertions, 16 deletions
diff --git a/Kbuild b/Kbuild
index c26e088..5e6f01d 100755
--- a/Kbuild
+++ b/Kbuild
@@ -9,7 +9,7 @@ endif
ifeq ($(CONFIG_ARCH_MONACO),y)
dtbo-y += monaco-bt.dtbo
-dtbo-y += monaco-bt-standalone-idp-v1.dtbo
+dtbo-y += monaco-bt-standalone.dtbo
endif
always-y := $(dtb-y) $(dtbo-y)
diff --git a/monaco-bt-standalone-idp-v1.dts b/monaco-bt-standalone-idp-v1.dts
deleted file mode 100755
index 36f7eed..0000000
--- a/monaco-bt-standalone-idp-v1.dts
+++ /dev/null
@@ -1,11 +0,0 @@
-/dts-v1/;
-/plugin/;
-
-#include "monaco-bt-standalone-idp-v1.dtsi"
-
-/ {
- model = "Qualcomm Technologies, Inc. Monaco standalone IDP V1.0";
- compatible = "qcom,monaco", "qcom,idp";
- qcom,msm-id = <517 0x10000>;
- qcom,board-id = <0x010022 0x1>;
-};
diff --git a/monaco-bt-standalone.dts b/monaco-bt-standalone.dts
new file mode 100755
index 0000000..30ace5b
--- /dev/null
+++ b/monaco-bt-standalone.dts
@@ -0,0 +1,11 @@
+/dts-v1/;
+/plugin/;
+
+#include "monaco-bt-standalone.dtsi"
+
+/ {
+ model = "Qualcomm Technologies, Inc. Monaco standalone";
+ compatible = "qcom,monaco";
+ qcom,msm-id = <486 0x10000>;
+ qcom,board-id = <0x010022 0x1>, <0x010024 0x1>;
+};
diff --git a/monaco-bt-standalone-idp-v1.dtsi b/monaco-bt-standalone.dtsi
index 51ceaac..2177665 100755
--- a/monaco-bt-standalone-idp-v1.dtsi
+++ b/monaco-bt-standalone.dtsi
@@ -14,6 +14,19 @@
qcom,bt-vdd-pa-config = <3304000 3304000 1 0>;
status = "ok";
};
+ slim_msm: slim@A5C0000 {
+ status = "ok";
+ ngd@1 {
+ reg = <1>;
+ #address-cells = <1>;
+ #size-cells = <1>;
+ //slimbus child nodes
+ slimbus: btfmslim-driver {
+ compatible = "slim217,221";
+ reg = <1 0>;
+ };
+ };
+ };
};
&qupv3_se5_4uart {
diff --git a/monaco-bt.dts b/monaco-bt.dts
index f545068..256713c 100755
--- a/monaco-bt.dts
+++ b/monaco-bt.dts
@@ -6,6 +6,6 @@
/ {
model = "Qualcomm Technologies, Inc. Monaco SoC";
compatible = "qcom,monaco";
- qcom,msm-id = <517 0x10000>;
- qcom,board-id = <0 0>;
+ qcom,msm-id = <486 0x10000>;
+ qcom,board-id = <0x010022 0x0>, <0x010024 0x0>;
};
diff --git a/monaco-bt.dtsi b/monaco-bt.dtsi
index 961f45f..3658e68 100755
--- a/monaco-bt.dtsi
+++ b/monaco-bt.dtsi
@@ -7,10 +7,21 @@
status = "ok";
};
+ slim_msm: slim@A5C0000 {
+ status = "ok";
+ ngd@1 {
+ reg = <1>;
+ #address-cells = <1>;
+ #size-cells = <1>;
+ //slimbus child nodes
+ slimbus: btfmslim-driver {
+ compatible = "slim217,221";
+ reg = <1 0>;
+ };
+ };
+ };
};
-
&qupv3_se5_4uart {
status = "ok";
};
-