From e04bca53152e3e518e3831e77fb6849f0768f61e Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Sun, 21 Sep 2014 21:57:17 +0000 Subject: bcm53xx: update patches adding bcma support Signed-off-by: Hauke Mehrtens git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42640 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../bcm53xx/patches-3.14/131-ARM-BCM5301X-add-restart-support.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/bcm53xx/patches-3.14/131-ARM-BCM5301X-add-restart-support.patch') 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 + 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; + -- cgit v1.2.3