diff options
| author | Michal Simek <michal.simek@xilinx.com> | 2014-09-24 09:53:39 -0400 |
|---|---|---|
| committer | Michal Simek <michal.simek@xilinx.com> | 2014-10-20 09:20:09 -0400 |
| commit | 6c7ba4157bfcec1d264c79095eeeae846527cd96 (patch) | |
| tree | 5b373f3b07194da1215aeaceb110138931a35579 | |
| parent | 70472c432821f663ff6a404dfae7e8785f0259ea (diff) | |
ARM: zynq: DT: Add missing reference for memory-controller
Add missing reference for memory-controller.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
| -rw-r--r-- | arch/arm/boot/dts/zynq-7000.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/zynq-7000.dtsi b/arch/arm/boot/dts/zynq-7000.dtsi index fc90f47f9c03..2690e6d01f71 100644 --- a/arch/arm/boot/dts/zynq-7000.dtsi +++ b/arch/arm/boot/dts/zynq-7000.dtsi | |||
| @@ -145,7 +145,7 @@ | |||
| 145 | cache-level = <2>; | 145 | cache-level = <2>; |
| 146 | }; | 146 | }; |
| 147 | 147 | ||
| 148 | memory-controller@f8006000 { | 148 | mc: memory-controller@f8006000 { |
| 149 | compatible = "xlnx,zynq-ddrc-a05"; | 149 | compatible = "xlnx,zynq-ddrc-a05"; |
| 150 | reg = <0xf8006000 0x1000>; | 150 | reg = <0xf8006000 0x1000>; |
| 151 | } ; | 151 | } ; |
