File tree Expand file tree Collapse file tree 2 files changed +2
-16
lines changed
arch/arm64/boot/dts/toshiba Expand file tree Collapse file tree 2 files changed +2
-16
lines changed Original file line number Diff line number Diff line change 72
72
73
73
&pcie {
74
74
status = "okay";
75
- clocks = <&extclk100mhz>, <&clk600mhz>, <&clk25mhz>;
76
- clock-names = "ref", "core", "aux";
77
75
};
Original file line number Diff line number Diff line change 129
129
<GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(8) | IRQ_TYPE_LEVEL_LOW)>;
130
130
};
131
131
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
-
146
132
extclk100mhz: extclk100mhz {
147
133
compatible = "fixed-clock";
148
134
#clock-cells = <0>;
520
506
0 0 0 3 &gic GIC_SPI 215 IRQ_TYPE_LEVEL_HIGH
521
507
0 0 0 4 &gic GIC_SPI 215 IRQ_TYPE_LEVEL_HIGH>;
522
508
max-link-speed = <2>;
509
+ clocks = <&extclk100mhz>, <&pismu TMPV770X_CLK_PCIE_MSTR>, <&pismu TMPV770X_CLK_PCIE_AUX>;
510
+ clock-names = "ref", "core", "aux";
523
511
status = "disabled";
524
512
};
525
513
};
You can’t perform that action at this time.
0 commit comments