summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Rossi <nathan.rossi@xilinx.com>2013-09-17 18:35:35 +1000
committerNathan Rossi <nathan.rossi@xilinx.com>2013-09-17 18:35:35 +1000
commit684b68e0277d5d8a2498c4281a5df22354585b41 (patch)
tree792031fa7752789b0df617588c82be3a985ad5a6
parenta16dfa56e5b9d17efb3f1ec1e26145eadc5c809c (diff)
downloadmeta-xilinx-684b68e0277d5d8a2498c4281a5df22354585b41.tar.gz
qemuzynq.dts: Fix issue preventing proper boot of qemuzynq
* '137abefc80c2bd240960ae16626ed6564a8a9196' introduced a fix to the register mapping of the ps7-adc node, this fix allows Linux to attempt to correctly probe the xadc peripheral however QEMU does not emulate this device. * Invalidate node for qemuzynq platform to allow the kernel to correctly boot. Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
-rw-r--r--conf/machine/boards/qemu/qemuzynq.dts2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/boards/qemu/qemuzynq.dts b/conf/machine/boards/qemu/qemuzynq.dts
index b66bcf81..772144fa 100644
--- a/conf/machine/boards/qemu/qemuzynq.dts
+++ b/conf/machine/boards/qemu/qemuzynq.dts
@@ -61,5 +61,7 @@
61 ps7_wdt_0: ps7-wdt@f8005000 { compatible = "invalid"; }; 61 ps7_wdt_0: ps7-wdt@f8005000 { compatible = "invalid"; };
62 ps7_can_0: ps7-can@e0008000 { compatible = "invalid"; }; 62 ps7_can_0: ps7-can@e0008000 { compatible = "invalid"; };
63 ps7_can_1: ps7-can@e0009000 { compatible = "invalid"; }; 63 ps7_can_1: ps7-can@e0009000 { compatible = "invalid"; };
64 /* Not Implemented in QEMU */
65 ps7_xadc: ps7-xadc@f8007100 { compatible = "invalid"; } ;
64 } ; 66 } ;
65} ; 67} ;