]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commitdiff
ARM: dts: aspeed: Add MAC clocks
authorJoel Stanley <joel@jms.id.au>
Tue, 28 Nov 2017 12:11:10 +0000 (22:41 +1030)
committerJoel Stanley <joel@jms.id.au>
Thu, 21 Dec 2017 03:33:15 +0000 (14:03 +1030)
Signed-off-by: Joel Stanley <joel@jms.id.au>
arch/arm/boot/dts/aspeed-g4.dtsi
arch/arm/boot/dts/aspeed-g5.dtsi

index b938759f799e3a4d378649a79da7620a7b18f895..57194d80405139f8958deb2f0f49089135c15762 100644 (file)
@@ -90,6 +90,7 @@
                        compatible = "aspeed,ast2400-mac", "faraday,ftgmac100";
                        reg = <0x1e660000 0x180>;
                        interrupts = <2>;
+                       clocks = <&syscon ASPEED_CLK_GATE_MAC1CLK>;
                        status = "disabled";
                };
 
@@ -97,6 +98,7 @@
                        compatible = "aspeed,ast2400-mac", "faraday,ftgmac100";
                        reg = <0x1e680000 0x180>;
                        interrupts = <3>;
+                       clocks = <&syscon ASPEED_CLK_GATE_MAC2CLK>;
                        status = "disabled";
                };
 
index 1af600b4847594bd8798ed41fda0664405b8aeda..b6faaef2b1a7cecfdb4a0eee59d4a3e00545981c 100644 (file)
                        compatible = "aspeed,ast2500-mac", "faraday,ftgmac100";
                        reg = <0x1e660000 0x180>;
                        interrupts = <2>;
+                       clocks = <&syscon ASPEED_CLK_GATE_MAC1CLK>;
                        status = "disabled";
                };
 
                        compatible = "aspeed,ast2500-mac", "faraday,ftgmac100";
                        reg = <0x1e680000 0x180>;
                        interrupts = <3>;
+                       clocks = <&syscon ASPEED_CLK_GATE_MAC2CLK>;
                        status = "disabled";
                };