mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 23:47:24 +00:00
0ce0feb046
In order to be able to get rid of the non-DM MDIO bus registered in mvneta driver, start using the DM registered one in Turris MOX board code. This also allows us to drop the hack introduced in MOX' -u-boot.dtsi file. Signed-off-by: Marek Behún <marek.behun@nic.cz> Reviewed-by: Stefan Roese <sr@denx.de>
8 lines
141 B
Text
8 lines
141 B
Text
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
/*
|
|
* 2022 by Marek Behún <kabel@kernel.org>
|
|
*/
|
|
|
|
&usb3 {
|
|
vbus-supply = <&exp_usb3_vbus>;
|
|
};
|