]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
ARM: dts: at91: sama7g5: Remove unused properties in i2c nodes
authorTudor Ambarus <tudor.ambarus@microchip.com>
Wed, 2 Mar 2022 16:18:54 +0000 (18:18 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 8 Apr 2022 11:57:27 +0000 (13:57 +0200)
commit cbb92a7717d2e1c512b7e81c6b22c7298b58a881 upstream.

The "atmel,use-dma-rx", "atmel,use-dma-rx" dt properties are not used by
the i2c-at91 driver, nor they are defined in the bindings file, thus remove
them.

Cc: stable@vger.kernel.org
Fixes: 7540629e2fc7 ("ARM: dts: at91: add sama7g5 SoC DT and sama7g5-ek")
Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
Reviewed-by: Eugen Hristev <eugen.hristev@microchip.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Link: https://lore.kernel.org/r/20220302161854.32177-1-tudor.ambarus@microchip.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm/boot/dts/sama7g5.dtsi

index eddcfbf4d22336ad9e9c46c6e35299671c2f7123..22520cdd37fc5f1f2311446c492d6c8a7780e0cf 100644 (file)
                                dmas = <&dma0 AT91_XDMAC_DT_PERID(7)>,
                                        <&dma0 AT91_XDMAC_DT_PERID(8)>;
                                dma-names = "rx", "tx";
-                               atmel,use-dma-rx;
-                               atmel,use-dma-tx;
                                status = "disabled";
                        };
                };
                                dmas = <&dma0 AT91_XDMAC_DT_PERID(21)>,
                                        <&dma0 AT91_XDMAC_DT_PERID(22)>;
                                dma-names = "rx", "tx";
-                               atmel,use-dma-rx;
-                               atmel,use-dma-tx;
                                status = "disabled";
                        };
                };
                                dmas = <&dma0 AT91_XDMAC_DT_PERID(23)>,
                                        <&dma0 AT91_XDMAC_DT_PERID(24)>;
                                dma-names = "rx", "tx";
-                               atmel,use-dma-rx;
-                               atmel,use-dma-tx;
                                status = "disabled";
                        };
                };