diff options
| author | Nathan Rossi <nathan.rossi@xilinx.com> | 2013-09-06 10:41:20 +1000 |
|---|---|---|
| committer | Nathan Rossi <nathan.rossi@xilinx.com> | 2013-09-06 10:41:20 +1000 |
| commit | 137abefc80c2bd240960ae16626ed6564a8a9196 (patch) | |
| tree | c71a896167b2708a501c990be98070c96603584c | |
| parent | 919140e4f793460054f9448994ca6e62f48ef17c (diff) | |
| download | meta-xilinx-137abefc80c2bd240960ae16626ed6564a8a9196.tar.gz | |
zynq-7-base.dtsi: Fix-up register mapping
* Fix-up the register mapping of the dev-cfg node which overlaps the
register space of the xadc node
Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
| -rw-r--r-- | conf/machine/boards/common/zynq-7-base.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/boards/common/zynq-7-base.dtsi b/conf/machine/boards/common/zynq-7-base.dtsi index dd36fa54..9354ca68 100644 --- a/conf/machine/boards/common/zynq-7-base.dtsi +++ b/conf/machine/boards/common/zynq-7-base.dtsi | |||
| @@ -218,7 +218,7 @@ | |||
| 218 | compatible = "xlnx,ps7-dev-cfg-1.00.a"; | 218 | compatible = "xlnx,ps7-dev-cfg-1.00.a"; |
| 219 | interrupt-parent = <&ps7_scugic_0>; | 219 | interrupt-parent = <&ps7_scugic_0>; |
| 220 | interrupts = < 0 8 4 >; | 220 | interrupts = < 0 8 4 >; |
| 221 | reg = < 0xf8007000 0x1000 >; | 221 | reg = < 0xf8007000 0x100 >; |
| 222 | } ; | 222 | } ; |
| 223 | ps7_iop_bus_config_0: ps7-iop-bus-config@e0200000 { | 223 | ps7_iop_bus_config_0: ps7-iop-bus-config@e0200000 { |
| 224 | compatible = "xlnx,ps7-iop-bus-config-1.00.a"; | 224 | compatible = "xlnx,ps7-iop-bus-config-1.00.a"; |
