mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
arm64: dts: qcom: sa8775p: Use a SoC-specific compatible for GPI DMA
The commit adding these nodes did not use a SoC-specific node, fix that
to comply with bindings guidelines.
Fixes: 34d17ccb5d
("arm64: dts: qcom: sa8775p: Add GPI configuration")
Signed-off-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20241108-topic-sa8775_dma2-v1-2-1d3b0d08d153@oss.qualcomm.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
parent
2f39d2d46c
commit
a8d18df5a5
1 changed files with 4 additions and 4 deletions
|
@ -856,7 +856,7 @@
|
|||
};
|
||||
|
||||
gpi_dma2: qcom,gpi-dma@800000 {
|
||||
compatible = "qcom,sm6350-gpi-dma";
|
||||
compatible = "qcom,sa8775p-gpi-dma", "qcom,sm6350-gpi-dma";
|
||||
reg = <0x0 0x00800000 0x0 0x60000>;
|
||||
#dma-cells = <3>;
|
||||
interrupts = <GIC_SPI 588 IRQ_TYPE_LEVEL_HIGH>,
|
||||
|
@ -1347,7 +1347,7 @@
|
|||
};
|
||||
|
||||
gpi_dma0: qcom,gpi-dma@900000 {
|
||||
compatible = "qcom,sm6350-gpi-dma";
|
||||
compatible = "qcom,sa8775p-gpi-dma", "qcom,sm6350-gpi-dma";
|
||||
reg = <0x0 0x00900000 0x0 0x60000>;
|
||||
#dma-cells = <3>;
|
||||
interrupts = <GIC_SPI 244 IRQ_TYPE_LEVEL_HIGH>,
|
||||
|
@ -1772,7 +1772,7 @@
|
|||
};
|
||||
|
||||
gpi_dma1: qcom,gpi-dma@a00000 {
|
||||
compatible = "qcom,sm6350-gpi-dma";
|
||||
compatible = "qcom,sa8775p-gpi-dma", "qcom,sm6350-gpi-dma";
|
||||
reg = <0x0 0x00a00000 0x0 0x60000>;
|
||||
#dma-cells = <3>;
|
||||
interrupts = <GIC_SPI 279 IRQ_TYPE_LEVEL_HIGH>,
|
||||
|
@ -2227,7 +2227,7 @@
|
|||
};
|
||||
|
||||
gpi_dma3: qcom,gpi-dma@b00000 {
|
||||
compatible = "qcom,sm6350-gpi-dma";
|
||||
compatible = "qcom,sa8775p-gpi-dma", "qcom,sm6350-gpi-dma";
|
||||
reg = <0x0 0x00b00000 0x0 0x58000>;
|
||||
#dma-cells = <3>;
|
||||
interrupts = <GIC_SPI 368 IRQ_TYPE_LEVEL_HIGH>,
|
||||
|
|
Loading…
Add table
Reference in a new issue