Skip to content

Commit 0ea0a18

Browse files
committed
dt-bindings: clk: axg-audio: add sm1 bindings
Add the compatible and clock ids of the sm1 audio clock controller Reviewed-by: Neil Armstrong <[email protected]> Signed-off-by: Jerome Brunet <[email protected]>
1 parent 54ecb8f commit 0ea0a18

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-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 */

0 commit comments

Comments
 (0)