diff options
author | Tom Rini <trini@konsulko.com> | 2019-05-31 07:16:28 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-05-31 07:16:28 -0400 |
commit | 55955427cb617763d63e219d4f26d9a9434bc3e2 (patch) | |
tree | bdfc6943584be23fa8fd8e83c94b60790a42cf48 /include/dt-bindings/reset/amlogic,meson-g12a-reset.h | |
parent | e2822ccc2c7c0ba8d7d959a1fa1e6221ed135423 (diff) | |
parent | d0b1f72a04e49cb2abfac5c4e13696eabc125132 (diff) |
Merge tag 'u-boot-amlogic-20190531' of git://git.denx.de/u-boot-amlogic
- Sync DT with Linux 5.2-rc1 for G12A
- Add USB clock support that was introduced in 5.2-rc1 bindings
- Add currently in-review for Linux eMMC & USB DT for G12A in -u-boot.dtsi
- Fix PHY routing to external PHY when chainloading from a misconfigred bootloader
- Remove useless PHY GPIO reset from q200 board file
- Enable USB support for Amlogic U200 reference board
Diffstat (limited to 'include/dt-bindings/reset/amlogic,meson-g12a-reset.h')
-rw-r--r-- | include/dt-bindings/reset/amlogic,meson-g12a-reset.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/dt-bindings/reset/amlogic,meson-g12a-reset.h b/include/dt-bindings/reset/amlogic,meson-g12a-reset.h index 8063e8314e..6d487c5eba 100644 --- a/include/dt-bindings/reset/amlogic,meson-g12a-reset.h +++ b/include/dt-bindings/reset/amlogic,meson-g12a-reset.h @@ -51,7 +51,10 @@ #define RESET_SD_EMMC_A 44 #define RESET_SD_EMMC_B 45 #define RESET_SD_EMMC_C 46 -/* 47-60 */ +/* 47 */ +#define RESET_USB_PHY20 48 +#define RESET_USB_PHY21 49 +/* 50-60 */ #define RESET_AUDIO_CODEC 61 /* 62-63 */ /* RESET2 */ |