aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/dt-bindings/clock/sun8i-v3s-ccu.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-08-12clk: sunxi-ng: v3s: add Allwinner V3 supportIcenowy Zheng1-0/+4
Allwinner V3 has the same main die with V3s, but with more pins wired. There's a I2S bus on V3 that is not available on V3s. Add the V3-only peripheral's clocks and reset to the V3s CCU driver, bound to a new V3 compatible string. The driver name is not changed because it's part of the device tree binding (the header file name). Signed-off-by: Icenowy Zheng <icenowy@aosc.io> Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
2017-01-20clk: sunxi-ng: add support for V3s CCUIcenowy Zheng1-0/+107
V3s has a similar but cut-down CCU to H3. Some muxes, especially clocks about CSI, are different, which makes it to need a new CCU driver. Add such a new driver for it. Signed-off-by: Icenowy Zheng <icenowy@aosc.xyz> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>