clk-bcm2835: Add claim-clocks property
authorPhil Elwell <phil@raspberrypi.org>
Mon, 13 Feb 2017 17:20:08 +0000 (17:20 +0000)
committerRaspbian kernel package updater <root@raspbian.org>
Sat, 31 Mar 2018 14:45:37 +0000 (15:45 +0100)
commit58d1be81b44ce47db854f4cdc6d221c70877cf6e
tree1db3689d1642be90ed523c491832ee4be5c2fbf7
parent7fcfbaba8eaf9634de18c16287cf0d51051bd930
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