diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2014-09-21 21:57:17 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2014-09-21 21:57:17 +0000 |
commit | 2c6e0e0ae0e93be20c93ca3113c315b0616bbcfe (patch) | |
tree | f1c4ed5f4f2643d6224a7dad966cff9ae665a769 /target/linux/bcm53xx/patches-3.14/131-ARM-BCM5301X-add-restart-support.patch | |
parent | c977fad4fd5a72bcea09bfa745f132c082d3cceb (diff) | |
download | upstream-2c6e0e0ae0e93be20c93ca3113c315b0616bbcfe.tar.gz upstream-2c6e0e0ae0e93be20c93ca3113c315b0616bbcfe.tar.bz2 upstream-2c6e0e0ae0e93be20c93ca3113c315b0616bbcfe.zip |
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.patch | 2 |
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; + |