Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: clk: axg-audio: add sm1 bindings

Add the compatible and clock ids of the sm1 audio clock controller

Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>

+12 -1
+2 -1
Documentation/devicetree/bindings/clock/amlogic,axg-audio-clkc.txt
··· 7 7 Required Properties: 8 8 9 9 - 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. 11 12 - reg : physical base address of the clock controller and length of 12 13 memory mapped region. 13 14 - clocks : a list of phandle + clock-specifier pairs for the clocks listed
+10
include/dt-bindings/clock/axg-audio-clkc.h
··· 80 80 #define AUD_CLKID_TDM_SCLK_PAD0 160 81 81 #define AUD_CLKID_TDM_SCLK_PAD1 161 82 82 #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 83 93 84 94 #endif /* __AXG_AUDIO_CLKC_BINDINGS_H */