aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/bcm53xx/patches-3.14/131-ARM-BCM5301X-add-restart-support.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2014-09-21 21:57:17 +0000
committerHauke Mehrtens <hauke@openwrt.org>2014-09-21 21:57:17 +0000
commite04bca53152e3e518e3831e77fb6849f0768f61e (patch)
tree13b5ac756675a41bb479b0efdaa3ee61f0c50ffd /target/linux/bcm53xx/patches-3.14/131-ARM-BCM5301X-add-restart-support.patch
parentd36def3f4e2f9bc125277786e36b94d2d214f2d4 (diff)
downloadmaster-187ad058-e04bca53152e3e518e3831e77fb6849f0768f61e.tar.gz
master-187ad058-e04bca53152e3e518e3831e77fb6849f0768f61e.tar.bz2
master-187ad058-e04bca53152e3e518e3831e77fb6849f0768f61e.zip
bcm53xx: update patches adding bcma support
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42640 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/bcm53xx/patches-3.14/131-ARM-BCM5301X-add-restart-support.patch')
-rw-r--r--target/linux/bcm53xx/patches-3.14/131-ARM-BCM5301X-add-restart-support.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/bcm53xx/patches-3.14/131-ARM-BCM5301X-add-restart-support.patch b/target/linux/bcm53xx/patches-3.14/131-ARM-BCM5301X-add-restart-support.patch
index 46464dc042..792d4b93ea 100644
--- a/target/linux/bcm53xx/patches-3.14/131-ARM-BCM5301X-add-restart-support.patch
+++ b/target/linux/bcm53xx/patches-3.14/131-ARM-BCM5301X-add-restart-support.patch
@@ -26,7 +26,7 @@ Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
+ struct device_node *np;
+ struct platform_device *pdev;
+
-+ np = of_find_compatible_node(NULL, NULL, "brcm,bus-aix");
++ np = of_find_compatible_node(NULL, NULL, "brcm,bus-axi");
+ if (!np)
+ return NULL;
+