Commit e7e24786 authored by Richard Acayan's avatar Richard Acayan Committed by Bjorn Andersson

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: default avatarRichard Acayan <mailingradian@gmail.com>
Reviewed-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: default avatarKonrad Dybcio <konrad.dybcio@somainline.org>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221001211934.62511-4-mailingradian@gmail.com
parent 20afb675
...@@ -887,7 +887,7 @@ gcc: clock-controller@100000 { ...@@ -887,7 +887,7 @@ gcc: clock-controller@100000 {
}; };
gpi_dma0: dma-controller@800000 { gpi_dma0: dma-controller@800000 {
compatible = "qcom,sm8150-gpi-dma"; compatible = "qcom,sm8150-gpi-dma", "qcom,sdm845-gpi-dma";
reg = <0 0x800000 0 0x60000>; reg = <0 0x800000 0 0x60000>;
interrupts = <GIC_SPI 244 IRQ_TYPE_LEVEL_HIGH>, interrupts = <GIC_SPI 244 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 245 IRQ_TYPE_LEVEL_HIGH>, <GIC_SPI 245 IRQ_TYPE_LEVEL_HIGH>,
...@@ -1222,7 +1222,7 @@ spi7: spi@89c000 { ...@@ -1222,7 +1222,7 @@ spi7: spi@89c000 {
}; };
gpi_dma1: dma-controller@a00000 { gpi_dma1: dma-controller@a00000 {
compatible = "qcom,sm8150-gpi-dma"; compatible = "qcom,sm8150-gpi-dma", "qcom,sdm845-gpi-dma";
reg = <0 0xa00000 0 0x60000>; reg = <0 0xa00000 0 0x60000>;
interrupts = <GIC_SPI 279 IRQ_TYPE_LEVEL_HIGH>, interrupts = <GIC_SPI 279 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 280 IRQ_TYPE_LEVEL_HIGH>, <GIC_SPI 280 IRQ_TYPE_LEVEL_HIGH>,
...@@ -1471,7 +1471,7 @@ spi16: spi@a94000 { ...@@ -1471,7 +1471,7 @@ spi16: spi@a94000 {
}; };
gpi_dma2: dma-controller@c00000 { gpi_dma2: dma-controller@c00000 {
compatible = "qcom,sm8150-gpi-dma"; compatible = "qcom,sm8150-gpi-dma", "qcom,sdm845-gpi-dma";
reg = <0 0xc00000 0 0x60000>; reg = <0 0xc00000 0 0x60000>;
interrupts = <GIC_SPI 588 IRQ_TYPE_LEVEL_HIGH>, interrupts = <GIC_SPI 588 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 589 IRQ_TYPE_LEVEL_HIGH>, <GIC_SPI 589 IRQ_TYPE_LEVEL_HIGH>,
......
...@@ -936,7 +936,7 @@ rng: rng@793000 { ...@@ -936,7 +936,7 @@ rng: rng@793000 {
}; };
gpi_dma2: dma-controller@800000 { gpi_dma2: dma-controller@800000 {
compatible = "qcom,sm8250-gpi-dma"; compatible = "qcom,sm8250-gpi-dma", "qcom,sdm845-gpi-dma";
reg = <0 0x00800000 0 0x70000>; reg = <0 0x00800000 0 0x70000>;
interrupts = <GIC_SPI 588 IRQ_TYPE_LEVEL_HIGH>, interrupts = <GIC_SPI 588 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 589 IRQ_TYPE_LEVEL_HIGH>, <GIC_SPI 589 IRQ_TYPE_LEVEL_HIGH>,
...@@ -1187,7 +1187,7 @@ spi19: spi@894000 { ...@@ -1187,7 +1187,7 @@ spi19: spi@894000 {
}; };
gpi_dma0: dma-controller@900000 { gpi_dma0: dma-controller@900000 {
compatible = "qcom,sm8250-gpi-dma"; compatible = "qcom,sm8250-gpi-dma", "qcom,sdm845-gpi-dma";
reg = <0 0x00900000 0 0x70000>; reg = <0 0x00900000 0 0x70000>;
interrupts = <GIC_SPI 244 IRQ_TYPE_LEVEL_HIGH>, interrupts = <GIC_SPI 244 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 245 IRQ_TYPE_LEVEL_HIGH>, <GIC_SPI 245 IRQ_TYPE_LEVEL_HIGH>,
...@@ -1505,7 +1505,7 @@ spi7: spi@99c000 { ...@@ -1505,7 +1505,7 @@ spi7: spi@99c000 {
}; };
gpi_dma1: dma-controller@a00000 { gpi_dma1: dma-controller@a00000 {
compatible = "qcom,sm8250-gpi-dma"; compatible = "qcom,sm8250-gpi-dma", "qcom,sdm845-gpi-dma";
reg = <0 0x00a00000 0 0x70000>; reg = <0 0x00a00000 0 0x70000>;
interrupts = <GIC_SPI 279 IRQ_TYPE_LEVEL_HIGH>, interrupts = <GIC_SPI 279 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 280 IRQ_TYPE_LEVEL_HIGH>, <GIC_SPI 280 IRQ_TYPE_LEVEL_HIGH>,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment