diff options
Diffstat (limited to 'arch/arm/dts/meson-g12b-odroid-go-ultra-u-boot.dtsi')
| -rw-r--r-- | arch/arm/dts/meson-g12b-odroid-go-ultra-u-boot.dtsi | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/dts/meson-g12b-odroid-go-ultra-u-boot.dtsi b/arch/arm/dts/meson-g12b-odroid-go-ultra-u-boot.dtsi new file mode 100644 index 00000000000..00852f5e54d --- /dev/null +++ b/arch/arm/dts/meson-g12b-odroid-go-ultra-u-boot.dtsi @@ -0,0 +1,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; +}; |
