aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/patches-4.4/001-4.15-06-MIPS-BCM63XX-provide-enet-clocks-as-enet-to-the-ethe.patch
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/brcm63xx/patches-4.4/001-4.15-06-MIPS-BCM63XX-provide-enet-clocks-as-enet-to-the-ethe.patch')
-rw-r--r--target/linux/brcm63xx/patches-4.4/001-4.15-06-MIPS-BCM63XX-provide-enet-clocks-as-enet-to-the-ethe.patch60
1 files changed, 0 insertions, 60 deletions
diff --git a/target/linux/brcm63xx/patches-4.4/001-4.15-06-MIPS-BCM63XX-provide-enet-clocks-as-enet-to-the-ethe.patch b/target/linux/brcm63xx/patches-4.4/001-4.15-06-MIPS-BCM63XX-provide-enet-clocks-as-enet-to-the-ethe.patch
deleted file mode 100644
index 0eafe5f724..0000000000
--- a/target/linux/brcm63xx/patches-4.4/001-4.15-06-MIPS-BCM63XX-provide-enet-clocks-as-enet-to-the-ethe.patch
+++ /dev/null
@@ -1,60 +0,0 @@
-From 6d43970a2eb1c7ee88caf7328d201f9c001262e9 Mon Sep 17 00:00:00 2001
-From: Jonas Gorski <jonas.gorski@gmail.com>
-Date: Sun, 16 Jul 2017 12:48:41 +0200
-Subject: [PATCH V2 7/8] MIPS: BCM63XX: provide enet clocks as "enet" to the
- ethernet devices
-
-Add lookups to provide the appropriate enetX clocks as just "enet" to
-the ethernet devices.
-
-Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
-Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
----
- arch/mips/bcm63xx/clk.c | 8 ++++++++
- 1 file changed, 8 insertions(+)
-
---- a/arch/mips/bcm63xx/clk.c
-+++ b/arch/mips/bcm63xx/clk.c
-@@ -370,6 +370,8 @@ static struct clk_lookup bcm3368_clks[]
- CLKDEV_INIT(NULL, "usbd", &clk_usbd),
- CLKDEV_INIT(NULL, "spi", &clk_spi),
- CLKDEV_INIT(NULL, "pcm", &clk_pcm),
-+ CLKDEV_INIT("bcm63xx_enet.0", "enet", &clk_enet0),
-+ CLKDEV_INIT("bcm63xx_enet.1", "enet", &clk_enet1),
- };
-
- static struct clk_lookup bcm6328_clks[] = {
-@@ -397,6 +399,7 @@ static struct clk_lookup bcm6338_clks[]
- CLKDEV_INIT(NULL, "usbh", &clk_usbh),
- CLKDEV_INIT(NULL, "usbd", &clk_usbd),
- CLKDEV_INIT(NULL, "spi", &clk_spi),
-+ CLKDEV_INIT("bcm63xx_enet.0", "enet", &clk_enet_misc),
- };
-
- static struct clk_lookup bcm6345_clks[] = {
-@@ -410,6 +413,7 @@ static struct clk_lookup bcm6345_clks[]
- CLKDEV_INIT(NULL, "usbh", &clk_usbh),
- CLKDEV_INIT(NULL, "usbd", &clk_usbd),
- CLKDEV_INIT(NULL, "spi", &clk_spi),
-+ CLKDEV_INIT("bcm63xx_enet.0", "enet", &clk_enet_misc),
- };
-
- static struct clk_lookup bcm6348_clks[] = {
-@@ -423,6 +427,8 @@ static struct clk_lookup bcm6348_clks[]
- CLKDEV_INIT(NULL, "usbh", &clk_usbh),
- CLKDEV_INIT(NULL, "usbd", &clk_usbd),
- CLKDEV_INIT(NULL, "spi", &clk_spi),
-+ CLKDEV_INIT("bcm63xx_enet.0", "enet", &clk_enet_misc),
-+ CLKDEV_INIT("bcm63xx_enet.1", "enet", &clk_enet_misc),
- };
-
- static struct clk_lookup bcm6358_clks[] = {
-@@ -438,6 +444,8 @@ static struct clk_lookup bcm6358_clks[]
- CLKDEV_INIT(NULL, "usbd", &clk_usbd),
- CLKDEV_INIT(NULL, "spi", &clk_spi),
- CLKDEV_INIT(NULL, "pcm", &clk_pcm),
-+ CLKDEV_INIT("bcm63xx_enet.0", "enet", &clk_enet0),
-+ CLKDEV_INIT("bcm63xx_enet.1", "enet", &clk_enet1),
- };
-
- static struct clk_lookup bcm6362_clks[] = {