Skip to content

Commit 158ce4b

Browse files
Ansuelandersson
authored andcommitted
ARM: dts: qcom: rename kpss-acc-v2 nodes to power-manager nodes
Change kpss-acc-v2 nodes naming to power-manager to reflect Documentation schema. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20230116204751.23045-8-ansuelsmth@gmail.com
1 parent 6b20edd commit 158ce4b

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

arch/arm/boot/dts/qcom-apq8084.dtsi

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -654,25 +654,25 @@
654654
regulator;
655655
};
656656

657-
acc0: clock-controller@f9088000 {
657+
acc0: power-manager@f9088000 {
658658
compatible = "qcom,kpss-acc-v2";
659659
reg = <0xf9088000 0x1000>,
660660
<0xf9008000 0x1000>;
661661
};
662662

663-
acc1: clock-controller@f9098000 {
663+
acc1: power-manager@f9098000 {
664664
compatible = "qcom,kpss-acc-v2";
665665
reg = <0xf9098000 0x1000>,
666666
<0xf9008000 0x1000>;
667667
};
668668

669-
acc2: clock-controller@f90a8000 {
669+
acc2: power-manager@f90a8000 {
670670
compatible = "qcom,kpss-acc-v2";
671671
reg = <0xf90a8000 0x1000>,
672672
<0xf9008000 0x1000>;
673673
};
674674

675-
acc3: clock-controller@f90b8000 {
675+
acc3: power-manager@f90b8000 {
676676
compatible = "qcom,kpss-acc-v2";
677677
reg = <0xf90b8000 0x1000>,
678678
<0xf9008000 0x1000>;

arch/arm/boot/dts/qcom-ipq4019.dtsi

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -326,22 +326,22 @@
326326
status = "disabled";
327327
};
328328

329-
acc0: clock-controller@b088000 {
329+
acc0: power-manager@b088000 {
330330
compatible = "qcom,kpss-acc-v2";
331331
reg = <0x0b088000 0x1000>, <0xb008000 0x1000>;
332332
};
333333

334-
acc1: clock-controller@b098000 {
334+
acc1: power-manager@b098000 {
335335
compatible = "qcom,kpss-acc-v2";
336336
reg = <0x0b098000 0x1000>, <0xb008000 0x1000>;
337337
};
338338

339-
acc2: clock-controller@b0a8000 {
339+
acc2: power-manager@b0a8000 {
340340
compatible = "qcom,kpss-acc-v2";
341341
reg = <0x0b0a8000 0x1000>, <0xb008000 0x1000>;
342342
};
343343

344-
acc3: clock-controller@b0b8000 {
344+
acc3: power-manager@b0b8000 {
345345
compatible = "qcom,kpss-acc-v2";
346346
reg = <0x0b0b8000 0x1000>, <0xb008000 0x1000>;
347347
};

arch/arm/boot/dts/qcom-msm8974.dtsi

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -418,22 +418,22 @@
418418
regulator;
419419
};
420420

421-
acc0: clock-controller@f9088000 {
421+
acc0: power-manager@f9088000 {
422422
compatible = "qcom,kpss-acc-v2";
423423
reg = <0xf9088000 0x1000>, <0xf9008000 0x1000>;
424424
};
425425

426-
acc1: clock-controller@f9098000 {
426+
acc1: power-manager@f9098000 {
427427
compatible = "qcom,kpss-acc-v2";
428428
reg = <0xf9098000 0x1000>, <0xf9008000 0x1000>;
429429
};
430430

431-
acc2: clock-controller@f90a8000 {
431+
acc2: power-manager@f90a8000 {
432432
compatible = "qcom,kpss-acc-v2";
433433
reg = <0xf90a8000 0x1000>, <0xf9008000 0x1000>;
434434
};
435435

436-
acc3: clock-controller@f90b8000 {
436+
acc3: power-manager@f90b8000 {
437437
compatible = "qcom,kpss-acc-v2";
438438
reg = <0xf90b8000 0x1000>, <0xf9008000 0x1000>;
439439
};

0 commit comments

Comments
 (0)