diff --git a/qcom/khaje-idp.dtsi b/qcom/khaje-idp.dtsi index 17c98a49..e5bbfbd5 100644 --- a/qcom/khaje-idp.dtsi +++ b/qcom/khaje-idp.dtsi @@ -159,28 +159,6 @@ }; }; -&qupv3_se1_i2c { - status = "ok"; - #address-cells = <1>; - #size-cells = <0>; - nq@28 { - compatible = "qcom,nq-nci"; - reg = <0x28>; - qcom,nq-irq = <&tlmm 70 0x00>; - qcom,nq-ven = <&tlmm 69 0x00>; - qcom,nq-firm = <&tlmm 31 0x00>; - qcom,nq-clkreq = <&tlmm 71 0x00>; - interrupt-parent = <&tlmm>; - interrupts = <70 0>; - interrupt-names = "nfc_irq"; - pinctrl-names = "nfc_active", "nfc_suspend"; - pinctrl-0 = <&nfc_int_active &nfc_enable_active - &nfc_clk_req_active>; - pinctrl-1 = <&nfc_int_suspend &nfc_enable_suspend - &nfc_clk_req_suspend>; - }; -}; - &sdhc_1 { vdd-supply = <&L24A>; qcom,vdd-voltage-level = <2960000 2960000>; diff --git a/qcom/khaje-pinctrl.dtsi b/qcom/khaje-pinctrl.dtsi index 5c85f5f3..e67e9e51 100644 --- a/qcom/khaje-pinctrl.dtsi +++ b/qcom/khaje-pinctrl.dtsi @@ -61,38 +61,6 @@ }; }; - nfc { - nfc_clk_req_active { - /* active state */ - mux { - /* GPIO 71: NFC CLOCK REQUEST */ - pins = "gpio71"; - function = "gpio"; - }; - - config { - pins = "gpio71"; - drive-strength = <2>; /* 2 MA */ - bias-pull-up; - }; - }; - - nfc_clk_req_suspend { - /* sleep state */ - mux { - /* GPIO 71: NFC CLOCK REQUEST */ - pins = "gpio71"; - function = "gpio"; - }; - - config { - pins = "gpio71"; - drive-strength = <2>; /* 2 MA */ - bias-disable; - }; - }; - }; - pmx_ts_reset_active { ts_reset_active: ts_reset_active { mux { diff --git a/qcom/khaje-qrd.dtsi b/qcom/khaje-qrd.dtsi index d1c31b0e..bd4063fe 100644 --- a/qcom/khaje-qrd.dtsi +++ b/qcom/khaje-qrd.dtsi @@ -105,28 +105,6 @@ }; }; -&qupv3_se1_i2c { - status = "ok"; - #address-cells = <1>; - #size-cells = <0>; - nq@28 { - compatible = "qcom,nq-nci"; - reg = <0x28>; - qcom,nq-irq = <&tlmm 70 0x00>; - qcom,nq-ven = <&tlmm 69 0x00>; - qcom,nq-firm = <&tlmm 31 0x00>; - qcom,nq-clkreq = <&tlmm 71 0x00>; - interrupt-parent = <&tlmm>; - interrupts = <70 0>; - interrupt-names = "nfc_irq"; - pinctrl-names = "nfc_active", "nfc_suspend"; - pinctrl-0 = <&nfc_int_active &nfc_enable_active - &nfc_clk_req_active>; - pinctrl-1 = <&nfc_int_suspend &nfc_enable_suspend - &nfc_clk_req_suspend>; - }; -}; - &sdhc_1 { vdd-supply = <&L24A>; qcom,vdd-voltage-level = <2960000 2960000>;