]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm64: zynqmp: Use zcu102 revB dts file instead of revA
authorMichal Simek <michal.simek@xilinx.com>
Tue, 25 Jul 2017 10:55:22 +0000 (12:55 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 25 Jul 2017 12:31:51 +0000 (14:31 +0200)
Remove already fixed nodes from revB and also add compatible property
with rev1.0 string.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/dts/zynqmp-zcu102-rev1.0.dts

index 894d72b0f3db304336c1d18764214b6662a3a784..323a674e3a62f3aef69c21a8fe2ff641be646801 100644 (file)
@@ -8,37 +8,11 @@
  * SPDX-License-Identifier:    GPL-2.0+
  */
 
-#include "zynqmp-zcu102-revA.dts"
+#include "zynqmp-zcu102-revB.dts"
 
 / {
        model = "ZynqMP ZCU102 Rev1.0";
-};
-
-&gem3 {
-       phy-handle = <&phyc>;
-       phyc: phy@c {
-               reg = <0xc>;
-               ti,rx-internal-delay = <0x8>;
-               ti,tx-internal-delay = <0xa>;
-               ti,fifo-depth = <0x1>;
-       };
-       /* Cleanup from RevA */
-       /delete-node/ phy@21;
-};
-
-/* Different qspi 512Mbit version */
-
-/* Fix collision with u61 */
-&i2c0 {
-       i2cswitch@75 {
-               i2c@2 {
-                       max15303@1b { /* u8 */
-                               compatible = "max15303";
-                               reg = <0x1b>;
-                       };
-                       /delete-node/ max15303@20;
-               };
-       };
+       compatible = "xlnx,zynqmp-zcu102-rev1.0", "xlnx,zynqmp-zcu102", "xlnx,zynqmp";
 };
 
 &eeprom  {