Skip to content
Snippets Groups Projects
Commit 07352c96 authored by Eddie Cai's avatar Eddie Cai Committed by Simon Glass
Browse files

rockchip: dts: firefly: add usb host power supply node


firefly have a usb host. add dts node to provide power supply

Signed-off-by: default avatarEddie Cai <eddie.cai.linux@gmail.com>
Acked-by: default avatarSimon Glass <sjg@chromium.org>
parent 3af803a5
No related branches found
No related tags found
No related merge requests found
......@@ -50,6 +50,11 @@
rockchip,pins = <7 0 RK_FUNC_GPIO &pcfg_pull_up>;
};
};
usb_host {
host_vbus_drv: host-vbus-drv {
rockchip,pins = <0 14 RK_FUNC_GPIO &pcfg_pull_none>;
};
};
};
&pwm1 {
......@@ -61,6 +66,11 @@
reg-shift = <2>;
};
&usb_host1 {
vbus-supply = <&vcc_host_5v>;
status = "okay";
};
&sdmmc {
u-boot,dm-pre-reloc;
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment