mirror of https://gitee.com/openkylin/linux.git
ARM: dts: r8a7743: Fix SCIFB0 dmas indentation
Fixes: 809c013426
("ARM: dts: r8a7743: add [H]SCIF{A|B} support")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
parent
3d2abda02a
commit
c8290f9f2e
|
@ -277,7 +277,7 @@ scifb0: serial@e6c20000 {
|
|||
clocks = <&cpg CPG_MOD 206>;
|
||||
clock-names = "fck";
|
||||
dmas = <&dmac0 0x3d>, <&dmac0 0x3e>,
|
||||
<&dmac1 0x3d>, <&dmac1 0x3e>;
|
||||
<&dmac1 0x3d>, <&dmac1 0x3e>;
|
||||
dma-names = "tx", "rx", "tx", "rx";
|
||||
power-domains = <&sysc R8A7743_PD_ALWAYS_ON>;
|
||||
status = "disabled";
|
||||
|
|
Loading…
Reference in New Issue