Neil Armstrong | 640192d | 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 | }; |
Neil Armstrong | de58694 | 2023-02-10 11:25:07 +0100 | [diff] [blame] | 17 | |
| 18 | &vcc_2v3 { |
| 19 | regulator-init-microvolt = <2400000>; |
| 20 | }; |
| 21 | |
| 22 | &vdd_ee { |
| 23 | regulator-init-microvolt = <875000>; |
| 24 | }; |