]> www.infradead.org Git - linux.git/commitdiff
arm64: dts: qcom: sa8775p: Use a SoC-specific compatible for GPI DMA
authorKonrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Fri, 8 Nov 2024 21:41:18 +0000 (22:41 +0100)
committerBjorn Andersson <andersson@kernel.org>
Thu, 26 Dec 2024 05:28:02 +0000 (23:28 -0600)
The commit adding these nodes did not use a SoC-specific node, fix that
to comply with bindings guidelines.

Fixes: 34d17ccb5db8 ("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>
arch/arm64/boot/dts/qcom/sa8775p.dtsi

index ba0cb520397a9cb5851b8afe5f996cea7e929a24..a8c29b9eed1acf8fffb3794a33831f97cdf606e4 100644 (file)
                };
 
                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>,
                };
 
                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>,
                };
 
                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>,
                };
 
                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>,