]> rtime.felk.cvut.cz Git - zynq/linux.git/commitdiff
Xilinx: ARM: fixed board compatible in zc770 DC2 devicetree.
authorBryce Kellogg <bryce.kellogg@xilinx.com>
Wed, 15 Aug 2012 21:24:56 +0000 (14:24 -0700)
committerJohn Linn <john.linn@xilinx.com>
Wed, 15 Aug 2012 23:21:26 +0000 (16:21 -0700)
The DC2 device tree was declaring itself compatible with zc770
DC1. This is no longer true due to USB reset changes. The
compatible line has therefore been changed to the more generic
zynq-zc770.

Signed-off-by: Bryce Kellogg <bryce.kellogg@xilinx.com>
arch/arm/boot/dts/zynq-zc770-xm011.dts

index bf6d9f068e376f9ac0210b7056b8c36f91af6f8d..35028340a7c77f0d481585b8a03a4d2fe0585473 100755 (executable)
@@ -2,7 +2,7 @@
 
 / {
        model = "Xilinx Zynq ZC770 - V&C dt1 - minimum)";
-       compatible = "xlnx,zynq-zc770-xm010";
+       compatible = "xlnx,zynq-zc770";
        #address-cells = <0x1>;
        #size-cells = <0x1>;
        interrupt-parent = <0x1>;