summaryrefslogtreecommitdiff
path: root/arch/arm/dts/meson-g12b-odroid-go-ultra-u-boot.dtsi
blob: 00852f5e54d4a5be69a163e86fa92fb32bad781d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
 * Copyright (c) 2023 Neil Armstrong <neil.armstrong@linaro.org>
 */

#include "meson-g12-common-u-boot.dtsi"

/* RK817/818 BOOST regulator aren't supported yet, so remove phandles from PHY nodes */

&usb2_phy1 {
	/delete-property/ phy-supply;
};

&usb3_pcie_phy {
	/delete-property/ phy-supply;
};