From: Marek Vasut Date: Wed, 31 Mar 2021 09:24:31 +0000 (+0200) Subject: ARM: dts: k2g-evm: Use standard compatible string for USB no-op PHY X-Git-Tag: v2021.10~220^2~21 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c7eb5d2c2ece7dba9eddba8967a3ffa457936aa7;p=platform%2Fkernel%2Fu-boot.git ARM: dts: k2g-evm: Use standard compatible string for USB no-op PHY The standard compatible string is "usb-nop-xceiv", use it. Note that keystone-k2g.dtsi already uses the aforementioned compat string, so this patch can only remove the override. Signed-off-by: Marek Vasut Cc: Alexey Brodkin Cc: Eugeniy Paltsev Cc: Fabio Estevam Cc: Jean-Jacques Hiblot Cc: Murali Karicheri Cc: Peng Fan Cc: Stefano Babic Cc: Ye Li Cc: uboot-imx --- diff --git a/arch/arm/dts/keystone-k2g-evm.dts b/arch/arm/dts/keystone-k2g-evm.dts index 7c5deef..b5b511c 100644 --- a/arch/arm/dts/keystone-k2g-evm.dts +++ b/arch/arm/dts/keystone-k2g-evm.dts @@ -38,7 +38,6 @@ &usb0_phy { status = "okay"; - compatible = "nop-phy"; }; &usb0 { @@ -51,7 +50,6 @@ }; &usb1_phy { - compatible = "nop-phy"; status = "okay"; };