summaryrefslogtreecommitdiff
path: root/drivers/clk/meson/gxbb-aoclk-32k.c
AgeCommit message (Collapse)AuthorFilesLines
2019-01-07clk: meson: gxbb-ao: replace cec-32k with the dual dividerJerome Brunet1-193/+0
Replace the cec-32k clock of gxbb-ao with the simpler dual divider driver. The dual divider implements only the dividing part. All the other bits are now exposed using simple elements, such as gates and muxes Signed-off-by: Jerome Brunet <jbrunet@baylibre.com> Acked-by: Neil Armstrong <narmstrong@baylibre.com> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> Link: https://lkml.kernel.org/r/20181221160239.26265-5-jbrunet@baylibre.com
2018-05-18clk: meson: use SPDX license identifiers consistentlyJerome Brunet1-2/+1
Replace every license notices in drivers/clk/meson by SPDX license identifiers, as described in license-rules.rst Acked-by: Neil Armstrong <narmstrong@baylibre.com> Acked-by: Stephen Boyd <sboyd@kernel.org> Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
2017-08-04clk: meson: gxbb-aoclk: Add CEC 32k clockNeil Armstrong1-0/+194
The CEC 32K AO Clock is a dual divider with dual counter to provide a more precise 32768Hz clock for the CEC subsystem from the external xtal. Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>