arm64: zynqmp: Remove can aliases from zc1751
authorMichal Simek <michal.simek@xilinx.com>
Thu, 3 Jun 2021 10:32:18 +0000 (12:32 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 23 Jun 2021 07:48:35 +0000 (09:48 +0200)
Networking subsystem is not using aliases that's why remove them for CAN
devices. There is also no any other Xilinx ZynqMP DT file with them.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/dts/zynqmp-zc1751-xm016-dc2.dts
arch/arm/dts/zynqmp-zc1751-xm018-dc4.dts

index 1a8cfdeb7f45952b8c0bf997e1d218b74ef10533..c70a8da022ec01e944dcbbe0a4b59b607c6d104e 100644 (file)
@@ -19,8 +19,6 @@
        compatible = "xlnx,zynqmp-zc1751", "xlnx,zynqmp";
 
        aliases {
-               can0 = &can0;
-               can1 = &can1;
                ethernet0 = &gem2;
                gpio0 = &gpio;
                i2c0 = &i2c0;
index 48acea62c888b17dcf7fa5d55073f7d90500a2e1..cfcfe9327f4cd550882be01156af07ccb131e045 100644 (file)
@@ -17,8 +17,6 @@
        compatible = "xlnx,zynqmp-zc1751", "xlnx,zynqmp";
 
        aliases {
-               can0 = &can0;
-               can1 = &can1;
                ethernet0 = &gem0;
                ethernet1 = &gem1;
                ethernet2 = &gem2;