From 3726179e084c2205b0a6af6479eeb8349e9c6c09 Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Tue, 22 Mar 2022 14:25:45 +0100 Subject: ARM: dts: stm32mp: remove no-longer required DT override These same properties have been available in the upstream DT since Linux commit c9669b4692ce ("ARM: dts: stm32: add usbphyc vdda1v1 and vdda1v8 supplies on stm32mp151") imported to barebox with commit f826d85b7ab0 ("dts: update to v5.12-rc1"). They can thus be safely dropped now. Signed-off-by: Ahmad Fatoum Link: https://lore.barebox.org/20220322132545.227838-1-a.fatoum@pengutronix.de Signed-off-by: Sascha Hauer --- arch/arm/dts/stm32mp151.dtsi | 5 ----- 1 file changed, 5 deletions(-) (limited to 'arch/arm/dts') diff --git a/arch/arm/dts/stm32mp151.dtsi b/arch/arm/dts/stm32mp151.dtsi index eac997dfce..7b07aaf7cf 100644 --- a/arch/arm/dts/stm32mp151.dtsi +++ b/arch/arm/dts/stm32mp151.dtsi @@ -50,8 +50,3 @@ &bsec { barebox,provide-mac-address = <ðernet0 0x39>; }; - -&usbphyc { - vdda1v1-supply = <®11>; - vdda1v8-supply = <®18>; -}; -- cgit v1.2.3