commit | 6b0f2481f5a6dcdc1ea8ce42d3101d276533ce88 | [log] [tgz] |
---|---|---|
author | Roman Stratiienko <r.stratiienko@gmail.com> | Tue May 12 21:24:49 2020 +0300 |
committer | Jagan Teki <jagan@amarulasolutions.com> | Mon Jun 01 22:37:51 2020 +0530 |
tree | bb896fe665a67faae2c3778f4f393de378e68c97 | |
parent | a0084ed8eaede4a8340b0a43be918cc37fa1b9c6 [diff] |
phy: sun4i-usb: Align H6 initialization logic with the kernel H6 SOC needs additional initialization of PHY registers. Corresponding changes can be found in the kernel patch [1]. Without this changes there is no enumeration of 'musb' gadget. [1] - https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=ae409cc7c3cdb9ac4a1dba3eae70efec3d6b6c79 Fixes: 35fa673e0e5f ("sunxi: phy: Add USB PHY support for Allwinner H6") Signed-off-by: Roman Stratiienko <r.stratiienko@gmail.com> Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>