]> www.infradead.org Git - linux.git/commitdiff
arm64: dts: qcom: sa8775p: Use valid node names for GPI DMAs
authorKonrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Thu, 7 Nov 2024 21:14:23 +0000 (22:14 +0100)
committerBjorn Andersson <andersson@kernel.org>
Thu, 26 Dec 2024 05:50:49 +0000 (23:50 -0600)
As pointed out by Intel's robot, the node name doesn't adhere to
dt-bindings.

Fix errors like this one:

qcs9100-ride.dtb: qcom,gpi-dma@800000: $nodename:0: 'qcom,gpi-dma@800000' does not match '^dma-controller(@.*)?$'

Fixes: 34d17ccb5db8 ("arm64: dts: qcom: sa8775p: Add GPI configuration")
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202411080206.vFLRjIBZ-lkp@intel.com/
Signed-off-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20241107-topic-sa8775_dma-v1-1-eb633e07b007@oss.qualcomm.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/sa8775p.dtsi

index cc598e98983f5a28af0b9482d18aff5bbe423efb..e2f74c8226d174e5b31bd766dfb24cebb16cf9ed 100644 (file)
                        #mbox-cells = <2>;
                };
 
-               gpi_dma2: qcom,gpi-dma@800000  {
+               gpi_dma2: dma-controller@800000  {
                        compatible = "qcom,sa8775p-gpi-dma", "qcom,sm6350-gpi-dma";
                        reg = <0x0 0x00800000 0x0 0x60000>;
                        #dma-cells = <3>;
 
                };
 
-               gpi_dma0: qcom,gpi-dma@900000  {
+               gpi_dma0: dma-controller@900000  {
                        compatible = "qcom,sa8775p-gpi-dma", "qcom,sm6350-gpi-dma";
                        reg = <0x0 0x00900000 0x0 0x60000>;
                        #dma-cells = <3>;
                        };
                };
 
-               gpi_dma1: qcom,gpi-dma@a00000  {
+               gpi_dma1: dma-controller@a00000  {
                        compatible = "qcom,sa8775p-gpi-dma", "qcom,sm6350-gpi-dma";
                        reg = <0x0 0x00a00000 0x0 0x60000>;
                        #dma-cells = <3>;
                        };
                };
 
-               gpi_dma3: qcom,gpi-dma@b00000  {
+               gpi_dma3: dma-controller@b00000  {
                        compatible = "qcom,sa8775p-gpi-dma", "qcom,sm6350-gpi-dma";
                        reg = <0x0 0x00b00000 0x0 0x58000>;
                        #dma-cells = <3>;