ARM: dts: at91: sama7g5: Remove unused properties in i2c nodes
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: 7540629e2f ("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
This commit is contained in:
committed by
Nicolas Ferre
parent
dd340570a6
commit
cbb92a7717
@@ -536,8 +536,6 @@
|
|||||||
dmas = <&dma0 AT91_XDMAC_DT_PERID(7)>,
|
dmas = <&dma0 AT91_XDMAC_DT_PERID(7)>,
|
||||||
<&dma0 AT91_XDMAC_DT_PERID(8)>;
|
<&dma0 AT91_XDMAC_DT_PERID(8)>;
|
||||||
dma-names = "rx", "tx";
|
dma-names = "rx", "tx";
|
||||||
atmel,use-dma-rx;
|
|
||||||
atmel,use-dma-tx;
|
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@@ -723,8 +721,6 @@
|
|||||||
dmas = <&dma0 AT91_XDMAC_DT_PERID(21)>,
|
dmas = <&dma0 AT91_XDMAC_DT_PERID(21)>,
|
||||||
<&dma0 AT91_XDMAC_DT_PERID(22)>;
|
<&dma0 AT91_XDMAC_DT_PERID(22)>;
|
||||||
dma-names = "rx", "tx";
|
dma-names = "rx", "tx";
|
||||||
atmel,use-dma-rx;
|
|
||||||
atmel,use-dma-tx;
|
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@@ -749,8 +745,6 @@
|
|||||||
dmas = <&dma0 AT91_XDMAC_DT_PERID(23)>,
|
dmas = <&dma0 AT91_XDMAC_DT_PERID(23)>,
|
||||||
<&dma0 AT91_XDMAC_DT_PERID(24)>;
|
<&dma0 AT91_XDMAC_DT_PERID(24)>;
|
||||||
dma-names = "rx", "tx";
|
dma-names = "rx", "tx";
|
||||||
atmel,use-dma-rx;
|
|
||||||
atmel,use-dma-tx;
|
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user