diff options
author | Michal Simek <michal.simek@xilinx.com> | 2013-11-26 18:41:31 +0400 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2014-02-10 14:20:54 +0400 |
commit | 016f4dcae81e842a2b7dbfbc0fc9257f9f16e785 (patch) | |
tree | 8f8ba77ad9ae0d0c1636af037e35f2ab4fdba6d1 /arch/arm/boot/dts/zynq-7000.dtsi | |
parent | 6f69c7f21ce89409ccc54bd596434fa61d5b26ff (diff) | |
download | linux-016f4dcae81e842a2b7dbfbc0fc9257f9f16e785.tar.xz |
ARM: zynq: Split slcr in two parts
Split the slcr into an early part for unlocking and cpu starting
and a later syscon driver.
Also add "syscon" compatible property for slcr.
Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/arm/boot/dts/zynq-7000.dtsi')
-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 93d1980a755d..81e5677f25a2 100644 --- a/arch/arm/boot/dts/zynq-7000.dtsi +++ b/arch/arm/boot/dts/zynq-7000.dtsi @@ -123,7 +123,7 @@ } ; slcr: slcr@f8000000 { - compatible = "xlnx,zynq-slcr"; + compatible = "xlnx,zynq-slcr", "syscon"; reg = <0xF8000000 0x1000>; clocks { |