diff options
author | Peter Geis <pgwipeout@gmail.com> | 2022-05-11 17:01:12 +0200 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2022-05-14 12:40:41 +0200 |
commit | b21445db9818ccb9fa1c0ba81fd3705eb8d347e3 (patch) | |
tree | 4b9c9fd2964db5318f167484905fb3efea9b15cf /Documentation | |
parent | clk: rockchip: Mark hclk_vo as critical on rk3568 (diff) | |
download | linux-b21445db9818ccb9fa1c0ba81fd3705eb8d347e3.tar.xz linux-b21445db9818ccb9fa1c0ba81fd3705eb8d347e3.zip |
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>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/clock/rockchip,rk3568-cru.yaml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/clock/rockchip,rk3568-cru.yaml b/Documentation/devicetree/bindings/clock/rockchip,rk3568-cru.yaml index b2c26097827f..fc7546f521c5 100644 --- a/Documentation/devicetree/bindings/clock/rockchip,rk3568-cru.yaml +++ b/Documentation/devicetree/bindings/clock/rockchip,rk3568-cru.yaml @@ -34,6 +34,19 @@ properties: "#reset-cells": const: 1 + clocks: + maxItems: 1 + + clock-names: + const: xin24m + + rockchip,grf: + $ref: /schemas/types.yaml#/definitions/phandle + description: + Phandle to the syscon managing the "general register files" (GRF), + if missing pll rates are not changeable, due to the missing pll + lock status. + required: - compatible - reg |