Skip to content

Commit 8358491

Browse files
author
Chunyan Zhang
committed
arm64: dts: sprd: Removed unused clock references from etm nodes
Remove these unused clock references to fix dtbs_check warnings: etm@3f740000: clocks: [[11], [35, 34], [36, 8]] is too long etm@3f740000: clock-names:1: 'atclk' was expected etm@3f740000: clock-names: ['apb_pclk', 'clk_cs', 'cs_src'] is too long Link: https://lore.kernel.org/r/20231221092824.1169453-1-chunyan.zhang@unisoc.com Signed-off-by: Chunyan Zhang <chunyan.zhang@unisoc.com>
1 parent bb8551c commit 8358491

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

arch/arm64/boot/dts/sprd/ums512.dtsi

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -682,8 +682,8 @@
682682
compatible = "arm,coresight-etm4x", "arm,primecell";
683683
reg = <0 0x3f040000 0 0x1000>;
684684
cpu = <&CPU0>;
685-
clocks = <&ext_26m>, <&aon_clk CLK_CSSYS>, <&pll2 CLK_TWPLL_512M>;
686-
clock-names = "apb_pclk", "clk_cs", "cs_src";
685+
clocks = <&ext_26m>;
686+
clock-names = "apb_pclk";
687687

688688
out-ports {
689689
port {
@@ -699,8 +699,8 @@
699699
compatible = "arm,coresight-etm4x", "arm,primecell";
700700
reg = <0 0x3f140000 0 0x1000>;
701701
cpu = <&CPU1>;
702-
clocks = <&ext_26m>, <&aon_clk CLK_CSSYS>, <&pll2 CLK_TWPLL_512M>;
703-
clock-names = "apb_pclk", "clk_cs", "cs_src";
702+
clocks = <&ext_26m>;
703+
clock-names = "apb_pclk";
704704

705705
out-ports {
706706
port {
@@ -716,8 +716,8 @@
716716
compatible = "arm,coresight-etm4x", "arm,primecell";
717717
reg = <0 0x3f240000 0 0x1000>;
718718
cpu = <&CPU2>;
719-
clocks = <&ext_26m>, <&aon_clk CLK_CSSYS>, <&pll2 CLK_TWPLL_512M>;
720-
clock-names = "apb_pclk", "clk_cs", "cs_src";
719+
clocks = <&ext_26m>;
720+
clock-names = "apb_pclk";
721721

722722
out-ports {
723723
port {
@@ -733,8 +733,8 @@
733733
compatible = "arm,coresight-etm4x", "arm,primecell";
734734
reg = <0 0x3f340000 0 0x1000>;
735735
cpu = <&CPU3>;
736-
clocks = <&ext_26m>, <&aon_clk CLK_CSSYS>, <&pll2 CLK_TWPLL_512M>;
737-
clock-names = "apb_pclk", "clk_cs", "cs_src";
736+
clocks = <&ext_26m>;
737+
clock-names = "apb_pclk";
738738

739739
out-ports {
740740
port {
@@ -750,8 +750,8 @@
750750
compatible = "arm,coresight-etm4x", "arm,primecell";
751751
reg = <0 0x3f440000 0 0x1000>;
752752
cpu = <&CPU4>;
753-
clocks = <&ext_26m>, <&aon_clk CLK_CSSYS>, <&pll2 CLK_TWPLL_512M>;
754-
clock-names = "apb_pclk", "clk_cs", "cs_src";
753+
clocks = <&ext_26m>;
754+
clock-names = "apb_pclk";
755755

756756
out-ports {
757757
port {
@@ -767,8 +767,8 @@
767767
compatible = "arm,coresight-etm4x", "arm,primecell";
768768
reg = <0 0x3f540000 0 0x1000>;
769769
cpu = <&CPU5>;
770-
clocks = <&ext_26m>, <&aon_clk CLK_CSSYS>, <&pll2 CLK_TWPLL_512M>;
771-
clock-names = "apb_pclk", "clk_cs", "cs_src";
770+
clocks = <&ext_26m>;
771+
clock-names = "apb_pclk";
772772

773773
out-ports {
774774
port {
@@ -784,8 +784,8 @@
784784
compatible = "arm,coresight-etm4x", "arm,primecell";
785785
reg = <0 0x3f640000 0 0x1000>;
786786
cpu = <&CPU6>;
787-
clocks = <&ext_26m>, <&aon_clk CLK_CSSYS>, <&pll2 CLK_TWPLL_512M>;
788-
clock-names = "apb_pclk", "clk_cs", "cs_src";
787+
clocks = <&ext_26m>;
788+
clock-names = "apb_pclk";
789789

790790
out-ports {
791791
port {
@@ -801,8 +801,8 @@
801801
compatible = "arm,coresight-etm4x", "arm,primecell";
802802
reg = <0 0x3f740000 0 0x1000>;
803803
cpu = <&CPU7>;
804-
clocks = <&ext_26m>, <&aon_clk CLK_CSSYS>, <&pll2 CLK_TWPLL_512M>;
805-
clock-names = "apb_pclk", "clk_cs", "cs_src";
804+
clocks = <&ext_26m>;
805+
clock-names = "apb_pclk";
806806

807807
out-ports {
808808
port {

0 commit comments

Comments
 (0)