ARM: dts: msm8974: Add node for second i2c from blsp1
authorBjorn Andersson <bjorn.andersson@linaro.org>
Tue, 29 Mar 2016 01:32:38 +0000 (18:32 -0700)
committerAndy Gross <andy.gross@linaro.org>
Wed, 20 Apr 2016 02:42:16 +0000 (21:42 -0500)
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
arch/arm/boot/dts/qcom-msm8974.dtsi

index 8780246bd3c1ea3aac545952be4c7d770e3d425f..d8078d350edeb383a396bbefc43ce08f58102d53 100644 (file)
                        interrupts = <0 208 0>;
                };
 
+               i2c@f9924000 {
+                       status = "disabled";
+                       compatible = "qcom,i2c-qup-v2.1.1";
+                       reg = <0xf9924000 0x1000>;
+                       interrupts = <0 96 IRQ_TYPE_NONE>;
+                       clocks = <&gcc GCC_BLSP1_QUP2_I2C_APPS_CLK>, <&gcc GCC_BLSP1_AHB_CLK>;
+                       clock-names = "core", "iface";
+                       #address-cells = <1>;
+                       #size-cells = <0>;
+               };
+
                blsp_i2c8: i2c@f9964000 {
                        status = "disabled";
                        compatible = "qcom,i2c-qup-v2.1.1";
This page took 0.027775 seconds and 5 git commands to generate.