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 12:23:00 +0000 (14:23 +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 6c58c151c6d9e12bf50ca826f418433496cd30d9..ac84d2e37f9b2c974b6ec141a62d3a1a61d19bb1 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";
                        };
                };