ARM: dts: msm: LA: add support for multi touch

Added support for additional TVM use case for SPI and I2C
on QUP2 SE0.

Change-Id: I436e8c070ec4be2f959630a9b41c3181b2afeeb7
This commit is contained in:
Anil Veshala Veshala
2022-03-24 23:12:01 -07:00
parent a9af1a25f7
commit 07441fea5a

View File

@@ -483,7 +483,8 @@
<GIC_SPI 597 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 598 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 599 IRQ_TYPE_LEVEL_HIGH>;
qcom,gpii-mask = <0x3f>;
qcom,static-gpii-mask = <0x1>;
qcom,gpii-mask = <0x3e>;
qcom,ev-factor = <2>;
qcom,iommu-dma-addr-pool = <0x100000 0x100000>;
qcom,gpi-ee-offset = <0x10000>;
@@ -524,8 +525,8 @@
pinctrl-names = "default", "sleep";
pinctrl-0 = <&qupv3_se8_i2c_sda_active>, <&qupv3_se8_i2c_scl_active>;
pinctrl-1 = <&qupv3_se8_i2c_sleep>;
dmas = <&gpi_dma2 0 0 3 64 0>,
<&gpi_dma2 1 0 3 64 0>;
dmas = <&gpi_dma2 0 0 3 64 2>,
<&gpi_dma2 1 0 3 64 2>;
dma-names = "tx", "rx";
status = "disabled";
};
@@ -573,8 +574,8 @@
pinctrl-0 = <&qupv3_se8_spi_mosi_active>, <&qupv3_se8_spi_miso_active>,
<&qupv3_se8_spi_clk_active>, <&qupv3_se8_spi_cs_active>;
pinctrl-1 = <&qupv3_se8_spi_sleep>;
dmas = <&gpi_dma2 0 0 1 64 0>,
<&gpi_dma2 1 0 1 64 0>;
dmas = <&gpi_dma2 0 0 1 64 2>,
<&gpi_dma2 1 0 1 64 2>;
dma-names = "tx", "rx";
spi-max-frequency = <50000000>;
status = "disabled";