mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-29 08:01:08 +00:00
arm64: zynqmp: Remove can aliases from zc1751
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>
This commit is contained in:
parent
43086886ad
commit
0c79419d35
2 changed files with 0 additions and 4 deletions
|
@ -19,8 +19,6 @@
|
|||
compatible = "xlnx,zynqmp-zc1751", "xlnx,zynqmp";
|
||||
|
||||
aliases {
|
||||
can0 = &can0;
|
||||
can1 = &can1;
|
||||
ethernet0 = &gem2;
|
||||
gpio0 = &gpio;
|
||||
i2c0 = &i2c0;
|
||||
|
|
|
@ -17,8 +17,6 @@
|
|||
compatible = "xlnx,zynqmp-zc1751", "xlnx,zynqmp";
|
||||
|
||||
aliases {
|
||||
can0 = &can0;
|
||||
can1 = &can1;
|
||||
ethernet0 = &gem0;
|
||||
ethernet1 = &gem1;
|
||||
ethernet2 = &gem2;
|
||||
|
|
Loading…
Reference in a new issue