]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
dts: zc706: Enable zynq qspi controller node
authorJagan Teki <jteki@openedev.com>
Sat, 15 Aug 2015 17:46:21 +0000 (23:16 +0530)
committerJagan Teki <jteki@openedev.com>
Sun, 25 Oct 2015 14:47:02 +0000 (20:17 +0530)
Enabled zynq qspi controller node for zc706 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-zc706.dts

index cf7bce4468de227f251cf7705d8b1329d0bc9c8f..fc336ea5c9d001b0468822ee48dbd6667782553a 100644 (file)
@@ -17,6 +17,7 @@
                ethernet0 = &gem0;
                i2c0 = &i2c0;
                serial0 = &uart1;
+               spi0 = &qspi;
        };
 
        memory {
        pinctrl-0 = <&pinctrl_uart1_default>;
 };
 
+&qspi {
+       status = "okay";
+};
+
 &usb0 {
        status = "okay";
        dr_mode = "host";