ARM: zynq: Fix usb phy node for Zybo
authorMichal Simek <michal.simek@xilinx.com>
Thu, 7 Apr 2016 12:42:53 +0000 (14:42 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 13 Apr 2016 16:29:02 +0000 (18:29 +0200)
Compatible property should be the first.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/dts/zynq-zybo.dts

index f32923f..f8dcf1d 100644 (file)
@@ -31,8 +31,8 @@
        };
 
        usb_phy0: phy0 {
-               #phy-cells = <0>;
                compatible = "usb-nop-xceiv";
+               #phy-cells = <0>;
                reset-gpios = <&gpio0 46 1>;
        };
 };