Skip to content

Commit

Permalink
ARM: shmobile: r8a7790: IPMMU compat string SoC part number update
Browse files Browse the repository at this point in the history
Update IPMMU compat strings to include SoC part number.

By specifying SoC part number in DT it becomes possible
to implement SoC specific features in the IPMMU driver.

Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
  • Loading branch information
Magnus Damm authored and Simon Horman committed Dec 15, 2015
1 parent 691cd0a commit c8d6686
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions arch/arm/boot/dts/r8a7790.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -1770,7 +1770,7 @@
};

ipmmu_sy0: mmu@e6280000 {
compatible = "renesas,ipmmu-vmsa";
compatible = "renesas,ipmmu-r8a7790", "renesas,ipmmu-vmsa";
reg = <0 0xe6280000 0 0x1000>;
interrupts = <0 223 IRQ_TYPE_LEVEL_HIGH>,
<0 224 IRQ_TYPE_LEVEL_HIGH>;
Expand All @@ -1779,15 +1779,15 @@
};

ipmmu_sy1: mmu@e6290000 {
compatible = "renesas,ipmmu-vmsa";
compatible = "renesas,ipmmu-r8a7790", "renesas,ipmmu-vmsa";
reg = <0 0xe6290000 0 0x1000>;
interrupts = <0 225 IRQ_TYPE_LEVEL_HIGH>;
#iommu-cells = <1>;
status = "disabled";
};

ipmmu_ds: mmu@e6740000 {
compatible = "renesas,ipmmu-vmsa";
compatible = "renesas,ipmmu-r8a7790", "renesas,ipmmu-vmsa";
reg = <0 0xe6740000 0 0x1000>;
interrupts = <0 198 IRQ_TYPE_LEVEL_HIGH>,
<0 199 IRQ_TYPE_LEVEL_HIGH>;
Expand All @@ -1796,15 +1796,15 @@
};

ipmmu_mp: mmu@ec680000 {
compatible = "renesas,ipmmu-vmsa";
compatible = "renesas,ipmmu-r8a7790", "renesas,ipmmu-vmsa";
reg = <0 0xec680000 0 0x1000>;
interrupts = <0 226 IRQ_TYPE_LEVEL_HIGH>;
#iommu-cells = <1>;
status = "disabled";
};

ipmmu_mx: mmu@fe951000 {
compatible = "renesas,ipmmu-vmsa";
compatible = "renesas,ipmmu-r8a7790", "renesas,ipmmu-vmsa";
reg = <0 0xfe951000 0 0x1000>;
interrupts = <0 222 IRQ_TYPE_LEVEL_HIGH>,
<0 221 IRQ_TYPE_LEVEL_HIGH>;
Expand All @@ -1813,7 +1813,7 @@
};

ipmmu_rt: mmu@ffc80000 {
compatible = "renesas,ipmmu-vmsa";
compatible = "renesas,ipmmu-r8a7790", "renesas,ipmmu-vmsa";
reg = <0 0xffc80000 0 0x1000>;
interrupts = <0 307 IRQ_TYPE_LEVEL_HIGH>;
#iommu-cells = <1>;
Expand Down

0 comments on commit c8d6686

Please sign in to comment.