Re: [PATCH v2] arm64: tegra: jetson-tx1: Fix USB_VBUS_EN0 regulator

2020-11-18 Thread Greg KH
On Thu, Nov 19, 2020 at 11:07:29AM +0800, JC Kuo wrote: > USB_VBUS_EN0 regulator (regulator@11) is being overwritten by vdd-cam-1v2 > regulator. This commit rearrange USB_VBUS_EN0 to be regulator@14. > > Fixes: 257c8047be44 ("arm64: tegra: jetson-tx1: Add camera supplies") > Signed-off-by: JC Kuo

[PATCH v2] arm64: tegra: jetson-tx1: Fix USB_VBUS_EN0 regulator

2020-11-18 Thread JC Kuo
USB_VBUS_EN0 regulator (regulator@11) is being overwritten by vdd-cam-1v2 regulator. This commit rearrange USB_VBUS_EN0 to be regulator@14. Fixes: 257c8047be44 ("arm64: tegra: jetson-tx1: Add camera supplies") Signed-off-by: JC Kuo Reviewed-by: Jon Hunter --- v2: add 'Fixes:' tag add Rev