mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
arm64: dts: qcom: add gpi-dma fallback compatible
The dt schema for gpi-dma has been updated with a new fallback compatible string. Add the compatible strings to existing device trees. Signed-off-by: Richard Acayan <mailingradian@gmail.com> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Reviewed-by: Konrad Dybcio <konrad.dybcio@somainline.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20221001211934.62511-4-mailingradian@gmail.com
This commit is contained in:
committed by
Bjorn Andersson
parent
20afb67517
commit
e7e24786cf
@@ -887,7 +887,7 @@
|
||||
};
|
||||
|
||||
gpi_dma0: dma-controller@800000 {
|
||||
compatible = "qcom,sm8150-gpi-dma";
|
||||
compatible = "qcom,sm8150-gpi-dma", "qcom,sdm845-gpi-dma";
|
||||
reg = <0 0x800000 0 0x60000>;
|
||||
interrupts = <GIC_SPI 244 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<GIC_SPI 245 IRQ_TYPE_LEVEL_HIGH>,
|
||||
@@ -1222,7 +1222,7 @@
|
||||
};
|
||||
|
||||
gpi_dma1: dma-controller@a00000 {
|
||||
compatible = "qcom,sm8150-gpi-dma";
|
||||
compatible = "qcom,sm8150-gpi-dma", "qcom,sdm845-gpi-dma";
|
||||
reg = <0 0xa00000 0 0x60000>;
|
||||
interrupts = <GIC_SPI 279 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<GIC_SPI 280 IRQ_TYPE_LEVEL_HIGH>,
|
||||
@@ -1471,7 +1471,7 @@
|
||||
};
|
||||
|
||||
gpi_dma2: dma-controller@c00000 {
|
||||
compatible = "qcom,sm8150-gpi-dma";
|
||||
compatible = "qcom,sm8150-gpi-dma", "qcom,sdm845-gpi-dma";
|
||||
reg = <0 0xc00000 0 0x60000>;
|
||||
interrupts = <GIC_SPI 588 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<GIC_SPI 589 IRQ_TYPE_LEVEL_HIGH>,
|
||||
|
||||
@@ -936,7 +936,7 @@
|
||||
};
|
||||
|
||||
gpi_dma2: dma-controller@800000 {
|
||||
compatible = "qcom,sm8250-gpi-dma";
|
||||
compatible = "qcom,sm8250-gpi-dma", "qcom,sdm845-gpi-dma";
|
||||
reg = <0 0x00800000 0 0x70000>;
|
||||
interrupts = <GIC_SPI 588 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<GIC_SPI 589 IRQ_TYPE_LEVEL_HIGH>,
|
||||
@@ -1187,7 +1187,7 @@
|
||||
};
|
||||
|
||||
gpi_dma0: dma-controller@900000 {
|
||||
compatible = "qcom,sm8250-gpi-dma";
|
||||
compatible = "qcom,sm8250-gpi-dma", "qcom,sdm845-gpi-dma";
|
||||
reg = <0 0x00900000 0 0x70000>;
|
||||
interrupts = <GIC_SPI 244 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<GIC_SPI 245 IRQ_TYPE_LEVEL_HIGH>,
|
||||
@@ -1505,7 +1505,7 @@
|
||||
};
|
||||
|
||||
gpi_dma1: dma-controller@a00000 {
|
||||
compatible = "qcom,sm8250-gpi-dma";
|
||||
compatible = "qcom,sm8250-gpi-dma", "qcom,sdm845-gpi-dma";
|
||||
reg = <0 0x00a00000 0 0x70000>;
|
||||
interrupts = <GIC_SPI 279 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<GIC_SPI 280 IRQ_TYPE_LEVEL_HIGH>,
|
||||
|
||||
Reference in New Issue
Block a user