File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
arch/riscv/boot/dts/thead Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 297
297
reg-names = "dwmac", "apb";
298
298
interrupts = <67 IRQ_TYPE_LEVEL_HIGH>;
299
299
interrupt-names = "macirq";
300
- clocks = <&clk CLK_GMAC_AXI>, <&clk CLK_GMAC1>;
301
- clock-names = "stmmaceth", "pclk";
300
+ clocks = <&clk CLK_GMAC_AXI>, <&clk CLK_GMAC1>,
301
+ <&clk CLK_PERISYS_APB4_HCLK>;
302
+ clock-names = "stmmaceth", "pclk", "apb";
302
303
snps,pbl = <32>;
303
304
snps,fixed-burst;
304
305
snps,multicast-filter-bins = <64>;
319
320
reg-names = "dwmac", "apb";
320
321
interrupts = <66 IRQ_TYPE_LEVEL_HIGH>;
321
322
interrupt-names = "macirq";
322
- clocks = <&clk CLK_GMAC_AXI>, <&clk CLK_GMAC0>;
323
- clock-names = "stmmaceth", "pclk";
323
+ clocks = <&clk CLK_GMAC_AXI>, <&clk CLK_GMAC0>,
324
+ <&clk CLK_PERISYS_APB4_HCLK>;
325
+ clock-names = "stmmaceth", "pclk", "apb";
324
326
snps,pbl = <32>;
325
327
snps,fixed-burst;
326
328
snps,multicast-filter-bins = <64>;
You can’t perform that action at this time.
0 commit comments