summaryrefslogtreecommitdiff
path: root/arch/mips/dts
diff options
context:
space:
mode:
authorDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2018-12-15 21:19:33 +0300
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2018-12-19 17:23:01 +0300
commit8da7495299230fb77d354ad507c5216f46d1dd37 (patch)
treeb371834b52be001c1f05522ab0aefb3e1c5ecab5 /arch/mips/dts
parentd2f02586fdd43b7a8aed9ce305599a478cfde3b0 (diff)
downloadu-boot-8da7495299230fb77d354ad507c5216f46d1dd37.tar.xz
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>
Diffstat (limited to 'arch/mips/dts')
-rw-r--r--arch/mips/dts/nexys4ddr.dts1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/dts/nexys4ddr.dts b/arch/mips/dts/nexys4ddr.dts
index e254ab1eaa..6de8584ea7 100644
--- a/arch/mips/dts/nexys4ddr.dts
+++ b/arch/mips/dts/nexys4ddr.dts
@@ -40,7 +40,6 @@
#address-cells = <1>;
#size-cells = <0>;
phy0: phy@1 {
- compatible = <0x0007c0f0 0xfffffff0>;
device_type = "ethernet-phy";
reg = <1>;
} ;