dts: zed: Enable zynq qspi controller node
authorJagan Teki <jteki@openedev.com>
Sat, 15 Aug 2015 17:49:05 +0000 (23:19 +0530)
committerJagan Teki <jteki@openedev.com>
Sun, 25 Oct 2015 14:47:02 +0000 (20:17 +0530)
Enabled zynq qspi controller node for zed board.

Signed-off-by: Jagan Teki <jteki@openedev.com>
Cc: Simon Glass <sjg@chromium.org>
Cc: Siva Durga Prasad Paladugu <sivadur@xilinx.com>
Acked-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/dts/zynq-zed.dts

index 5762576fea2de490aeb046f9dec16ad48c20f252..363049085fb15a342b3e54fb091612f3d49a15ff 100644 (file)
@@ -16,6 +16,7 @@
        aliases {
                ethernet0 = &gem0;
                serial0 = &uart1;
+               spi0 = &qspi;
        };
 
        memory {
        status = "okay";
 };
 
+&qspi {
+       status = "okay";
+};
+
 &usb0 {
        status = "okay";
        dr_mode = "host";