mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-11 22:03:15 +00:00
17 lines
348 B
Text
17 lines
348 B
Text
|
// 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;
|
||
|
};
|