summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorEdgar E. Iglesias <edgar.iglesias@xilinx.com>2015-11-26 14:12:20 +0100
committerMichal Simek <michal.simek@xilinx.com>2016-04-13 18:29:03 +0200
commit7f1d7d974bf6a969447212c2c9bc65d77dcf7d67 (patch)
treeaf09124c4ff2a42d28c70feb5960568535a50235 /arch
parent88a85aac9fe71b5fdcd2bba4ee38829bdc53e4cc (diff)
downloadtalos-obmc-uboot-7f1d7d974bf6a969447212c2c9bc65d77dcf7d67.tar.gz
talos-obmc-uboot-7f1d7d974bf6a969447212c2c9bc65d77dcf7d67.zip
ARM64: zynqmp: Hook up the GEMs to the SMMU
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/dts/zynqmp.dtsi8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/dts/zynqmp.dtsi b/arch/arm/dts/zynqmp.dtsi
index 4cfecec85a..66abe6fe0b 100644
--- a/arch/arm/dts/zynqmp.dtsi
+++ b/arch/arm/dts/zynqmp.dtsi
@@ -310,6 +310,7 @@
clock-names = "pclk", "hclk", "tx_clk";
#address-cells = <1>;
#size-cells = <0>;
+ #stream-id-cells = <1>;
jumbo-max-len = <10240>;
jumbo-supported;
};
@@ -323,6 +324,7 @@
clock-names = "pclk", "hclk", "tx_clk";
#address-cells = <1>;
#size-cells = <0>;
+ #stream-id-cells = <1>;
jumbo-max-len = <10240>;
jumbo-supported;
};
@@ -336,6 +338,7 @@
clock-names = "pclk", "hclk", "tx_clk";
#address-cells = <1>;
#size-cells = <0>;
+ #stream-id-cells = <1>;
jumbo-max-len = <10240>;
jumbo-supported;
};
@@ -349,6 +352,7 @@
clock-names = "pclk", "hclk", "tx_clk";
#address-cells = <1>;
#size-cells = <0>;
+ #stream-id-cells = <1>;
jumbo-max-len = <10240>;
jumbo-supported;
};
@@ -459,6 +463,10 @@
<0 155 4>, <0 155 4>, <0 155 4>, <0 155 4>,
<0 155 4>, <0 155 4>, <0 155 4>, <0 155 4>,
<0 155 4>, <0 155 4>, <0 155 4>, <0 155 4>;
+ mmu-masters = < &gem0 0x874
+ &gem1 0x875
+ &gem2 0x876
+ &gem3 0x877 >;
};
spi0: spi@ff040000 {
OpenPOWER on IntegriCloud