Skip to content

Commit a6256b3

Browse files
superna9999pH5
authored andcommitted
dt-bindings: reset: meson-g12a: Add missing USB2 PHY resets
The G12A Documentation lacked these 2 reset lines, but they are present and used for each USB 2 PHYs. Add them to the dt-bindings for the upcoming USB support. Fixes: dbfc545 ("dt-bindings: reset: meson: add g12a bindings") Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> Reviewed-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
1 parent 9e98c67 commit a6256b3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

include/dt-bindings/reset/amlogic,meson-g12a-reset.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,10 @@
5151
#define RESET_SD_EMMC_A 44
5252
#define RESET_SD_EMMC_B 45
5353
#define RESET_SD_EMMC_C 46
54-
/* 47-60 */
54+
/* 47 */
55+
#define RESET_USB_PHY20 48
56+
#define RESET_USB_PHY21 49
57+
/* 50-60 */
5558
#define RESET_AUDIO_CODEC 61
5659
/* 62-63 */
5760
/* RESET2 */

0 commit comments

Comments
 (0)