diff options
author | Michal Simek <michal.simek@xilinx.com> | 2013-11-26 15:41:31 +0100 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2014-02-10 11:20:54 +0100 |
commit | 016f4dcae81e842a2b7dbfbc0fc9257f9f16e785 (patch) | |
tree | 8f8ba77ad9ae0d0c1636af037e35f2ab4fdba6d1 /arch/arm/boot/dts/zynq-7000.dtsi | |
parent | ARM: zynq: Move clock_init from slcr to common (diff) | |
download | linux-016f4dcae81e842a2b7dbfbc0fc9257f9f16e785.tar.xz linux-016f4dcae81e842a2b7dbfbc0fc9257f9f16e785.zip |
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 { |