]> git.proxmox.com Git - mirror_ubuntu-artful-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)
committerKhalid Elmously <khalid.elmously@canonical.com>
Fri, 16 Feb 2018 22:07:45 +0000 (17:07 -0500)
commit6ccf60758ce0f4e6c38503c46e868387b6131845
treeb918ab8e10b895377dd40d73c37afa1d960d52df
parent9b930987d882ed751f22aae2265f8a9c09ec855f
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>
drivers/clk/bcm/clk-bcm2835.c