ARM: dts: stm32mp1: remove override for g-tx-fifo-size
authorPatrick Delaunay <[email protected]>
Tue, 18 Jun 2019 14:57:17 +0000 (16:57 +0200)
committerPatrice Chotard <[email protected]>
Wed, 19 Jun 2019 14:56:11 +0000 (16:56 +0200)
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 <[email protected]>
arch/arm/dts/stm32mp157c-ev1-u-boot.dtsi

index 5b19e44d2fb4627d9448bd61d7ab2ee6ef44ee78..994092a195bb4a5a1890d9b464cd9189b052a10f 100644 (file)
        };
 };
 
-&usbotg_hs {
-       g-tx-fifo-size = <576>;
-};
-
 &v3v3 {
        regulator-always-on;
 };