Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
Merge "ARM: dts: msm: Remove duplicate I2C controller on 8994"
Browse files Browse the repository at this point in the history
  • Loading branch information
Linux Build Service Account authored and Gerrit - the friendly Code Review server committed Oct 10, 2014
2 parents e27368b + 9bf193b commit 0502718
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 43 deletions.
17 changes: 0 additions & 17 deletions arch/arm/boot/dts/qcom/msm8994-pinctrl.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -471,23 +471,6 @@
};
};

pmx_i2c_11 {
qcom,pins = <&gp 83>, <&gp 84>; /* SDA, SCL */
qcom,num-grp-pins = <2>;
qcom,pin-func = <3>;
label = "pmx_i2c_11";

i2c_11_active: i2c_11_active {
drive-strength = <2>;
bias-disable;
};

i2c_11_sleep: i2c_11_sleep {
drive-strength = <2>;
bias-disable;
};
};

pmx_rd_nfc_int{
qcom,pins = <&gp 29>;
qcom,pin-func = <0>;
Expand Down
26 changes: 0 additions & 26 deletions arch/arm/boot/dts/qcom/msm8994.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
i2c1 = &i2c_1;
i2c2 = &i2c_2;
i2c5 = &i2c_5;
i2c11 = &i2c_11;
spi0 = &spi_0;
};

Expand Down Expand Up @@ -2232,31 +2231,6 @@
qcom,master-id = <86>;
};

i2c_11: i2c@f9967000 { /* BLSP2 QUP5 */
compatible = "qcom,i2c-msm-v2";
#address-cells = <1>;
#size-cells = <0>;
reg-names = "qup_phys_addr", "bam_phys_addr";
reg = <0xf9967000 0x1000>,
<0xf9944000 0x19000>;
interrupt-names = "qup_irq", "bam_irq";
interrupts = <0 105 0>, <0 239 0>;
qcom,clk-freq-out = <100000>;
qcom,clk-freq-in = <19200000>;
clock-names = "iface_clk", "core_clk";
clocks = <&clock_gcc clk_gcc_blsp2_ahb_clk>,
<&clock_gcc clk_gcc_blsp2_qup5_i2c_apps_clk>;

pinctrl-names = "i2c_active", "i2c_sleep";
pinctrl-0 = <&i2c_11_active>;
pinctrl-1 = <&i2c_11_sleep>;
qcom,noise-rjct-scl = <0>;
qcom,noise-rjct-sda = <0>;
qcom,bam-pipe-idx-cons = <20>;
qcom,bam-pipe-idx-prod = <21>;
qcom,master-id = <84>;
};

sound {
compatible = "qcom,msm8994-asoc-snd";
qcom,model = "msm8994-tomtom-snd-card";
Expand Down

0 comments on commit 0502718

Please sign in to comment.