diff options
author | Josh Cartwright <josh.cartwright@ni.com> | 2012-10-23 18:34:22 -0400 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2012-10-29 03:31:22 -0400 |
commit | 0fcfdbcacf6fa234064126e5b18c720ca27bc6e7 (patch) | |
tree | c7e4e0f00c90c814781189e36abf2dda32c61ddc /arch/arm/boot/dts/zynq-ep107.dts | |
parent | f447ed2dbc844d645ef8bf82cc04281fa4163aed (diff) |
zynq: use pl310 device tree bindings
The Zynq has a PL310 L2 cache controller. Convert in-tree uses to using
the device tree.
Signed-off-by: Josh Cartwright <josh.cartwright@ni.com>
Cc: John Linn <john.linn@xilinx.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Tested-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/arm/boot/dts/zynq-ep107.dts')
-rw-r--r-- | arch/arm/boot/dts/zynq-ep107.dts | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/zynq-ep107.dts b/arch/arm/boot/dts/zynq-ep107.dts index f9140901e8ef..574bc044f572 100644 --- a/arch/arm/boot/dts/zynq-ep107.dts +++ b/arch/arm/boot/dts/zynq-ep107.dts | |||
@@ -44,6 +44,15 @@ | |||
44 | <0xF8F00100 0x100>; | 44 | <0xF8F00100 0x100>; |
45 | }; | 45 | }; |
46 | 46 | ||
47 | L2: cache-controller { | ||
48 | compatible = "arm,pl310-cache"; | ||
49 | reg = <0xF8F02000 0x1000>; | ||
50 | arm,data-latency = <2 3 2>; | ||
51 | arm,tag-latency = <2 3 2>; | ||
52 | cache-unified; | ||
53 | cache-level = <2>; | ||
54 | }; | ||
55 | |||
47 | uart0: uart@e0000000 { | 56 | uart0: uart@e0000000 { |
48 | compatible = "xlnx,xuartps"; | 57 | compatible = "xlnx,xuartps"; |
49 | reg = <0xE0000000 0x1000>; | 58 | reg = <0xE0000000 0x1000>; |