
3 Jul
2017
3 Jul
'17
6:35 p.m.
Use dev_read_bool() instead of fdt_getprop() to get the property from DTS. And add a comment for "hnp-srp-disable" property to fully describe its effect.
Signed-off-by: Meng Dongyang daniel.meng@rock-chips.com Reviewed-by: Philipp Tomsich philipp.tomsich@theobroma-systems.com Acked-by: Philipp Tomsich philipp.tomsich@theobroma-systems.com
Changes in v8: None Changes in v7:
- Romove unused variable ‘prop’ in dwc2 driver
Changes in v6:
- New patch
- Use dev_read_bool() instead of fdt_getprop()
- Add a comment for "hnp-srp-disable" feature
drivers/usb/host/dwc2.c | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-)
Applied to u-boot-rockchip/next, thanks!