arm64: dts: qcom: sdm845-polaris: Don't duplicate DMA assignment
The DMA properties in this DT are identical to the ones already defined in sdm845.dtsi. Remove them. Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20221114140011.43442-1-konrad.dybcio@linaro.org
This commit is contained in:
parent
5a077120bc
commit
afcd946be1
|
@ -456,9 +456,6 @@
|
|||
|
||||
&i2c14 {
|
||||
clock-frequency = <400000>;
|
||||
dmas = <&gpi_dma1 0 6 QCOM_GPI_I2C>,
|
||||
<&gpi_dma1 1 6 QCOM_GPI_I2C>;
|
||||
dma-names = "tx", "rx";
|
||||
status = "okay";
|
||||
|
||||
touchscreen@20 {
|
||||
|
|
Loading…
Reference in New Issue