
6 Nov
2017
6 Nov
'17
11:11 p.m.
To correctly model the usbhub_enable regulator for U-Boot, we need to change the settings to:
- the GPIO polarity is GPIO_ACTIVE_LOW
- should be set to inactive (enable-active-low) when boot-on settings are applied
- it can be changed at runtime (i.e. remove the always-on)
Signed-off-by: Philipp Tomsich philipp.tomsich@theobroma-systems.com
arch/arm/dts/rk3399-puma.dtsi | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
Applied to u-boot-rockchip, thanks!