mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
mips: xilfpga: fix DTC warnings
This fixes following DTC warning: arch/mips/dts/nexys4ddr.dtb: Warning (compatible_is_string_list): /ethernet@10e00000/mdio/phy@1:compatible: property is not a string list As upstream DTS in Linux doesn't have the offending property, simply remove it to fix the warning. Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
This commit is contained in:
parent
d2f02586fd
commit
8da7495299
1 changed files with 0 additions and 1 deletions
|
@ -40,7 +40,6 @@
|
|||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
phy0: phy@1 {
|
||||
compatible = <0x0007c0f0 0xfffffff0>;
|
||||
device_type = "ethernet-phy";
|
||||
reg = <1>;
|
||||
} ;
|
||||
|
|
Loading…
Reference in a new issue