Skip to content

Commit

Permalink
arm64: dts: marvell: use new bindings for xor clocks on ap806
Browse files Browse the repository at this point in the history
New bindings are used for the system controller on the ap806, which
means all clock properties must be converted. Use the new bindings in
the xor nodes.

Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
  • Loading branch information
Antoine Tenart authored and Gregory CLEMENT committed Jun 20, 2017
1 parent 6691565 commit a6d8bd9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions arch/arm64/boot/dts/marvell/armada-ap806.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
reg = <0x400000 0x1000>,
<0x410000 0x1000>;
msi-parent = <&gic_v2m0>;
clocks = <&ap_syscon 3>;
clocks = <&ap_clk 3>;
dma-coherent;
};

Expand All @@ -168,7 +168,7 @@
reg = <0x420000 0x1000>,
<0x430000 0x1000>;
msi-parent = <&gic_v2m0>;
clocks = <&ap_syscon 3>;
clocks = <&ap_clk 3>;
dma-coherent;
};

Expand All @@ -177,7 +177,7 @@
reg = <0x440000 0x1000>,
<0x450000 0x1000>;
msi-parent = <&gic_v2m0>;
clocks = <&ap_syscon 3>;
clocks = <&ap_clk 3>;
dma-coherent;
};

Expand All @@ -186,7 +186,7 @@
reg = <0x460000 0x1000>,
<0x470000 0x1000>;
msi-parent = <&gic_v2m0>;
clocks = <&ap_syscon 3>;
clocks = <&ap_clk 3>;
dma-coherent;
};

Expand Down

0 comments on commit a6d8bd9

Please sign in to comment.