mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-07-12 00:43:36 -04:00
These clocks have been broken for a long time unfortunately, a hurdle of misc problems made them stop working at some point breaking USB and audio on Ux500. The platform as such and all "regular" clocks are migrated to OF/device tree, so let's migrate also this driver. With this patch and the corresponding DTS fixes, and a bunch of probe deferral fixes, audio starts working again on Ux500. Cc: Ulf Hansson <ulf.hansson@linaro.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
11 lines
240 B
C
11 lines
240 B
C
#ifndef __STE_CLK_AB8500_H__
|
|
#define __STE_CLK_AB8500_H__
|
|
|
|
#define AB8500_SYSCLK_BUF2 0
|
|
#define AB8500_SYSCLK_BUF3 1
|
|
#define AB8500_SYSCLK_BUF4 2
|
|
#define AB8500_SYSCLK_ULP 3
|
|
#define AB8500_SYSCLK_INT 4
|
|
#define AB8500_SYSCLK_AUDIO 5
|
|
|
|
#endif
|