Commit 54068ae5 authored by Wolfram Sang's avatar Wolfram Sang Committed by Simon Horman

arm64: dts: r8a7796: add DMA for IIC_DVFS

Tested with a Salvator-X.
Signed-off-by: default avatarWolfram Sang <wsa+renesas@sang-engineering.com>
Reviewed-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 482e565f
......@@ -392,6 +392,8 @@ i2c_dvfs: i2c@e60b0000 {
clocks = <&cpg CPG_MOD 926>;
power-domains = <&sysc R8A7796_PD_ALWAYS_ON>;
resets = <&cpg 926>;
dmas = <&dmac0 0x11>, <&dmac0 0x10>;
dma-names = "tx", "rx";
status = "disabled";
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment