blob: 00852f5e54d4a5be69a163e86fa92fb32bad781d [file] [log] [blame]
Neil Armstrong640192d2023-01-19 14:44:18 +01001// 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};