From 8cc995955e9876579b986d06e2748a80ab65ffe7 Mon Sep 17 00:00:00 2001 From: Satish Kumar Kodishala Date: Tue, 26 Nov 2024 16:01:02 +0530 Subject: [PATCH] ARM: dts: msm: Align BT slimbus node with core slimbus node Align BT slimbus node with core slimbus node. CRs-Fixed: 3987946 Change-Id: Ic19bad5943ad3095edc1919c8841f072b7004d1f Signed-off-by: Satish Kumar Kodishala --- tuna-kiwi-bt.dtsi | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/tuna-kiwi-bt.dtsi b/tuna-kiwi-bt.dtsi index bfd34493..d558f321 100644 --- a/tuna-kiwi-bt.dtsi +++ b/tuna-kiwi-bt.dtsi @@ -69,21 +69,21 @@ " {class: wlan_pdc, ss: rf, res: s3b.v, dwnval: 616}", " {class: wlan_pdc, ss: bb, res: pdc, enable: 1}"; }; +}; - slim_msm: slim@6C40000 { - 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>; - qcom,btslimtx-channels = <159 160>; - qcom,btslimrx-channels = <157 158>; - }; +&slim_msm { + 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>; + qcom,btslimtx-channels = <159 160>; + qcom,btslimrx-channels = <157 158>; }; }; };