mirror of https://gitee.com/openkylin/linux.git
arm64: dts: r8a7795: add DMA for IIC_DVFS
Tested with a Salvator-X. Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
parent
9f22774c21
commit
482e565fff
|
@ -883,6 +883,8 @@ i2c_dvfs: i2c@e60b0000 {
|
|||
clocks = <&cpg CPG_MOD 926>;
|
||||
power-domains = <&sysc R8A7795_PD_ALWAYS_ON>;
|
||||
resets = <&cpg 926>;
|
||||
dmas = <&dmac0 0x11>, <&dmac0 0x10>;
|
||||
dma-names = "tx", "rx";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue