aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include
diff options
context:
space:
mode:
authorOlof Johansson <olof@lixom.net>2019-04-07 15:14:00 -0700
committerOlof Johansson <olof@lixom.net>2019-04-07 15:14:00 -0700
commit57683e452b73d1f4f7fbe4627196139b9772c51a (patch)
treeaac059cf6cf4f6b9c673a7e71feefa3d0e12ec42 /include
parentdt-bindings: cpu: Fix JSON schema (diff)
parentreset: meson-audio-arb: Fix missing .owner setting of reset_controller_dev (diff)
downloadwireguard-linux-57683e452b73d1f4f7fbe4627196139b9772c51a.tar.xz
wireguard-linux-57683e452b73d1f4f7fbe4627196139b9772c51a.zip
Merge tag 'reset-fixes-for-v5.1' of git://git.pengutronix.de/pza/linux into arm/fixes
Reset controller fixes for v5.1 This tag adds missing USB PHY reset lines to the Meson G12A reset controller header and fixes the Meson Audio ARB driver to prevent module unloading while it is in use. * tag 'reset-fixes-for-v5.1' of git://git.pengutronix.de/pza/linux: reset: meson-audio-arb: Fix missing .owner setting of reset_controller_dev dt-bindings: reset: meson-g12a: Add missing USB2 PHY resets Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'include')
-rw-r--r--include/dt-bindings/reset/amlogic,meson-g12a-reset.h5
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 8063e8314eef..6d487c5eba2c 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 */