From fe74818d1678dbe586960cf3eeed3e4e88e48db0 Mon Sep 17 00:00:00 2001 From: Gaurav Singhal Date: Mon, 6 Apr 2020 20:52:52 +0530 Subject: [PATCH] ARM: dts: msm: Remove NFC I3C DT node for Lahaina Remove device node of NFC I3C for MTP, CDP and QRD platforms. Change-Id: I73f2661bf436b42054893e94dd004a2667fb1148 --- qcom/lahaina-cdp.dtsi | 20 -------------------- qcom/lahaina-mtp.dtsi | 20 -------------------- qcom/lahaina-qrd.dtsi | 20 -------------------- 3 files changed, 60 deletions(-) diff --git a/qcom/lahaina-cdp.dtsi b/qcom/lahaina-cdp.dtsi index e72ca22d..3c9136b4 100644 --- a/qcom/lahaina-cdp.dtsi +++ b/qcom/lahaina-cdp.dtsi @@ -121,26 +121,6 @@ }; }; -&i3c3 { - se-clock-frequency = <19200000>; - i3c-scl-hz = <3500000>; - i2c-scl-hz = <400000>; - status = "ok"; - - sn@0,23600000000 { - compatible = "qcom,sn-nci-i3c"; - reg = <0x0 0x236 0x00000000>; - qcom,sn-ven = <&tlmm 62 0x00>; - qcom,sn-firm = <&tlmm 86 0x00>; - qcom,sn-clkreq = <&tlmm 63 0x00>; - pinctrl-names = "default", "sleep"; - pinctrl-0 = <&nfc_enable_active &nfc_fwdl_active - &nfc_clk_req_active>; - pinctrl-1 = <&nfc_enable_suspend &nfc_fwdl_suspend - &nfc_clk_req_suspend>; - }; -}; - &sdhc_2 { vdd-supply = <&pm8350c_l9>; qcom,vdd-voltage-level = <2950000 2960000>; diff --git a/qcom/lahaina-mtp.dtsi b/qcom/lahaina-mtp.dtsi index 1ed758e3..bc15e968 100644 --- a/qcom/lahaina-mtp.dtsi +++ b/qcom/lahaina-mtp.dtsi @@ -80,26 +80,6 @@ }; }; -&i3c3 { - se-clock-frequency = <19200000>; - i3c-scl-hz = <3500000>; - i2c-scl-hz = <400000>; - status = "ok"; - - sn@0,23600000000 { - compatible = "qcom,sn-nci-i3c"; - reg = <0x0 0x236 0x00000000>; - qcom,sn-ven = <&tlmm 62 0x00>; - qcom,sn-firm = <&tlmm 86 0x00>; - qcom,sn-clkreq = <&tlmm 63 0x00>; - pinctrl-names = "default", "sleep"; - pinctrl-0 = <&nfc_enable_active &nfc_fwdl_active - &nfc_clk_req_active>; - pinctrl-1 = <&nfc_enable_suspend &nfc_fwdl_suspend - &nfc_clk_req_suspend>; - }; -}; - &sdhc_2 { vdd-supply = <&pm8350c_l9>; qcom,vdd-voltage-level = <2950000 2960000>; diff --git a/qcom/lahaina-qrd.dtsi b/qcom/lahaina-qrd.dtsi index c46c19f2..97fcbde5 100644 --- a/qcom/lahaina-qrd.dtsi +++ b/qcom/lahaina-qrd.dtsi @@ -176,26 +176,6 @@ }; }; -&i3c3 { - se-clock-frequency = <19200000>; - i3c-scl-hz = <3500000>; - i2c-scl-hz = <400000>; - status = "ok"; - - sn@0,23600000000 { - compatible = "qcom,sn-nci-i3c"; - reg = <0x0 0x236 0x00000000>; - qcom,sn-ven = <&tlmm 62 0x00>; - qcom,sn-firm = <&tlmm 86 0x00>; - qcom,sn-clkreq = <&tlmm 63 0x00>; - pinctrl-names = "default", "sleep"; - pinctrl-0 = <&nfc_enable_active &nfc_fwdl_active - &nfc_clk_req_active>; - pinctrl-1 = <&nfc_enable_suspend &nfc_fwdl_suspend - &nfc_clk_req_suspend>; - }; -}; - &dai_mi2s2 { qcom,msm-mi2s-tx-lines = <1>; pinctrl-names = "default", "sleep";