diff options
| author | Moritz Fischer <[email protected]> | 2015-06-22 23:18:44 -0700 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2016-04-13 18:29:01 +0200 |
| commit | 20fe3f1791fa836de8c0e9991dde40362350b1a0 (patch) | |
| tree | 035e01685ec2bec04842d6767f231109f8233246 | |
| parent | 4c987271b388cb14a57a1bbc7068b18eebf7967a (diff) | |
ARM: dts: Updated devicetree bindings for Zynq 7000 platform
Added addtional bindings required for FPGA Manager operation
of the Xilinx Zynq Devc configuration interface.
Signed-off-by: Moritz Fischer <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
| -rw-r--r-- | arch/arm/dts/zynq-7000.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/dts/zynq-7000.dtsi b/arch/arm/dts/zynq-7000.dtsi index 55eae614630..aff65f2decb 100644 --- a/arch/arm/dts/zynq-7000.dtsi +++ b/arch/arm/dts/zynq-7000.dtsi @@ -307,6 +307,7 @@ devcfg: devcfg@f8007000 { compatible = "xlnx,zynq-devcfg-1.0"; reg = <0xf8007000 0x100>; + syscon = <&slcr>; }; global_timer: timer@f8f00200 { |
