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 297297 reg-names = "dwmac", "apb";
298298 interrupts = <67 IRQ_TYPE_LEVEL_HIGH>;
299299 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";
302303 snps,pbl = <32>;
303304 snps,fixed-burst;
304305 snps,multicast-filter-bins = <64>;
319320 reg-names = "dwmac", "apb";
320321 interrupts = <66 IRQ_TYPE_LEVEL_HIGH>;
321322 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";
324326 snps,pbl = <32>;
325327 snps,fixed-burst;
326328 snps,multicast-filter-bins = <64>;
You can’t perform that action at this time.
0 commit comments