https://github.com/torvalds/linux
Revision e715eb2e73918f4cefbba0b717ff8902e8030b39 authored by Catalin Marinas on 28 April 2014, 16:08:37 UTC, committed by Catalin Marinas on 04 May 2014, 10:35:29 UTC
Following arm64 commit bc3ee18a7a57 (arm64: init: Move of_clk_init to
time_init()), vexpress_osc_of_setup() is called via of_clk_init() long
before initcalls are issued. Initialising the vexpress oscillators
requires the vespress sysregs to be already initialised, so this patch
adds an explicit call to vexpress_sysreg_of_early_init() in vexpress
oscillator setup function.

Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Tested-by: Will Deacon <will.deacon@arm.com>
Acked-by: Will Deacon <will.deacon@arm.com>
Tested-by: Pawel Moll <pawel.moll@arm.com>
Acked-by: Pawel Moll <pawel.moll@arm.com>
Cc: Mike Turquette <mturquette@linaro.org>
1 parent 7a8d1ec
Raw File
Tip revision: e715eb2e73918f4cefbba0b717ff8902e8030b39 authored by Catalin Marinas on 28 April 2014, 16:08:37 UTC
vexpress: Initialise the sysregs before setting up the clocks
Tip revision: e715eb2
lifeview.txt
collecting data about the lifeview models and the config coding on
gpio pins 0-9 ...
==================================================================

bt878:
 LR50 rev. Q ("PARTS: 7031505116), Tuner wurde als Nr. 5 erkannt, Eingänge
 SVideo, TV, Composite, Audio, Remote. CP9..1=100001001 (1: 0-Ohm-Widerstand
 gegen GND unbestückt; 0: bestückt)

------------------------------------------------------------------------------

saa7134:
		/* LifeView FlyTV Platinum FM (LR214WF) */
		/* "Peter Missel <peter.missel@onlinehome.de> */
		.name           = "LifeView FlyTV Platinum FM",
		/*      GP27    MDT2005 PB4 pin 10 */
		/*      GP26    MDT2005 PB3 pin 9 */
		/*      GP25    MDT2005 PB2 pin 8 */
		/*      GP23    MDT2005 PB1 pin 7 */
		/*      GP22    MDT2005 PB0 pin 6 */
		/*      GP21    MDT2005 PB5 pin 11 */
		/*      GP20    MDT2005 PB6 pin 12 */
		/*      GP19    MDT2005 PB7 pin 13 */
		/*      nc      MDT2005 PA3 pin 2 */
		/*      Remote  MDT2005 PA2 pin 1 */
		/*      GP18    MDT2005 PA1 pin 18 */
		/*      nc      MDT2005 PA0 pin 17 strap low */

		/*      GP17    Strap "GP7"=High */
		/*      GP16    Strap "GP6"=High
				0=Radio 1=TV
				Drives SA630D ENCH1 and HEF4052 A1 pins
				to do FM radio through SIF input */
		/*      GP15    nc */
		/*      GP14    nc */
		/*      GP13    nc */
		/*      GP12    Strap "GP5" = High */
		/*      GP11    Strap "GP4" = High */
		/*      GP10    Strap "GP3" = High */
		/*      GP09    Strap "GP2" = Low */
		/*      GP08    Strap "GP1" = Low */
		/*      GP07.00 nc */
back to top