Skip to content

Commit 5d3b6ed

Browse files
committed
arm64: dts: visconti: Update the clock providers for PCIe host controller
Remove fixed clock and source common clock for PCIe host controller. Signed-off-by: Nobuhiro Iwamatsu <[email protected]> Link: https://lore.kernel.org/r/[email protected]/
1 parent c8a93f9 commit 5d3b6ed

File tree

2 files changed

+2
-16
lines changed

2 files changed

+2
-16
lines changed

arch/arm64/boot/dts/toshiba/tmpv7708-rm-mbrc.dts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,4 @@
7272

7373
&pcie {
7474
status = "okay";
75-
clocks = <&extclk100mhz>, <&clk600mhz>, <&clk25mhz>;
76-
clock-names = "ref", "core", "aux";
7775
};

arch/arm64/boot/dts/toshiba/tmpv7708.dtsi

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -129,20 +129,6 @@
129129
<GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(8) | IRQ_TYPE_LEVEL_LOW)>;
130130
};
131131

132-
clk25mhz: clk25mhz {
133-
compatible = "fixed-clock";
134-
#clock-cells = <0>;
135-
clock-frequency = <25000000>;
136-
clock-output-names = "clk25mhz";
137-
};
138-
139-
clk600mhz: clk600mhz {
140-
compatible = "fixed-clock";
141-
#clock-cells = <0>;
142-
clock-frequency = <600000000>;
143-
clock-output-names = "clk600mhz";
144-
};
145-
146132
extclk100mhz: extclk100mhz {
147133
compatible = "fixed-clock";
148134
#clock-cells = <0>;
@@ -520,6 +506,8 @@
520506
0 0 0 3 &gic GIC_SPI 215 IRQ_TYPE_LEVEL_HIGH
521507
0 0 0 4 &gic GIC_SPI 215 IRQ_TYPE_LEVEL_HIGH>;
522508
max-link-speed = <2>;
509+
clocks = <&extclk100mhz>, <&pismu TMPV770X_CLK_PCIE_MSTR>, <&pismu TMPV770X_CLK_PCIE_AUX>;
510+
clock-names = "ref", "core", "aux";
523511
status = "disabled";
524512
};
525513
};

0 commit comments

Comments
 (0)