diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2013-07-12 13:46:27 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2013-07-12 13:46:27 +0000 |
commit | 9e9261a7182c82947f1bbd7f63aa6a93a783e02e (patch) | |
tree | 77b0578b21c88e818fb6fb4507ea7c4325654582 /target/linux/bcm53xx/patches-3.10/0012-bcm53xx-register-bcma-bus.patch | |
parent | 92961e09178746996cba8fea04482d69a7e69201 (diff) | |
download | upstream-9e9261a7182c82947f1bbd7f63aa6a93a783e02e.tar.gz upstream-9e9261a7182c82947f1bbd7f63aa6a93a783e02e.tar.bz2 upstream-9e9261a7182c82947f1bbd7f63aa6a93a783e02e.zip |
bcm53xx: add initial support for ARM based BCM47XX and BCM53XX SoCs
This was only tested on a Netgear R6250, but it could also work on
other devices when the correct images are generated.
It is only possible to boot into a ram disk, no Ethernet, Wifi, flash,
USB is supported.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 37268
Diffstat (limited to 'target/linux/bcm53xx/patches-3.10/0012-bcm53xx-register-bcma-bus.patch')
-rw-r--r-- | target/linux/bcm53xx/patches-3.10/0012-bcm53xx-register-bcma-bus.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/target/linux/bcm53xx/patches-3.10/0012-bcm53xx-register-bcma-bus.patch b/target/linux/bcm53xx/patches-3.10/0012-bcm53xx-register-bcma-bus.patch new file mode 100644 index 0000000000..5e18b871e8 --- /dev/null +++ b/target/linux/bcm53xx/patches-3.10/0012-bcm53xx-register-bcma-bus.patch @@ -0,0 +1,24 @@ +From 5b9be5e1e3c368466e482c7dbb2cf6b890614b39 Mon Sep 17 00:00:00 2001 +From: Hauke Mehrtens <hauke@hauke-m.de> +Date: Thu, 4 Jul 2013 22:37:13 +0200 +Subject: [PATCH 12/17] bcm53xx: register bcma bus + +Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> +--- + arch/arm/boot/dts/bcm5301.dtsi | 5 +++++ + 1 file changed, 5 insertions(+) + +--- a/arch/arm/boot/dts/bcm5301.dtsi ++++ b/arch/arm/boot/dts/bcm5301.dtsi +@@ -67,6 +67,11 @@ + <0x19020100 0x100>; + }; + ++ bus@18000000 { ++ compatible = "brcm,bus-aix"; ++ reg = <0x18000000 0x1000>; ++ }; ++ + timer@19020200 { + compatible = "arm,cortex-a9-global-timer"; + reg = <0x19020200 0x100>; |