[U-Boot] [PATCH] mips: xilfpga: fix DTC warnings

Daniel Schwierzeck daniel.schwierzeck at gmail.com
Sat Dec 15 18:19:33 UTC 2018


This fixes following DTC warning:

arch/mips/dts/nexys4ddr.dtb: Warning (compatible_is_string_list): /ethernet at 10e00000/mdio/phy at 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 at gmail.com>

---

 arch/mips/dts/nexys4ddr.dts | 1 -
 1 file changed, 1 deletion(-)

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 at 1 {
-				compatible = <0x0007c0f0 0xfffffff0>;
 				device_type = "ethernet-phy";
 				reg = <1>;
 			} ;
-- 
2.20.1



More information about the U-Boot mailing list