Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-binding: clock: Add missing rk3568 cru bindings

The rk3568 cru requires a clock input and a phandle to the grf node. Add
these bindings to clear some dtbs_check warnings.

Signed-off-by: Peter Geis <pgwipeout@gmail.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20220511150117.113070-2-pgwipeout@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>

authored by

Peter Geis and committed by
Heiko Stuebner
b21445db 6931f85c

+13
+13
Documentation/devicetree/bindings/clock/rockchip,rk3568-cru.yaml
··· 34 34 "#reset-cells": 35 35 const: 1 36 36 37 + clocks: 38 + maxItems: 1 39 + 40 + clock-names: 41 + const: xin24m 42 + 43 + rockchip,grf: 44 + $ref: /schemas/types.yaml#/definitions/phandle 45 + description: 46 + Phandle to the syscon managing the "general register files" (GRF), 47 + if missing pll rates are not changeable, due to the missing pll 48 + lock status. 49 + 37 50 required: 38 51 - compatible 39 52 - reg