OSDN Git Service

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)
committerNicolas Ferre <nicolas.ferre@microchip.com>
Fri, 4 Mar 2022 10:39:06 +0000 (11:39 +0100)
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
arch/arm/boot/dts/sama7g5.dtsi

index e6d0c90..17637d4 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";
                        };
                };