diff options
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; + |