summaryrefslogtreecommitdiff
path: root/target/linux/bcm53xx/patches-3.14/131-ARM-BCM5301X-add-restart-support.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2014-09-21 21:57:17 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2014-09-21 21:57:17 +0000
commit2c6e0e0ae0e93be20c93ca3113c315b0616bbcfe (patch)
treef1c4ed5f4f2643d6224a7dad966cff9ae665a769 /target/linux/bcm53xx/patches-3.14/131-ARM-BCM5301X-add-restart-support.patch
parentc977fad4fd5a72bcea09bfa745f132c082d3cceb (diff)
downloadmtk-20170518-2c6e0e0ae0e93be20c93ca3113c315b0616bbcfe.zip
mtk-20170518-2c6e0e0ae0e93be20c93ca3113c315b0616bbcfe.tar.gz
mtk-20170518-2c6e0e0ae0e93be20c93ca3113c315b0616bbcfe.tar.bz2
bcm53xx: update patches adding bcma support
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 42640
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 46464dc..792d4b9 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;
+