aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Delaunay <patrick.delaunay@st.com>2019-06-18 16:57:17 +0200
committerPatrice Chotard <patrice.chotard@st.com>2019-06-19 16:56:11 +0200
commitde6e4a6f5c3cd12ccda8d408ea60079211346e5e (patch)
treec692044a9a17ea0cad0180484e73c303194d1194
parent7350a75b517b6162c8f832a9ead09b9e26e8068f (diff)
downloadu-boot-de6e4a6f5c3cd12ccda8d408ea60079211346e5e.zip
u-boot-de6e4a6f5c3cd12ccda8d408ea60079211346e5e.tar.gz
u-boot-de6e4a6f5c3cd12ccda8d408ea60079211346e5e.tar.bz2
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 <patrick.delaunay@st.com>
-rw-r--r--arch/arm/dts/stm32mp157c-ev1-u-boot.dtsi4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/dts/stm32mp157c-ev1-u-boot.dtsi b/arch/arm/dts/stm32mp157c-ev1-u-boot.dtsi
index 5b19e44..994092a 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;
};