]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
clk-bcm2835: Add claim-clocks property
authorPhil Elwell <phil@raspberrypi.org>
Mon, 13 Feb 2017 17:20:08 +0000 (17:20 +0000)
committerStefan Bader <stefan.bader@canonical.com>
Fri, 11 Aug 2017 10:57:52 +0000 (12:57 +0200)
commitec4050a0ba26930c716dc1039c0d99cc788991e3
tree795b3f84520774d6e86da46b9771372dfc9727c7
parent406906a068f510637b73bc1f1e030d38bd1b05cc
clk-bcm2835: Add claim-clocks property

The claim-clocks property can be used to prevent PLLs and dividers
from being marked as critical. It contains a vector of clock IDs,
as defined by dt-bindings/clock/bcm2835.h.

Use this mechanism to claim PLLD_DSI0, PLLD_DSI1, PLLH_AUX and
PLLH_PIX for the vc4_kms_v3d driver.

Signed-off-by: Phil Elwell <phil@raspberrypi.org>
arch/arm/boot/dts/overlays/vc4-kms-v3d-overlay.dts
drivers/clk/bcm/clk-bcm2835.c