Skip to content

Commit 44ef869

Browse files
committed
Merge branch 'v5.5/dt' into v5.5/drivers
2 parents 90b171f + aa03ea9 commit 44ef869

File tree

3 files changed

+27
-1
lines changed

3 files changed

+27
-1
lines changed

Documentation/devicetree/bindings/clock/amlogic,axg-audio-clkc.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ devices.
77
Required Properties:
88

99
- compatible : should be "amlogic,axg-audio-clkc" for the A113X and A113D,
10-
"amlogic,g12a-audio-clkc" for G12A.
10+
"amlogic,g12a-audio-clkc" for G12A,
11+
"amlogic,sm1-audio-clkc" for S905X3.
1112
- reg : physical base address of the clock controller and length of
1213
memory mapped region.
1314
- clocks : a list of phandle + clock-specifier pairs for the clocks listed

include/dt-bindings/clock/axg-audio-clkc.h

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,5 +80,15 @@
8080
#define AUD_CLKID_TDM_SCLK_PAD0 160
8181
#define AUD_CLKID_TDM_SCLK_PAD1 161
8282
#define AUD_CLKID_TDM_SCLK_PAD2 162
83+
#define AUD_CLKID_TOP 163
84+
#define AUD_CLKID_TORAM 164
85+
#define AUD_CLKID_EQDRC 165
86+
#define AUD_CLKID_RESAMPLE_B 166
87+
#define AUD_CLKID_TOVAD 167
88+
#define AUD_CLKID_LOCKER 168
89+
#define AUD_CLKID_SPDIFIN_LB 169
90+
#define AUD_CLKID_FRDDR_D 170
91+
#define AUD_CLKID_TODDR_D 171
92+
#define AUD_CLKID_LOOPBACK_B 172
8393

8494
#endif /* __AXG_AUDIO_CLKC_BINDINGS_H */

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,19 @@
3535
#define AUD_RESET_TOHDMITX 24
3636
#define AUD_RESET_CLKTREE 25
3737

38+
/* SM1 added resets */
39+
#define AUD_RESET_RESAMPLE_B 26
40+
#define AUD_RESET_TOVAD 27
41+
#define AUD_RESET_LOCKER 28
42+
#define AUD_RESET_SPDIFIN_LB 29
43+
#define AUD_RESET_FRATV 30
44+
#define AUD_RESET_FRHDMIRX 31
45+
#define AUD_RESET_FRDDR_D 32
46+
#define AUD_RESET_TODDR_D 33
47+
#define AUD_RESET_LOOPBACK_B 34
48+
#define AUD_RESET_EARCTX 35
49+
#define AUD_RESET_EARCRX 36
50+
#define AUD_RESET_FRDDR_E 37
51+
#define AUD_RESET_TODDR_E 38
52+
3853
#endif

0 commit comments

Comments
 (0)