diff options
author | Maxime Ripard <maxime@cerno.tech> | 2020-06-11 11:23:16 +0200 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2020-06-19 17:13:53 -0700 |
commit | 1bc95972715ab81fd3fa9f5b45ace5bb607af1b5 (patch) | |
tree | 6eb39ef9ce57c3d5178e20eb155fdfadc441d1c0 /drivers/clk/bcm/Kconfig | |
parent | 8dda00049093786c9ff8cf9474b96aa60ed961cd (diff) | |
download | linux-1bc95972715ab81fd3fa9f5b45ace5bb607af1b5.tar.gz linux-1bc95972715ab81fd3fa9f5b45ace5bb607af1b5.tar.bz2 linux-1bc95972715ab81fd3fa9f5b45ace5bb607af1b5.zip |
clk: bcm: Add BCM2711 DVP driver
The HDMI block has a block that controls clocks and reset signals to the
HDMI0 and HDMI1 controllers.
Let's expose that through a clock driver implementing a clock and reset
provider.
Cc: Michael Turquette <mturquette@baylibre.com>
Cc: Stephen Boyd <sboyd@kernel.org>
Cc: Rob Herring <robh+dt@kernel.org>
Cc: linux-clk@vger.kernel.org
Cc: devicetree@vger.kernel.org
Reviewed-by: Stephen Boyd <sboyd@kernel.org>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Link: https://lore.kernel.org/r/bb60d97fc76b61c2eabef5a02ebd664c0f57ede0.1591867332.git-series.maxime@cerno.tech
Acked-by: Stefan Wahren <stefan.wahren@i2se.com>
Reviewed-by: Nicolas Saenz Julienne <nsaenzjulienne@suse.de>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'drivers/clk/bcm/Kconfig')
-rw-r--r-- | drivers/clk/bcm/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/clk/bcm/Kconfig b/drivers/clk/bcm/Kconfig index 8c83977a7dc4..784f12c72365 100644 --- a/drivers/clk/bcm/Kconfig +++ b/drivers/clk/bcm/Kconfig @@ -1,4 +1,15 @@ # SPDX-License-Identifier: GPL-2.0-only + +config CLK_BCM2711_DVP + tristate "Broadcom BCM2711 DVP support" + depends on ARCH_BCM2835 ||COMPILE_TEST + depends on COMMON_CLK + default ARCH_BCM2835 + select RESET_SIMPLE + help + Enable common clock framework support for the Broadcom BCM2711 + DVP Controller. + config CLK_BCM2835 bool "Broadcom BCM2835 clock support" depends on ARCH_BCM2835 || ARCH_BRCMSTB || COMPILE_TEST |