From: Johan Jonker Date: Tue, 29 Mar 2022 15:07:39 +0000 (+0200) Subject: dt-bindings: clock: use generic node name for pmucru example in rockchip,rk3399-cru... X-Git-Tag: v5.19-rc1~117^2~1^2^2~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=91154f0cd889ed3772a0ac0e24ee363f93fe784c;p=thirdparty%2Fkernel%2Flinux.git 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 Acked-by: Krzysztof Kozlowski Link: https://lore.kernel.org/r/20220329150742.22093-3-jbx6244@gmail.com Signed-off-by: Heiko Stuebner --- diff --git a/Documentation/devicetree/bindings/clock/rockchip,rk3399-cru.yaml b/Documentation/devicetree/bindings/clock/rockchip,rk3399-cru.yaml index 3cc8398fd3b92..18a0093115a11 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>;