diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2014-11-01 13:58:18 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2014-11-01 13:58:18 +0000 |
commit | 6e6dffbe81bf5b59bd9f714c7d95327d2fd40d3e (patch) | |
tree | 92ed2bd088aba0ab8341ba3b7390052d43f9e421 /target/linux/bcm53xx/patches-3.18/131-ARM-BCM5301X-add-restart-support.patch | |
parent | 5e13e40591111051f15aaccec9702d5a8386d9e6 (diff) | |
download | upstream-6e6dffbe81bf5b59bd9f714c7d95327d2fd40d3e.tar.gz upstream-6e6dffbe81bf5b59bd9f714c7d95327d2fd40d3e.tar.bz2 upstream-6e6dffbe81bf5b59bd9f714c7d95327d2fd40d3e.zip |
bcm53xx: set customized AUXCTL
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 43146
Diffstat (limited to 'target/linux/bcm53xx/patches-3.18/131-ARM-BCM5301X-add-restart-support.patch')
-rw-r--r-- | target/linux/bcm53xx/patches-3.18/131-ARM-BCM5301X-add-restart-support.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/bcm53xx/patches-3.18/131-ARM-BCM5301X-add-restart-support.patch b/target/linux/bcm53xx/patches-3.18/131-ARM-BCM5301X-add-restart-support.patch index a977116a53..5948f8727e 100644 --- a/target/linux/bcm53xx/patches-3.18/131-ARM-BCM5301X-add-restart-support.patch +++ b/target/linux/bcm53xx/patches-3.18/131-ARM-BCM5301X-add-restart-support.patch @@ -60,8 +60,8 @@ Signed-off-by: Rafał Miłecki <zajec5@gmail.com> static const char __initconst *bcm5301x_dt_compat[] = { "brcm,bcm4708", NULL, -@@ -52,5 +82,6 @@ DT_MACHINE_START(BCM5301X, "BCM5301X") - .l2c_aux_val = 0, +@@ -55,5 +85,6 @@ DT_MACHINE_START(BCM5301X, "BCM5301X") + L310_AUX_CTRL_EARLY_BRESP, .l2c_aux_mask = ~0, .init_early = bcm5301x_init_early, + .restart = bcm5301x_restart, |