From a9a0edaa56c06e80775e21f1f0eb0143e18225a7 Mon Sep 17 00:00:00 2001 From: Puneeth Prabhu Date: Wed, 13 Sep 2023 13:43:27 +0530 Subject: [PATCH] ARM: dts: msm: Enable Slimbus on Neo idp Enable Slimbus driver on Neo idp. Change-Id: I08e1851cd9fabcc7e37092aa9ba1499dc347d7aa --- qcom/neo-idp.dtsi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/qcom/neo-idp.dtsi b/qcom/neo-idp.dtsi index 02152ee9..7ad8ed80 100644 --- a/qcom/neo-idp.dtsi +++ b/qcom/neo-idp.dtsi @@ -104,6 +104,10 @@ }; }; +&slim_msm { + status = "ok"; +}; + &bluetooth { pinctrl-names = "default", "bt_pon_en", "bt_pon_dis", "bt_poff_en", "bt_poff_dis"; pinctrl-0 = <&bt_en_sleep>;