ARM: zynq: DT: Add missing address for L2 pl310
authorMichal Simek <michal.simek@xilinx.com>
Wed, 24 Sep 2014 13:16:01 +0000 (15:16 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Mon, 20 Oct 2014 13:19:10 +0000 (15:19 +0200)
By in sync with others node and add also baseaddr
to the node name.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/boot/dts/zynq-7000.dtsi

index 1836a60..772381f 100644 (file)
                              <0xF8F00100 0x100>;
                };
 
-               L2: cache-controller {
+               L2: cache-controller@f8f02000 {
                        compatible = "arm,pl310-cache";
                        reg = <0xF8F02000 0x1000>;
                        arm,data-latency = <3 2 2>;