diff options
author | Johan Jonker <jbx6244@gmail.com> | 2022-03-29 17:07:39 +0200 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2022-04-10 19:05:48 +0200 |
commit | 91154f0cd889ed3772a0ac0e24ee363f93fe784c (patch) | |
tree | b913f19d1c85db9b07a417f835a33936642c9eb2 /Documentation | |
parent | dt-bindings: clock: replace a maintainer for rockchip,rk3399-cru.yaml (diff) | |
download | linux-91154f0cd889ed3772a0ac0e24ee363f93fe784c.tar.xz linux-91154f0cd889ed3772a0ac0e24ee363f93fe784c.zip |
dt-bindings: clock: use generic node name for pmucru example in rockchip,rk3399-cru.yaml
The node names should be generic, so fix this for the pmucru node example
in the rockchip,rk3399-cru.yaml file and rename it to "clock-controller".
Signed-off-by: Johan Jonker <jbx6244@gmail.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20220329150742.22093-3-jbx6244@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/clock/rockchip,rk3399-cru.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/clock/rockchip,rk3399-cru.yaml b/Documentation/devicetree/bindings/clock/rockchip,rk3399-cru.yaml index 3cc8398fd3b9..18a0093115a1 100644 --- a/Documentation/devicetree/bindings/clock/rockchip,rk3399-cru.yaml +++ b/Documentation/devicetree/bindings/clock/rockchip,rk3399-cru.yaml @@ -77,7 +77,7 @@ additionalProperties: false examples: - | - pmucru: pmu-clock-controller@ff750000 { + pmucru: clock-controller@ff750000 { compatible = "rockchip,rk3399-pmucru"; reg = <0xff750000 0x1000>; #clock-cells = <1>; |