diff options
author | Johan Jonker <[email protected]> | 2022-03-29 17:07:39 +0200 |
---|---|---|
committer | Heiko Stuebner <[email protected]> | 2022-04-10 19:05:48 +0200 |
commit | 91154f0cd889ed3772a0ac0e24ee363f93fe784c (patch) | |
tree | b913f19d1c85db9b07a417f835a33936642c9eb2 | |
parent | 50cfde33494072c74bf39a0c281cfa0c3289bd57 (diff) |
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 <[email protected]>
Acked-by: Krzysztof Kozlowski <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Heiko Stuebner <[email protected]>
-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>; |