]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
arm64: dts: qcom: msm8916: Add blsp_i2c3
authorJonathan Albrieux <jonathan.albrieux@gmail.com>
Mon, 25 Jan 2021 09:44:31 +0000 (10:44 +0100)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Tue, 2 Feb 2021 22:31:36 +0000 (16:31 -0600)
MSM8916 has another I2C QUP controller that can be enabled on
GPIO 10 and 11.

Add blsp_i2c3 to msm8916.dtsi and disable it by default.

Reviewed-by: Konrad Dybcio <konrad.dybcio@somainline.org>
Reviewed-by: Stephan Gerhold <stephan@gerhold.net>
Signed-off-by: Jonathan Albrieux <jonathan.albrieux@gmail.com>
Link: https://lore.kernel.org/r/20210125094435.7528-3-jonathan.albrieux@gmail.com
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
arch/arm64/boot/dts/qcom/msm8916-pins.dtsi
arch/arm64/boot/dts/qcom/msm8916.dtsi

index 4dc437f13fa5d36ee1c8f3e56a05c36b9f69d844..7dedb91b9930d942bec9fe6c1622a903f5dbd538 100644 (file)
                bias-disable;
        };
 
+       i2c3_default: i2c3-default {
+               pins = "gpio10", "gpio11";
+               function = "blsp_i2c3";
+
+               drive-strength = <2>;
+               bias-disable;
+       };
+
+       i2c3_sleep: i2c3-sleep {
+               pins = "gpio10", "gpio11";
+               function = "gpio";
+
+               drive-strength = <2>;
+               bias-disable;
+       };
+
        i2c4_default: i2c4-default {
                pins = "gpio14", "gpio15";
                function = "blsp_i2c4";
index 8f9a651d3827f99dc6eacbac297375f33fc2a321..c82ac0521e0c539210b5f3b94da5cc1ece6e5a99 100644 (file)
                        status = "disabled";
                };
 
+               blsp_i2c3: i2c@78b7000 {
+                       compatible = "qcom,i2c-qup-v2.2.1";
+                       reg = <0x078b7000 0x500>;
+                       interrupts = <GIC_SPI 97 IRQ_TYPE_LEVEL_HIGH>;
+                       clocks = <&gcc GCC_BLSP1_AHB_CLK>,
+                                <&gcc GCC_BLSP1_QUP3_I2C_APPS_CLK>;
+                       clock-names = "iface", "core";
+                       pinctrl-names = "default", "sleep";
+                       pinctrl-0 = <&i2c3_default>;
+                       pinctrl-1 = <&i2c3_sleep>;
+                       #address-cells = <1>;
+                       #size-cells = <0>;
+                       status = "disabled";
+               };
+
                blsp_spi3: spi@78b7000 {
                        compatible = "qcom,spi-qup-v2.2.1";
                        reg = <0x078b7000 0x500>;