mirror of
				https://xff.cz/git/u-boot/
				synced 2025-10-31 18:35:42 +01:00 
			
		
		
		
	rockchip: dts: firefly: add usb host power supply node
firefly have a usb host. add dts node to provide power supply Signed-off-by: Eddie Cai <eddie.cai.linux@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
		| @@ -50,6 +50,11 @@ | |||||||
| 			rockchip,pins = <7 0 RK_FUNC_GPIO &pcfg_pull_up>; | 			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 { | &pwm1 { | ||||||
| @@ -61,6 +66,11 @@ | |||||||
| 	reg-shift = <2>; | 	reg-shift = <2>; | ||||||
| }; | }; | ||||||
|  |  | ||||||
|  | &usb_host1 { | ||||||
|  | 	vbus-supply = <&vcc_host_5v>; | ||||||
|  | 	status = "okay"; | ||||||
|  | }; | ||||||
|  |  | ||||||
| &sdmmc { | &sdmmc { | ||||||
| 	u-boot,dm-pre-reloc; | 	u-boot,dm-pre-reloc; | ||||||
| }; | }; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user