From 684b68e0277d5d8a2498c4281a5df22354585b41 Mon Sep 17 00:00:00 2001 From: Nathan Rossi Date: Tue, 17 Sep 2013 18:35:35 +1000 Subject: 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 --- conf/machine/boards/qemu/qemuzynq.dts | 2 ++ 1 file changed, 2 insertions(+) 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 @@ ps7_wdt_0: ps7-wdt@f8005000 { compatible = "invalid"; }; ps7_can_0: ps7-can@e0008000 { compatible = "invalid"; }; ps7_can_1: ps7-can@e0009000 { compatible = "invalid"; }; + /* Not Implemented in QEMU */ + ps7_xadc: ps7-xadc@f8007100 { compatible = "invalid"; } ; } ; } ; -- cgit v1.2.3-54-g00ecf