mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 18:41:58 +09:00
arm64: dts: qcom: sm8350: Add GPI DMA compatible fallback
[ Upstream commitb561e225de] Use SM6350 as fallback for GPI DMA, to indicate devices are compatible and that drivers can bind with only one compatible. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20221018230352.1238479-5-krzysztof.kozlowski@linaro.org Stable-dep-of:41d6bca799("arm64: dts: qcom: sm8350: correct DMA controller unit address") Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
aa14fefca2
commit
42d0fbbbf4
@@ -678,7 +678,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
gpi_dma2: dma-controller@800000 {
|
gpi_dma2: dma-controller@800000 {
|
||||||
compatible = "qcom,sm8350-gpi-dma";
|
compatible = "qcom,sm8350-gpi-dma", "qcom,sm6350-gpi-dma";
|
||||||
reg = <0 0x00800000 0 0x60000>;
|
reg = <0 0x00800000 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>,
|
||||||
@@ -904,7 +904,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
gpi_dma0: dma-controller@900000 {
|
gpi_dma0: dma-controller@900000 {
|
||||||
compatible = "qcom,sm8350-gpi-dma";
|
compatible = "qcom,sm8350-gpi-dma", "qcom,sm6350-gpi-dma";
|
||||||
reg = <0 0x09800000 0 0x60000>;
|
reg = <0 0x09800000 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>,
|
||||||
@@ -1207,7 +1207,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
gpi_dma1: dma-controller@a00000 {
|
gpi_dma1: dma-controller@a00000 {
|
||||||
compatible = "qcom,sm8350-gpi-dma";
|
compatible = "qcom,sm8350-gpi-dma", "qcom,sm6350-gpi-dma";
|
||||||
reg = <0 0x00a00000 0 0x60000>;
|
reg = <0 0x00a00000 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>,
|
||||||
|
|||||||
Reference in New Issue
Block a user