Neil Armstrong | cad91fa | 2023-01-19 14:44:18 +0100 | [diff] [blame] | 1 | // SPDX-License-Identifier: (GPL-2.0+ OR MIT) |
2 | /* | ||||
3 | * Copyright (c) 2023 Neil Armstrong <neil.armstrong@linaro.org> | ||||
4 | */ | ||||
5 | |||||
6 | #include "meson-g12-common-u-boot.dtsi" | ||||
7 | |||||
8 | /* RK817/818 BOOST regulator aren't supported yet, so remove phandles from PHY nodes */ | ||||
9 | |||||
10 | &usb2_phy1 { | ||||
11 | /delete-property/ phy-supply; | ||||
12 | }; | ||||
13 | |||||
14 | &usb3_pcie_phy { | ||||
15 | /delete-property/ phy-supply; | ||||
16 | }; |