diff options
author | Stephen Boyd <sboyd@kernel.org> | 2019-09-04 20:14:51 +0200 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2019-09-04 20:14:51 +0200 |
commit | 924a8c6edaed6152711975a06d5ce73b99c486f9 (patch) | |
tree | 0b4be4bd5091b398a875f5d0cc75245109bc8e6d /include/dt-bindings/clock | |
parent | Linus 5.3-rc1 (diff) | |
parent | clk: sunxi-ng: h6: Allow I2S to change parent rate (diff) | |
download | linux-924a8c6edaed6152711975a06d5ce73b99c486f9.tar.xz linux-924a8c6edaed6152711975a06d5ce73b99c486f9.zip |
Merge tag 'sunxi-clk-for-5.4-1' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into clk-allwinner
Pull Allwinner clock changes from Maxime Ripard:
A few patches to enable the V3 SoC and fix the i2s clock for the H6.
* tag 'sunxi-clk-for-5.4-1' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux:
clk: sunxi-ng: h6: Allow I2S to change parent rate
clk: sunxi-ng: v3s: add Allwinner V3 support
clk: sunxi-ng: v3s: add missing clock slices for MMC2 module clocks
dt-bindings: clk: sunxi-ccu: add compatible string for V3 CCU
clk: sunxi-ng: v3s: add the missing PLL_DDR1
Diffstat (limited to 'include/dt-bindings/clock')
-rw-r--r-- | include/dt-bindings/clock/sun8i-v3s-ccu.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/sun8i-v3s-ccu.h b/include/dt-bindings/clock/sun8i-v3s-ccu.h index c0d5d5599c87..014ac6123d17 100644 --- a/include/dt-bindings/clock/sun8i-v3s-ccu.h +++ b/include/dt-bindings/clock/sun8i-v3s-ccu.h @@ -104,4 +104,8 @@ #define CLK_MIPI_CSI 73 +/* Clocks not available on V3s */ +#define CLK_BUS_I2S0 75 +#define CLK_I2S0 76 + #endif /* _DT_BINDINGS_CLK_SUN8I_V3S_H_ */ |