diff --git a/qcom/parrot-pinctrl.dtsi b/qcom/parrot-pinctrl.dtsi index b11c47ef..88a857fc 100644 --- a/qcom/parrot-pinctrl.dtsi +++ b/qcom/parrot-pinctrl.dtsi @@ -647,47 +647,6 @@ }; }; - qupv3_se0_i3c_pins: qupv3_se0_i3c_pins { - qupv3_se0_i3c_sda_active: qupv3_se0_i3c_sda_active { - mux { - pins = "gpio28"; - function = "ibi_i3c_qup0_se0_sda"; - }; - - config { - pins = "gpio28"; - drive-strength = <16>; - bias-pull-up; - }; - }; - - qupv3_se0_i3c_scl_active: qupv3_se0_i3c_scl_active { - mux { - pins = "gpio29"; - function = "ibi_i3c_qup0_se0_scl"; - }; - - config { - pins = "gpio29"; - drive-strength = <16>; - bias-pull-up; - }; - }; - - qupv3_se0_i3c_sleep: qupv3_se0_i3c_sleep { - mux { - pins = "gpio28", "gpio29"; - function = "gpio"; - }; - - config { - pins = "gpio28", "gpio29"; - drive-strength = <2>; - bias-disable; - }; - }; - }; - qupv3_se0_i2c_pins: qupv3_se0_i2c_pins { qupv3_se0_i2c_sda_active: qupv3_se0_i2c_sda_active { mux { diff --git a/qcom/parrot-qupv3.dtsi b/qcom/parrot-qupv3.dtsi index deff6f92..f8d93269 100644 --- a/qcom/parrot-qupv3.dtsi +++ b/qcom/parrot-qupv3.dtsi @@ -120,25 +120,6 @@ status = "disabled"; }; - /* I3C Instance */ - i3c0: i3c-master@980000 { - compatible = "qcom,geni-i3c"; - reg = <0x980000 0x4000>, - <0x3780000 0x10000>; - #address-cells = <3>; - #size-cells = <0>; - interrupts = ; - clock-names = "se-clk", "m-ahb", "s-ahb"; - clocks = <&gcc GCC_QUPV3_WRAP0_S0_CLK>, - <&gcc GCC_QUPV3_WRAP_0_M_AHB_CLK>, - <&gcc GCC_QUPV3_WRAP_0_S_AHB_CLK>; - pinctrl-names = "default", "sleep"; - pinctrl-0 = <&qupv3_se0_i3c_sda_active>, <&qupv3_se0_i3c_scl_active>; - pinctrl-1 = <&qupv3_se0_i3c_sleep>; - qcom,wrapper-core = <&qupv3_0>; - status = "disabled"; - }; - qupv3_se1_i2c: i2c@984000 { compatible = "qcom,i2c-geni"; reg = <0x984000 0x4000>;