mirror of https://gitee.com/openkylin/linux.git
ARM: at91/dt: corrections to i2c1 declaration to sama5d4
Correcting the dma declaration for i2c1 dma.
Signed-off-by: Holger Busse <h.busse@kathrein-sachsen.de>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Fixes: 4cc7cdf35c
("ARM: at91/dt: add i2c1 declaration to sama5d4")
Cc: stable@vger.kernel.org # v4.1+
This commit is contained in:
parent
6ff33f3902
commit
d1a9c24ad1
|
@ -939,11 +939,11 @@ i2c1: i2c@f8018000 {
|
|||
reg = <0xf8018000 0x4000>;
|
||||
interrupts = <33 IRQ_TYPE_LEVEL_HIGH 6>;
|
||||
dmas = <&dma1
|
||||
(AT91_XDMAC_DT_MEM_IF(0) | AT91_XDMAC_DT_PER_IF(1))
|
||||
AT91_XDMAC_DT_PERID(4)>,
|
||||
(AT91_XDMAC_DT_MEM_IF(0) | AT91_XDMAC_DT_PER_IF(1)
|
||||
| AT91_XDMAC_DT_PERID(4))>,
|
||||
<&dma1
|
||||
(AT91_XDMAC_DT_MEM_IF(0) | AT91_XDMAC_DT_PER_IF(1))
|
||||
AT91_XDMAC_DT_PERID(5)>;
|
||||
(AT91_XDMAC_DT_MEM_IF(0) | AT91_XDMAC_DT_PER_IF(1)
|
||||
| AT91_XDMAC_DT_PERID(5))>;
|
||||
dma-names = "tx", "rx";
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pinctrl_i2c1>;
|
||||
|
|
Loading…
Reference in New Issue