commit | 52666298aebe5e9ab28a773ee61d2ce81fa097bb | [log] [tgz] |
---|---|---|
author | Pawel Moll <pawel.moll@arm.com> | Tue Nov 27 16:48:50 2012 +0000 |
committer | Pawel Moll <pawel.moll@arm.com> | Thu Jan 24 12:19:23 2013 +0000 |
tree | b9c22d4ebf71abdbf6eebb1b47942ee963dce9ab | |
parent | ab838bc9c2b9b3afc64d92928dfae9e09fa5b467 [diff] |
mfd: vexpress-sysreg: Don't skip initialization on probe The vexpress-sysreg driver does not have to be initialized early, when the platform doesn't require this. Unfortunately in such case it wasn't initialized correctly - master site lookup and config bridge registration were missing. Fixed now. Signed-off-by: Pawel Moll <pawel.moll@arm.com>