From: Patrick Delaunay Date: Tue, 18 Jun 2019 14:57:17 +0000 (+0200) Subject: ARM: dts: stm32mp1: remove override for g-tx-fifo-size X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=de6e4a6f5c3cd12ccda8d408ea60079211346e5e;p=project%2Fbcm63xx%2Fu-boot.git ARM: dts: stm32mp1: remove override for g-tx-fifo-size Remove the override for usbotg_hs on g-tx-fifo-size as the correct binding, used in the kernel device tree, is now supported in dwc2 device driver. Signed-off-by: Patrick Delaunay --- diff --git a/arch/arm/dts/stm32mp157c-ev1-u-boot.dtsi b/arch/arm/dts/stm32mp157c-ev1-u-boot.dtsi index 5b19e44d2f..994092a195 100644 --- a/arch/arm/dts/stm32mp157c-ev1-u-boot.dtsi +++ b/arch/arm/dts/stm32mp157c-ev1-u-boot.dtsi @@ -56,10 +56,6 @@ }; }; -&usbotg_hs { - g-tx-fifo-size = <576>; -}; - &v3v3 { regulator-always-on; };