diff options
author | 2019-09-24 09:22:55 +0100 | |
---|---|---|
committer | 2019-10-10 16:22:07 +0200 | |
commit | 79718f9d5471783c3ea8468587e85729c85c11b3 (patch) | |
tree | 95b64914dc895a95841fbf4beb42a24b29d38c3e | |
parent | arm64: dts: renesas: r8a774b1: Tie SYS-DMAC to IPMMU-DS0/1 (diff) | |
download | linux-dev-79718f9d5471783c3ea8468587e85729c85c11b3.tar.xz linux-dev-79718f9d5471783c3ea8468587e85729c85c11b3.zip |
arm64: dts: renesas: r8a774b1: Connect Ethernet-AVB to IPMMU-DS0
Add IPMMU-DS0 to the Ethernet-AVB device node.
Based on work by Magnus Damm for the r8a7795.
Signed-off-by: Biju Das <biju.das@bp.renesas.com>
Link: https://lore.kernel.org/r/1569313375-53428-8-git-send-email-biju.das@bp.renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
-rw-r--r-- | arch/arm64/boot/dts/renesas/r8a774b1.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/renesas/r8a774b1.dtsi b/arch/arm64/boot/dts/renesas/r8a774b1.dtsi index 1e00aebb4aef..9d5630a49ae8 100644 --- a/arch/arm64/boot/dts/renesas/r8a774b1.dtsi +++ b/arch/arm64/boot/dts/renesas/r8a774b1.dtsi @@ -919,6 +919,7 @@ power-domains = <&sysc R8A774B1_PD_ALWAYS_ON>; resets = <&cpg 812>; phy-mode = "rgmii"; + iommus = <&ipmmu_ds0 16>; #address-cells = <1>; #size-cells = <0>; status = "disabled"; |