summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Rossi <nathan.rossi@xilinx.com>2014-10-10 16:32:30 +1000
committerNathan Rossi <nathan.rossi@xilinx.com>2014-10-27 17:58:50 +1000
commit9f886df3cbea38fa4d33d39a929050047e0bdb4e (patch)
tree8509f441186b6f4c9f2f707ffec9426a83b455f0
parent365b8854bf9e088f54da5c439335d8a298cbf618 (diff)
downloadmeta-xilinx-9f886df3cbea38fa4d33d39a929050047e0bdb4e.tar.gz
zynq7-base.dtsi: Add additional binding for OCM
* Add the 3.10 compatiblity string for the OCM node Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
-rw-r--r--conf/machine/boards/common/zynq7-base.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/boards/common/zynq7-base.dtsi b/conf/machine/boards/common/zynq7-base.dtsi
index f9104d72..47668798 100644
--- a/conf/machine/boards/common/zynq7-base.dtsi
+++ b/conf/machine/boards/common/zynq7-base.dtsi
@@ -150,7 +150,7 @@
150 xlnx,has-ecc = <0x0>; 150 xlnx,has-ecc = <0x0>;
151 } ; 151 } ;
152 ps7_ocmc_0: ps7-ocmc@f800c000 { 152 ps7_ocmc_0: ps7-ocmc@f800c000 {
153 compatible = "xlnx,zynq-ocmc-1.0"; 153 compatible = "xlnx,zynq-ocmc-1.0", "xlnx,ps7-ocm";
154 interrupt-parent = <&ps7_scugic_0>; 154 interrupt-parent = <&ps7_scugic_0>;
155 interrupts = <0 3 4>; 155 interrupts = <0 3 4>;
156 reg = <0xf800c000 0x1000>; 156 reg = <0xf800c000 0x1000>;