summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2022-03-22 14:25:45 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2022-03-28 10:20:20 +0200
commit3726179e084c2205b0a6af6479eeb8349e9c6c09 (patch)
tree7f230c48011ea054200162c52fcfb956d38ccbc8 /arch/arm/dts
parent26dc1bf751724540716a4a17a80f7605ebf61b3a (diff)
downloadbarebox-3726179e084c2205b0a6af6479eeb8349e9c6c09.tar.gz
barebox-3726179e084c2205b0a6af6479eeb8349e9c6c09.tar.xz
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 <a.fatoum@pengutronix.de> Link: https://lore.barebox.org/20220322132545.227838-1-a.fatoum@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/dts')
-rw-r--r--arch/arm/dts/stm32mp151.dtsi5
1 files changed, 0 insertions, 5 deletions
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 = <&ethernet0 0x39>;
};
-
-&usbphyc {
- vdda1v1-supply = <&reg11>;
- vdda1v8-supply = <&reg18>;
-};